vampire.m4: Open a 6-in-4 tunnel through to Hurricane Electric.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 Mar 2012 21:23:03 +0000 (21:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 Mar 2012 21:23:03 +0000 (21:23 +0000)
Another job that radius should be doing.

vampire.m4

index 9d8cdce..4e00a49 100644 (file)
@@ -71,6 +71,10 @@ run iptables -A OUTPUT -m multiport \
 dnsresolver inbound
 ntpclient inbound $ntp_servers
 
+## IPv6 6-in-4 tunnel.
+run iptables -A inbound -j ACCEPT \
+          -p $proto_ipv6 -s 216.66.80.26
+
 ## NAT for RFC1918 addresses.
 for i in PREROUTING OUTPUT POSTROUTING; do
   run iptables -t nat -P $i ACCEPT 2>/dev/null || :