[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problema Rete



Ora ho provato ad attivare l'ethernet e disattivare il wireless..

coblin:/home/pasta# ifconfig eth0 up
coblin:/home/pasta# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:03:0D:20:D7:61
          inet6 addr: fe80::203:dff:fe20:d761/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:3044 (2.9 KiB)
          Interrupt:19 Base address:0xd800

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:96 errors:0 dropped:0 overruns:0 frame:0
          TX packets:96 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:6240 (6.0 KiB)  TX bytes:6240 (6.0 KiB)

ra0       Link encap:Ethernet  HWaddr 00:11:09:0D:F0:E9
          inet addr:192.168.0.3  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::211:9ff:fe0d:f0e9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5984 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1112 errors:4 dropped:4 overruns:0 carrier:0
          collisions:1 txqueuelen:1000
          RX bytes:567246 (553.9 KiB)  TX bytes:60121 (58.7 KiB)
          Interrupt:19 Base address:0xb000

coblin:/home/pasta# dhclient eth0
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

sit0: unknown hardware address type 776
eth1: unknown hardware address type 24
sit0: unknown hardware address type 776
eth1: unknown hardware address type 24
Listening on LPF/eth0/00:03:0d:20:d7:61
Sending on   LPF/eth0/00:03:0d:20:d7:61
Sending on   Socket/fallback/fallback-net
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
receive_packet failed on eth0: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER from 192.168.0.254
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.254
SIOCADDRT: File exists
bound to 192.168.0.4 -- renewal in 21600 seconds.
coblin:/home/pasta# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.0.0     *               255.255.255.0   U     0      0        0 ra0
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.0.254   0.0.0.0         UG    0      0        0 ra0
coblin:/home/pasta# ifconfig ra0 down
coblin:/home/pasta# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0

La tabella di route non viene aggiornata automaticamnte e internet
logicamente non va,se però la aggiorno io:

coblin:/home/pasta# route add default gw 192.168.0.254 dev eth0
coblin:/home/pasta# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.0.254   0.0.0.0         UG    0      0        0 eth0

riprende a funzionare internet..
Ma,almeno un modo per farle funzionare c'è
Grazie a tutti per la collaborazine..
Oggi pomeriggio cominciamo col driver fglrx :-)
Ciao



Reply to: