March 2011
2 posts
2 tags
iptables dropping traffic
Here is a simple rule to drop traffic from a source using linux iptables sudo iptables -A INPUT -s 192.168.247.1 -j DROP to remove the rule at a later time, run: sudo iptables -D INPUT -s 192.168.247.1 -j DROP
Mar 14th
5 notes
3 tags
Eclipse ShellEd - nice bash/scripting editor →
Mar 14th
3 notes