radius.m4: Use the correct interface name for NAT.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 6 Mar 2012 10:41:59 +0000 (10:41 +0000)
committerMark 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

index d698998..7f0dc2c 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