Slashdot Mirror


User: machinehead

machinehead's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Old school hacking on Undernet In Serious Trouble: Any Suggestions? (Updated) · · Score: 1

    and if you dislike the thought of not being able to ping your box from your internal net, set up a firewall rule to block icmp echo requests on your external interface. mine is set up with ipchains in a linux box used as my router. ipchains -A input -i eth1 -s $ALL echo-request -p icmp -l -j DENY