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:
fc489c1
)
radius.m4: Use the correct interface name for NAT.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 6 Mar 2012 10:41:59 +0000
(10:41 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 6 Mar 2012 10:41:59 +0000
(10:41 +0000)
This is the last of the network declaration switchover debris.
radius.m4
patch
|
blob
|
blame
|
history
diff --git
a/radius.m4
b/radius.m4
index d6989986f3b6bfba641ecfeffb8e48ae0f124fa2..7f0dc2ce24b1ce17861e152934211887ba88d98f 100644
(file)
--- a/
radius.m4
+++ b/
radius.m4
@@
-62,7
+62,7
@@
run iptables -t nat -F
run iptables -t nat -X
run iptables -t nat -N outbound
-run iptables -t nat -A outbound -j RETURN ! -o
$if_dmz
+run iptables -t nat -A outbound -j RETURN ! -o
eth0
run iptables -t nat -A outbound -j RETURN ! -s 172.29.198.0/23
run iptables -t nat -A outbound -j RETURN -d 62.49.204.144/28
run iptables -t nat -A outbound -j RETURN -d 172.29.198.0/23