View previous topic :: View next topic |
Author |
Message |
glaskows Tux's lil' helper
Joined: 05 Jan 2004 Posts: 77 Location: Chile
|
Posted: Wed Jun 21, 2006 12:26 pm Post subject: liveCD adsl problem |
|
|
Hi,
I've been running my Gentoo box for a while with no problem. I've also started succefully the network in the liveCD (minimal liveCD) in the past. But, for some reason now I can't (the same liveCD, and same psysichal configuration). The card is up (adsl-start shows connect) but pings are unreachable (pings with url and ip). Please, help, I need this badly.
Thanx a lot!
P.S: this only ocurr with liveCD. My already installed Gentoo workd flawlesly. |
|
Back to top |
|
|
PsychoticRetina Guru
Joined: 18 Dec 2005 Posts: 352 Location: behind the scalpel
|
Posted: Wed Jun 21, 2006 1:38 pm Post subject: |
|
|
what does ifconfig -a say? _________________ there are pinheads everywhere.
penguins are no exception. |
|
Back to top |
|
|
glaskows Tux's lil' helper
Joined: 05 Jan 2004 Posts: 77 Location: Chile
|
Posted: Wed Jun 21, 2006 2:34 pm Post subject: |
|
|
From liveCD
Code: |
eth0 Link encap:UNSPEC HWaddr 00-00-00-50-8D-F6-C1-E7-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth1 Link encap:Ethernet HWaddr 00:05:5D:35:71:8F
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::205:5dff:fe35:718f/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2639 (2.5 Kb) TX bytes:3238 (3.1 Kb)
Interrupt:20 Base address:0x8000
eth2 Link encap:Ethernet HWaddr 00:50:8D:F7:C1:E7
BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17 Base address:0xc000
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: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)
ppp0 Link encap:Point-to-Point Protocol
inet addr:201.246.165.66 P-t-P:10.52.40.3 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:558 (558.0 b) TX bytes:54 (54.0 b)
sit0 Link encap:IPv6-in-IPv4
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)
|
From working Gentoo
Code: |
eth0 Link encap:Ethernet HWaddr 00:05:5D:35:71:8F
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:326 errors:0 dropped:0 overruns:0 frame:0
TX packets:308 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:114431 (111.7 Kb) TX bytes:45135 (44.0 Kb)
Interrupt:185 Base address:0x9000
eth1 Link encap:Ethernet HWaddr 00:50:8D:F7:C1:E7
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:193 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 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)
ppp0 Link encap:Point-to-Point Protocol
inet addr:201.246.165.70 P-t-P:10.52.40.3 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:278 errors:0 dropped:0 overruns:0 frame:0
TX packets:282 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:104664 (102.2 Kb) TX bytes:37266 (36.3 Kb)
|
Btw, I don't know why there is eth2, I have only two ethernets. |
|
Back to top |
|
|
glaskows Tux's lil' helper
Joined: 05 Jan 2004 Posts: 77 Location: Chile
|
Posted: Wed Jun 21, 2006 4:08 pm Post subject: |
|
|
Please, if you want some more info just ask for it. Any clue? |
|
Back to top |
|
|
PsychoticRetina Guru
Joined: 18 Dec 2005 Posts: 352 Location: behind the scalpel
|
Posted: Wed Jun 21, 2006 4:14 pm Post subject: |
|
|
when pinging, try specifying the interface from which you want to ping, with the -I option. your eth0 from the livecd is your firewire - perhaps ping defaults to eth0 when an interface is not specified, hence you get bad results. _________________ there are pinheads everywhere.
penguins are no exception. |
|
Back to top |
|
|
|