cannot view account via http://ipaddress

Zion Ahead

Well-Known Member
Nov 10, 2006
347
0
166
http://dedicatedipaddress/ does not work (yet it is up and pings)

Anyone know what would cause this on a cpanel server? DNS report shows the domain using that IP with proper IP listed too.

http://69.00.00.00/ for example

/var/cpanel/users/username

IP=69.00.00.00
STARTDATE=1160676882
RS=x2
OWNER=root
PLAN=Pro
MAXFTP=unlimited
HASCGI=1
BWLIMIT=3670016000000
MAXSQL=7
MAXPOP=500
MAXLST=unlimited
MAXPARK=25
MAXADDON=25
FEATURELIST=default
MAXSUB=unlimited
DNS=domain.com


I ran /scripts/updateuserdomains and restarted cpanel. DNS zone is fine and dnsstuff.com shows the IP address correctly too.

This is their dns zone

Code:
; cPanel 10.9.0-STABLE_65
; Zone file for domain.com
$TTL 14400
@      86400    IN      SOA     ns1.host.com. root.server.host.com. (
                2006112001      ; serial, todays date+todays
                86400           ; refresh, seconds
                7200            ; retry, seconds
                3600000         ; expire, seconds
                86400 )         ; minimum, seconds

domain.com. 86400 IN NS ns1.host.com.
domaine.com. 86400 IN NS ns2.host.com.


domain.com. IN A 69.00.00.00 (actual IP here)

localhost.domain.com. IN A 127.0.0.1

domain.com. IN MX 0 domain.com.

mail IN CNAME domain.com.
www IN CNAME domain.com.
ftp IN CNAME domain.com.