03-20-2011, 10:50 PM
are you using Windows or Linux.
Windows
START > RUN > CMD > ipconfig (should display something like below)
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::b0d3:eb5a:ffc8:58dd%13
IPv4 Address. . . . . . . . . . . : 192.168.0.13
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 192.168.0.200
Is the 'Default Gateway' the same as your http login page?
Linux
root@server [~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.0.200 0.0.0.0 UG 0 0 0 eth0
Is the 'Gateway (in bold)' the same as your http login page?
If either of these are incorrect, then you need to connect to the gateway in bold (in this case 192.168.0.200 instead of whatever you are trying to connect to..)
Windows
START > RUN > CMD > ipconfig (should display something like below)
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::b0d3:eb5a:ffc8:58dd%13
IPv4 Address. . . . . . . . . . . : 192.168.0.13
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 192.168.0.200
Is the 'Default Gateway' the same as your http login page?
Linux
root@server [~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.0.200 0.0.0.0 UG 0 0 0 eth0
Is the 'Gateway (in bold)' the same as your http login page?
If either of these are incorrect, then you need to connect to the gateway in bold (in this case 192.168.0.200 instead of whatever you are trying to connect to..)