|
-
August 15th, 2003, 04:25 PM
#1
Senior Member
iptables question
Guys,
I am new to using iptables and I am trying to reject a range of ip addresses. Does anyone have a sample?
thanks,
Luck
-
August 15th, 2003, 04:28 PM
#2
Re: iptables question
Originally posted here by lucktsm
Guys,
I am new to using iptables and I am trying to reject a range of ip addresses. Does anyone have a sample?
thanks,
Luck
The easiest way to use IP tables simply is to install webmin & use a nice GUI tool.
www.webmin.com
Otherwise it's a bit of a daunting task to do so
<edit> dug out my config to demonstrate the hard way.
iptables -A INPUT -s 192.168.0.10/255.255.255.245 -j DROP
will reject 192.168.0.10 - 192.168.0.20
HTH </edit>
IT, e-commerce, Retail, Programme & Project Management, EPoS, Supply Chain and Logistic Services. Yorkshire. http://www.bigi.uk.com
-
August 15th, 2003, 08:22 PM
#3
Senior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|