Results 1 to 2 of 2
Hi, I have been reading though tutorials and stuff but i still dont understand how to use an iptable.
Say for example I want to DROP all packets coming from ...
- 09-06-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 13
Using iptables
Hi, I have been reading though tutorials and stuff but i still dont understand how to use an iptable.
Say for example I want to DROP all packets coming from 192.1.2.42 what is the simpliest command I can use?
Thanks!
- 09-06-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Re: Using iptables
I think that that would be..
iptables -A INPUT -p all -s 192.1.2.42 -j DROPserzsite.com.ar
"All the drugs in this world won\'t save you from yourself"


Reply With Quote