Firewall configuration

diablo666

Verified User
Joined
Jan 31, 2007
Messages
12
Location
Udine
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?
 
Back
Top