Results 1 to 3 of 3
Folks...I just set up a new web server and am wondering how the following iptables commands look to the more experienced:
iptables -A INPUT -s xxx.xx.xxx.xxx -j REJECT
iptables-save > ...
- 10-17-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
debian (lenny release) ip reject
Folks...I just set up a new web server and am wondering how the following iptables commands look to the more experienced:
iptables -A INPUT -s xxx.xx.xxx.xxx -j REJECT
iptables-save > /usr/sbin/iptables/rules
Thanks for any advice offered.
- 10-18-2009 #2
Should that command be a Reject all command? Or am I mistaken here?
Have a look at: Iptables Tutorial 1.2.2
Oh and a little advice. This is a Security Issue not a Debian one. So if you'd post it into the right area you'd get faster replys.
- 10-21-2009 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
Thanks...but, I was looking for an answer re the commands noted.
fwiw, the correct commands are:
iptables -A INPUT -s xx.xx.xx.xx -j REJECT
iptables-save > /usr/sbin/iptables-save


Reply With Quote
