Displaying 1 result from an estimated 1 matches for "ip_from_provider2".
Did you mean:
ip_from_provider1
2004 Sep 29
0
Netfilter NAT and IP rule
...5.255.255.255 -i eth0 -j ACCEPT
-A INPUT -d 255.255.255.255 -i eth2 -j ACCEPT
-A INPUT -s 192.168.3.0/255.255.255.0 -i eth0 -j ACCEPT
-A INPUT -s 192.168.2.0/255.255.255.0 -i eth0 -j ACCEPT
-A INPUT -d ip_from_provider1 -i eth1 -j ACCEPT
-A INPUT -d broadcast_provider1 -i eth1 -j ACCEPT
-A INPUT -d ip_from_provider2 -i eth2 -j ACCEPT
-A INPUT -d broadcast_provider1 -i eth2 -j ACCEPT
-A INPUT -d 240.0.0.0/240.0.0.0 -i eth0 -p ! tcp -j ACCEPT
-A INPUT -s 192.168.3.0/255.255.255.0 -i eth1 -j LOG
-A INPUT -s 192.168.3.0/255.255.255.0 -i eth1 -j DROP
-A INPUT -s 192.168.3.0/255.255.255.0 -i eth2 -j LOG
-A INPUT -s...