I'm running a headless server on Ubuntu Linux and I can't get the ping to show up in the server browser:

I'm able to ping the server IP directly with no issue. It connects and plays fine.
Any ideas?
Code: Select all
# IPv4 Ping
-A INPUT -p icmp -m state --state NEW --icmp-type 8 -j ACCEPT
# IPv6 Ping
-A INPUT -p icmpv6 -j ACCEPT