PDA

View Full Version : Firewall configuration



diablo666
08-02-2007, 03:33 AM
Hi i've configured my firewall with the default drop policy, then i've configured iptables to let them access servicies by all ip adress (example http, mailserver and others).

The problem is that now i want to disable access to all servicese to a specific adress

i've used the command

iptables -A INPUT -s 82.56.162.181 -j DROP
iptables -A OUTPUT -d 82.56.162.181 -j DROP

but from the machine 82.56.162.181 i can access all the services with no problem...

Any idea?