Broadcast Ping
You can tell Linux to respond to broadcast pings by running this snippet from the console.
$ echo 0 | sudo tee /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
Edit /etc/sysctl.conf to set the option permanently.
You can tell Linux to respond to broadcast pings by running this snippet from the console.
$ echo 0 | sudo tee /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
Edit /etc/sysctl.conf to set the option permanently.
Content Copyright © 2005-2008 Chris Smith. All Rights Reserved.