Hi Jeff,
I have typed some more commands with interesting results. This time I
tried different websites using wget, nslookup, and traceroute. It
seems like on some websites nslookup seems to work and some
(www.cnn.com) it doesn't, and traceroute doesn't seem to get past the
first step. All of this leads me to guess that there is a problem with
the DNS, I'm not sure if this is correct.
I have the commands and results below:
root@beagleboard:~# wget google.com
--2010-03-18 16:18:22-- http://google.com/
Resolving google.com... 72.14.204.103, 72.14.204.104,
72.14.204.99, ...
Connecting to google.com|72.14.204.103|:80... connected.
HTTP request sent, awaiting response...
root@beagleboard:~# wget www.comcast.net
--2010-03-18 16:18:56-- http://www.comcast.net/
Resolving www.comcast.net... 65.199.63.74, 65.199.63.40
Connecting to www.comcast.net|65.199.63.74|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `index.html'
[ <=> ] 74,600 --.-K/s
[ <=> ] 74,600 --.-K/
s
root@beagleboard:~# wget www.cnn.com
--2010-03-18 16:20:32-- http://www.cnn.com/
Resolving www.cnn.com... failed: Name or service not known.
Resolving www.cnn.com... failed: Name or service not known.
root@beagleboard:~# nslookup google.com
Server: 10.21.5.1
Address 1: 10.21.5.1
Name: google.com
Address 1: 72.14.204.103 iad04s01-in-f103.1e100.net
Address 2: 72.14.204.104 iad04s01-in-f104.1e100.net
Address 3: 72.14.204.99 iad04s01-in-f99.1e100.net
Address 4: 72.14.204.147 iad04s01-in-f147.1e100.net
root@beagleboard:~# nslookup www.cnn.com
Server: 10.21.5.1
Address 1: 10.21.5.1
nslookup: can't resolve 'www.cnn.com'
root@beagleboard:~# nslookup www.comcast.net
Server: 10.21.5.1
Address 1: 10.21.5.1
Name: www.comcast.net
Address 1: 65.199.63.74
Address 2: 65.199.63.40
root@beagleboard:~# traceroute google.com
traceroute: warning: google.com has multiple addresses; using
72.14.204.103
traceroute to google.com (72.14.204.103), 30 hops max, 38 byte packets
1 10.21.5.1 (10.21.5.1) 1.618 ms 2.808 ms 0.854 ms
2 * * *
3 * * *
root@beagleboard:~# traceroute www.cnn.com
traceroute: www.cnn.com: Host name lookup failure
root@beagleboard:~# traceroute www.comcast.net
traceroute: warning: www.comcast.net has multiple addresses; using
65.199.63.74
traceroute to a1526.g.akamai.net (65.199.63.74), 30 hops max, 38 byte
packets
1 10.21.5.1 (10.21.5.1) 1.312 ms 1.251 ms 0.732 ms
2 * * *
Once again I required a cancel (Ctrl + c) to get out of wget and
traceroute. I hope this might provide further insight to what my
problem is. If someone has a solution please post it, thanks!!!
-V