Gentoo Archives: gentoo-user

From: Thufir <hawat.thufir@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: live cd, ip fail
Date: Sun, 08 Jul 2007 08:37:46
Message-Id: bf6b6d5c0707080132s23dc3474t1b24e978dd268aa@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: live cd, ip fail by Thufir
1 I'm on the live cd, the IP address resolved :)
2
3
4 livecd ~ #
5 livecd ~ # cat /etc/gentoo-release
6 Gentoo Base System release 1.12.9
7 livecd ~ #
8 livecd ~ # whoami
9 root
10 livecd ~ #
11 livecd ~ # ping 192.168.2.1
12 connect: Network is unreachable
13 livecd ~ #
14 livecd ~ # ifconfig -a
15 eth0 Link encap:Ethernet HWaddr 00:0D:88:37:FA:22
16 UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
17 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
18 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
19 collisions:0 txqueuelen:1000
20 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
21 Interrupt:21
22
23 eth1 Link encap:Ethernet HWaddr 00:16:EC:23:AF:88
24 UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
25 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
26 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
27 collisions:0 txqueuelen:1000
28 RX bytes:0 (0.0 b) TX bytes:590 (590.0 b)
29 Interrupt:22 Base address:0xb000
30
31 lo Link encap:Local Loopback
32 inet addr:127.0.0.1 Mask:255.0.0.0
33 UP LOOPBACK RUNNING MTU:16436 Metric:1
34 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
35 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
36 collisions:0 txqueuelen:0
37 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
38
39 livecd ~ #
40 livecd ~ # dhcpcd eth0 up
41 Error, timed out waiting for a valid DHCP server response
42 livecd ~ #
43 livecd ~ # dhcpcd eth1 up
44 livecd ~ #
45 livecd ~ # ping 192.168.2.1
46 PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
47 64 bytes from 192.168.2.1: icmp_seq=1 ttl=255 time=1.91 ms
48 64 bytes from 192.168.2.1: icmp_seq=2 ttl=255 time=1.81 ms
49 64 bytes from 192.168.2.1: icmp_seq=3 ttl=255 time=1.41 ms
50
51 --- 192.168.2.1 ping statistics ---
52 3 packets transmitted, 3 received, 0% packet loss, time 2001ms
53 rtt min/avg/max/mdev = 1.412/1.713/1.916/0.217 ms
54 livecd ~ #
55 livecd ~ # ping www.google.com
56 PING www.l.google.com (72.14.253.147) 56(84) bytes of data.
57 64 bytes from po-in-f147.google.com (72.14.253.147): icmp_seq=1
58 ttl=241 time=23.1 ms
59 64 bytes from po-in-f147.google.com (72.14.253.147): icmp_seq=2
60 ttl=241 time=22.0 ms
61 64 bytes from po-in-f147.google.com (72.14.253.147): icmp_seq=3
62 ttl=241 time=28.7 ms
63 64 bytes from po-in-f147.google.com (72.14.253.147): icmp_seq=4
64 ttl=241 time=28.5 ms
65
66 --- www.l.google.com ping statistics ---
67 4 packets transmitted, 4 received, 0% packet loss, time 3003ms
68 rtt min/avg/max/mdev = 22.002/25.631/28.757/3.070 ms
69 livecd ~ #
70 livecd ~ # date
71
72 Sun Jul 8 08:27:53 UTC 2007
73 livecd ~ #
74 livecd ~ #
75
76
77
78
79
80 Thanks,
81
82 Thufir
83 --
84 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: live cd, ip fail Mick <michaelkintzios@×××××.com>