[Golem] configurazione eth0 from shell

Adm linuxloverstaff@gmail.com
Sab 4 Maggio 2013 10:31:05 CEST


Mi manca qualche passaggio...ho bisogno di un aiutino

Ho un portatile toshiba.
La mia ethernet si chiama pan0 (spero) e attualmente funziona solo
su...windows. Il network-manager non ha intenzione di darle attenzioni.

Ho configurato il dhcp in interfaces, ma questa cosa non ha alcun effetto.
Per questo motivo sono costretto ad avviare manualmente pan0 e ad impostare
l'ipv4. L'ipv6 infatti lo trovo già configurato.

Ho provato anche ad agiungere a mano una default route. Niente, non
funziona.

La cosa curiosa è che network manager è velocissimo con ogni configurazione
wifi (shcede interne ed esterne, anche 2 alla volta).

Un aiutino?

1)
less /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

auto pan0
iface pan0 inet dhcp

2.a) ifconfig pan0 up
2.b) ifconfig pan0 192.168.1.154

3) ifconfig
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:714 errors:0 dropped:0 overruns:0 frame:0
          TX packets:714 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:70694 (69.0 KiB)  TX bytes:70694 (69.0 KiB)

pan0      Link encap:Ethernet  HWaddr 16:ba:f5:a0:17:0c
          inet addr:192.168.1.154  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::14ba:f5ff:fea0:170c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:90 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:12306 (12.0 KiB)

wlan0     Link encap:Ethernet  HWaddr e0:ca:94:70:e1:ed
          inet addr:192.168.1.222  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::e2ca:94ff:fe70:e1ed/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5618 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5467 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3419182 (3.2 MiB)  TX bytes:1387285 (1.3 MiB)



4)
route add default gw 192.168.1.1 pan0

5) route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 pan0
192.168.1.0     *               255.255.255.0   U     2      0        0
wlan0
default         192.168.1.1     0.0.0.0         UG    0      0        0 pan0
default         192.168.1.1     0.0.0.0         UG    0      0        0
wlan0

6) lspci | grep Ethernet
0a:00.0 Ethernet controller: Atheros Communications Device 1083 (rev c0)
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.linux.it/pipermail/golem/attachments/20130504/5d6491e1/attachment.html>


Maggiori informazioni sulla lista golem