search for: ip_from_provider1

Displaying 1 result from an estimated 1 matches for "ip_from_provider1".

Did you mean: ip_from_provider2
2004 Sep 29
0
Netfilter NAT and IP rule
...s 127.0.0.0/255.0.0.0 -i ! lo -j DROP -A INPUT -d 255.255.255.255 -i eth1 -j ACCEPT -A INPUT -d 255.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...