chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ce79e94
)
radius.m4: Allow IPv6 tunnel from Hurricane Electric UK endpoint.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 15 Jul 2011 15:41:56 +0000
(16:41 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 15 Jul 2011 15:41:56 +0000
(16:41 +0100)
radius.m4
patch
|
blob
|
blame
|
history
diff --git
a/radius.m4
b/radius.m4
index b88293f38ac6e1f9515279d4e26abf1ae0f46384..029d9f15f714606a0972a5cd54a7803efbe7903d 100644
(file)
--- a/
radius.m4
+++ b/
radius.m4
@@
-71,6
+71,10
@@
run iptables -A inbound -j ACCEPT \
## Other interesting things.
dnsresolver inbound
+## 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 || :