Does anyone here have a Firestarter Firewall (Linux, for those of you who don't
I'm looking to basically DMZ an IP by allowing traffic on any port to any destination IF it comes from the IP Foo.bar.not.valid
- Code: Select all
$IPT -p tcp -I FORWARD -s Foo.bar.not.valid/32 -d 0/0 --dport ??? -j ACCEPT
$IPT -p udp -I FORWARD -s Foo.bar.not.valid/32 -d 0/0 --dport ??? -j ACCEPT
If you can help me...thanks!




