I'm trying do some local testing with iptables and am having a problem...
My ISPConfig server is on 10.0.0.6
My laptop is on 10.0.0.21
I want to block all access from my laptop to my ISPConfig server.
I entered these commands on my ISPConfig server:
Code:
iptables -A INPUT -s 10.0.0.21 -j DROP
iptables -A OUTPUT -d 10.0.0.21 -j DROP
When I do "iptables -L" I can clearly see the new rules are there.
The problem is that I can still access the server from my laptop. iptables is not blocking anything.
What am I missing?
Recent comments
9 hours 16 min ago
11 hours 43 min ago
23 hours 38 min ago
1 day 2 hours ago
1 day 6 hours ago
1 day 12 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 8 hours ago
2 days 9 hours ago