hisham
IS-IT--Management
- Nov 6, 2000
- 194
I used IP Masquerading to allow internet access to all computer in the lan, then I tried to prevent a workstation to access the internet :
iptables -A INPUT -p tcp -s 192.168.0.3 -j DROP
checking: iptables -L
target port opt source destination
DROP tcp -- station3.mydomain.com anywhere
but this station still access the internet !!
Thanks in advance for any help ..
iptables -A INPUT -p tcp -s 192.168.0.3 -j DROP
checking: iptables -L
target port opt source destination
DROP tcp -- station3.mydomain.com anywhere
but this station still access the internet !!
Thanks in advance for any help ..