Originally Posted by
Bok
It's not resolving anything at all?
What does
cat /etc/resolv.conf
and
ifconfig -a
say ?
what about traceroute 8.8.8.8
I tend to use google's nameservers these days (8.8.8.8 and 8.8.4.4)
The machine shouldn't care about any router upstream at all really.
Code:
KIM ~ # cat /etc/resolv.conf
nameserver 192.168.x.1
KIM ~ # ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:11:d8:a2:2f:49
inet addr:192.168.x.94 Bcast:192.168.x.255 Mask:255.255.255.0
inet6 addr: fe80::211:d8ff:fea2:2f49/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3168545 errors:0 dropped:0 overruns:0 frame:0
TX packets:3053345 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3188606987 (2.9 GiB) TX bytes:2846526234 (2.6 GiB)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:536087 errors:0 dropped:0 overruns:0 frame:0
TX packets:536087 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5449516037 (5.0 GiB) TX bytes:5449516037 (5.0 GiB)
tunl0 Link encap:IPIP Tunnel HWaddr
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
KIM ~ # traceroute 8.8.8.8
-su: traceroute: command not found
KIM ~ # ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_req=1 ttl=50 time=130 ms
64 bytes from 8.8.8.8: icmp_req=2 ttl=50 time=139 ms
^C
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 130.903/135.092/139.282/4.205 ms
I guess I don't have traceroute installed yet. Don't know if that makes a difference. I assume not.
This is what's bizarre to me. I can ping an address, but not use a service.
Code:
KIM ~ # ping www.google.com
PING www.l.google.com (74.125.224.180) 56(84) bytes of data.
64 bytes from 74.125.224.180: icmp_req=1 ttl=53 time=12.6 ms
64 bytes from 74.125.224.180: icmp_req=2 ttl=53 time=11.1 ms
^C64 bytes from 74.125.224.180: icmp_req=3 ttl=53 time=11.1 ms
--- www.l.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 11.182/11.685/12.684/0.706 ms
KIM ~ # ssh trigggl.is-an-engineer.com
ssh: Could not resolve hostname trigggl.is-an-engineer.com: Name or service not known
Just to be clear, I do manage to use the service without the name.
KIM ~ # ssh 68.51.6.65
Password:
Last login: Sat Apr 23 10:12:55 CDT 2011 from adsl-69-230-183-166.dsl.irvnca.pacbell.net on ssh
╔╦═╡root@stephie╞═╡10:12 AM╞═╡~╞═╗
╠╬╗ exit
logout
Connection to 68.51.6.65 closed.