On 03/05/2011 03:58 AM, erikmccaskey64 wrote:
On the face of it, it sounds like you want something this on your router: -A INPUT -s 192.168.1.0/24 -d 192.168.1.0/24 -j REJECT --reject-with icmp-host-prohibited -I INPUT 1 -s 192.168.1.2/32 -d 192.168.1.1/32 -j ACCEPT This assumes you have a static IP of 192.168.1.2, and the router is 192.168.1.1. That way you won't lock yourself out of the router's configuration gui or ssh. You can try and test it out anyway. I perfer REJECT rather than drop, it causes less problems. Leave DROP for the bad guys you want to slow down with time-outs. I haven't tried this, so YMMV, and I might be all wet. -- Chris Kloiber |
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines