diff options
author | sven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756> | 2010-10-05 15:41:12 +0200 |
---|---|---|
committer | sven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756> | 2010-10-05 15:41:12 +0200 |
commit | a6f0e711a929a2be52d983dbfa8fda8b4b59dd73 (patch) | |
tree | 3de2d0f814f00455f25263aaf4efaf5e27852d53 /README | |
parent | d22cd0195d4d27efc01deba705351a46d9893628 (diff) | |
download | NPTv6-a6f0e711a929a2be52d983dbfa8fda8b4b59dd73.tar NPTv6-a6f0e711a929a2be52d983dbfa8fda8b4b59dd73.zip |
added cvs props, started readme, renamed --nospoof to --nocheck
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@2 3484d885-4da6-438d-b19d-107d078dd756
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ You need "iptables-dev", "dkms" and "linux-headers". For a DKMS template, see https://wiki.kubuntu.org/Kernel/Dev/DKMSPackaging +Note: svn propedit svn:ignore . + +Note: on ubuntu, you need to enable prefer-family in /etc/wgetrc. +after this e.g. "wget -O /dev/null http://ftp.se.debian.org" should +connect to the IPv6 addrs of that server. + +/etc/gai.conf + +for wget --prefer-family=IPv6 -O - http://6to4.nro.net/ +ip6tables -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu + +Mention --nocheck for speedup (if you do not expect the outer iface in the mapping range) |