| Iptables / Allow all traffic to from private IP? I'm using Debian with a iptables firewall script (Arno's). It works very well.
In the config I have choosen to only open up small amounts of ports needed and every else ports are blocked.
How do I open up all traffic to/from this IP to the internet?
My networks looks like following:
eth0, Internet IP
eth1, 192.168.1.2. Connected to this network is my workstation 192.168.1.3
eth2, 192.168.2.2. Connected to this network is my laptops(192.168.2.3, 192.168.2.4) and Nintendo Wii(192.168.2.6).
I want to allow all traffic to/from 192.168.2.6 to Internet.
Thanks in advance. |