From 18b341c2f12a4a504a2960457a22690cf781623d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 6 Mar 2012 10:41:59 +0000 Subject: [PATCH] radius.m4: Use the correct interface name for NAT. This is the last of the network declaration switchover debris. --- radius.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius.m4 b/radius.m4 index d698998..7f0dc2c 100644 --- 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 -- 2.11.0