Linux Ubuntu: Enable/Disable ping to your station

#disable ping to your station: sudo echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all #enable ping back: sudo echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.