On Wednesday 09 August 2006 00:07, Sandy Drobic wrote:
Primm wrote:
I have only one machine. The server on 192.168.1.2. I just ant to be able to access my website via the name of the server just as I can from the Internet. I can access it fine externally from Internet. I just can't access it from the server, internally.
Did you enter the correct name in /etc/hosts?
/etc/hosts: 127.0.0.1 localhost 192.168.1.2 servername.example.com servername
That should enable you on the local machine to use the address http://servername.example.com
Yes. I have that entered. The ONLY one which works is 127.0.0.1
Sandy
And you are absolutely sure that the firewall is NOT running?
iptables -L /sbin/SuSEfirewall2 status
SuSEfirewall2 status SuSEfirewall2: Warning: ip6tables does not support state matching. Extended IPv6 support disabled. SuSEfirewall2: SuSEfirewall2 not active I've tried it with and without. When it's running I have port 80 open assigned to external zone.