-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- From your output, which was perfect by the way:
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast
state DOWN qlen 1000
NO-CARRIER and ‘state DOWN’ are probably not helping you. Sure your LAN
cable is secure? Not using a crossover cable on accident instead of a
straight-through cable, are you? I imagine if you set your system to use
the Network Manager (the other option besides ‘Traditional’) this will
probably not work still.
The other setting is you do not have a DNS server. As ‘root’ modify your
/etc/resolv.conf by adding (for testing) the following lines, though this
will not help with resolving google.com until you get your physical
network working as mentioned above:
sudo vi /etc/resolv.conf
add:
nameserver 192.168.1.1
nameserver 208.67.220.220
nameserver 208.67.222.222
I’m guessing on that first IP address since it’s your gateway and most
home routers are also DNS providers.
Good luck.
On 02/18/2010 07:26 PM, tsuujin wrote:
>
> tsuujin@akujin:~> ip addr
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
> inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
> inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo
> inet6 ::1/128 scope host
> valid_lft forever preferred_lft forever
> 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast
> state DOWN qlen 1000
>
> link/ether 00:1f:c6:81:e1:cc brd ff:ff:ff:ff:ff:ff
>
> inet 192.168.1.200/24 brd 192.168.1.255 scope global eth0
>
> 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN
> qlen 1000
> link/ether 00:1f:c6:81:e1:cb brd ff:ff:ff:ff:ff:ff
>
> tsuujin@akujin:~> ip route
>
> 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.200
>
> 169.254.0.0/16 dev eth0 scope link
>
> 127.0.0.0/8 dev lo scope link
> default via 192.168.1.1 dev eth0
> tsuujin@akujin:~> cat /etc/resolv.conf
> ### /etc/resolv.conf file autogenerated by netconfig!
> #
> # Before you change this file manually, consider to define the
> # static DNS configuration using the following variables in the
> # /etc/sysconfig/network/config file:
> # NETCONFIG_DNS_STATIC_SEARCHLIST
> # NETCONFIG_DNS_STATIC_SERVERS
> # NETCONFIG_DNS_FORWARDER
> # or disable DNS configuration updates via netconfig by setting:
> # NETCONFIG_DNS_POLICY=’’
> #
> # See also the netconfig(8) manual page and other documentation.
> #
> # Note: Manual change of this file disables netconfig too, but
> # may get lost when this file contains comments or empty lines
> # only, the netconfig settings are same with settings in this
> # file and in case of a “netconfig update -f” call.
> #
> ### Please remove (at least) this line when you modify the file!
> search akujin.com
> tsuujin@akujin:~> ping -c 3 google.com
> ping: unknown host google.com
> tsuujin@akujin:~> ping -c 3 74.125.39.147
> PING 74.125.39.147 (74.125.39.147) 56(84) bytes of data.
> From 192.168.1.200: icmp_seq=1 Destination Host Unreachable
> From 192.168.1.200 icmp_seq=1 Destination Host Unreachable
> From 192.168.1.200 icmp_seq=2 Destination Host Unreachable
> From 192.168.1.200 icmp_seq=3 Destination Host Unreachable
>
> — 74.125.39.147 ping statistics —
> 3 packets transmitted, 0 received, +4 errors, 100% packet loss, time
> 1999ms
> , pipe 3
> tsuujin@akujin:~>
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJLfkHIAAoJEF+XTK08PnB5cKwP/jKC5abYHGDFGLHROGPP3I9n
LU45YBNyLv5ZZzsQbL5rOc3Eb0H3+n+PejF45wscs/DnBY9zNa1eeDd88qFlB/VS
2q+QcuYYMOKLcfocVYUzALkbpfdnXkaB8kBYTh3ONQWpgSq8X79M3rYsQ5hd67FU
Oi3QDKsjH9sPf8PgjcfHfzo2VxlvsMi8zwtaORdeCRDB8vjDE0DecKTnsKmVFeNM
qHBSYudifIt+AwGnc+TyFQl8avgE/03NdCVJp2IA0fuH1QOLkppU9BT034zujzdF
3ETl4hm6CXzbFjwgLnHu9ke0bFHVAVDJ4tqoW4Td+od+7H/i/qFgL8AvjBRr86Sx
hjCJBSNgTDXgHLf/dsvzawh8yh441Wh3Klvbl87TujYwStkIL2/PRxpodmg3Up36
ly9DjxaSTFFerHjm8nNOfJiG3ghwdSvouJqB9wQlaFD5C9zMO78g4ru9QZXLWhiD
l2xfZ4XiRrzX3XTWxxlmoO2GF+kVQJk5Dj6Bj4cquR3dfZNkeYF944vrKXwq8s7L
7HX2YffX5vH2PKB/LPZyPtgZQsko2IreqP/LqYNp87QN5e8VjKn/prirghoDIwY6
4igvb/Pk9ZEdWcdjG/3RjZrHurEzbBnfgC+X6CFpn+LscdKG2Ez5nc/WF5hZ5r2L
rITIsCp3ZYUGeSE7jiRV
=27ju
-----END PGP SIGNATURE-----