Quote:
Originally posted by DavidPhillips
try a different browser
you should be getting access denied or a password prompt.
maybe there's aomething wrong witc /etc/resolv.conf
|
[root@localhost etc]# cat resolv.conf
domain
nameserver 151.164.14.201
nameserver 151.164.1.8
search
[root@localhost etc]# cat hosts.allow
#
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
[root@localhost etc]# cat hosts.deny
#
# hosts.deny This file describes the names of the hosts which are
# *not* allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow. In particular
# you should know that NFS uses portmap!
[root@localhost etc]# cat hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
[root@localhost etc]#