PDA

View Full Version : Network or DNS issue


mde469
2008-07-08, 09:36 PM CDT
I just installed Fedora 9 using the ISPConfig perfect Fedora 9 Setup. I can access the fedora test page using the ip address I assigned to the machine (192.168.0.100), but I cannot use my domain name to come up at all.
I do not have a static IP address, it is DHCP but I am using DNSExit.com service that updates my IP address of my domain name.
Can someone help me figure out why I cannot access my server using my domain name?

By the way I am using all text based on Fedora, no graphical interface.

hyperspace
2008-07-09, 06:37 AM CDT
What does ping -a 192.168.0.100 resolve to?

mde469
2008-07-09, 05:42 PM CDT
It just keeps going in a sequence...
64 bytes from 192.168.0.100: icmp_seq=1 ttl=64 time=0.058
64 bytes from 192.168.0.100: icmp_seq=2 ttl=64 time=0.055
64 bytes from 192.168.0.100: icmp_seq=3 ttl=64 time=0.060
64 bytes from 192.168.0.100: icmp_seq=4 ttl=64 time=0.056
so on and so on and does not stop.

mde469
2008-07-09, 06:22 PM CDT
I tried ping on my windows xp system and got this...

Pinging 192.168.0.100 with 32 bytes of data:

Reply from 192.168.0.100: bytes=32 time<1ms TTL=64
Reply from 192.168.0.100: bytes=32 time<1ms TTL=64
Reply from 192.168.0.100: bytes=32 time<1ms TTL=64
Reply from 192.168.0.100: bytes=32 time<1ms TTL=64

Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

hyperspace
2008-07-10, 06:29 AM CDT
My bad. "-a" is for Windows. Try:

nslookup 192.168.0.100

at the command prompt.