summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
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)