1)
Check that ipaddress is in ifconfig

root@[/]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0D:61:B5:AE:74
inet addr:69.93.237.209 Bcast:69.93.237.223 Mask:255.255.255.224
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:216786947 errors:0 dropped:0 overruns:0 frame:0
TX packets:292861708 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:1968126893 (1876.9 Mb) TX bytes:317887913 (303.1 Mb)

2)
Check the entry of ipaddress in /etc/ips

root@[/]# vi /etc/ips

69.93.237.209:255.255.255.224:69.93.237.223
69.93.237.210:255.255.255.224:69.93.237.223
69.93.237.211:255.255.255.224:69.93.237.223

The first column is the ipaddress assign to the server that you can see in “ifconfig” i.e. “inet addr:69.93.237.209″

The second column is the Mask:255.255.255.224.

The third column is the Brodcast:69.93.237.223.

3)
Check if the ips are listed in /etc/ipaddrpool

root@[/]# vi /etc/ipaddrpool

69.93.237.209
69.93.237.210
69.93.237.211
If IP address not listed in any of above file please add it and you are able to access it through create account.