From a6f0e711a929a2be52d983dbfa8fda8b4b59dd73 Mon Sep 17 00:00:00 2001 From: sven-ola Date: Tue, 5 Oct 2010 13:41:12 +0000 Subject: 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 --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README') diff --git a/README b/README index bd54b12..45be9c5 100644 --- a/README +++ b/README @@ -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) -- cgit v1.2.3