Can't ping static IP from internal network, only from outside
Posted
by
Mike
on Server Fault
See other posts from Server Fault
or by Mike
Published on 2010-12-27T22:59:14Z
Indexed on
2010/12/27
23:56 UTC
Read the original article
Hit count: 240
I'm running ubuntu and I have apache running, however, I can't ping internally to my static IP nor browse http://207.40.XXX.XX
the web server using my static IP. I can only ping/browse localhost, 127.0.0.1, and 192.168.0.120
OR 207.40.XXX.XX
only from the outside world.
# cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 my-server.myhost.com my-server
# hostname
my-server
# netstat -tapn
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:29754 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
Any ideas why this is not working?
© Server Fault or respective owner