On Sun, 27 May 2007 21:04:18 +0200 "Brunetto Marco Ziosi" <[EMAIL PROTECTED]> wrote:
> per essere sicuro ho provato anche mettendomi davanti all'ap! > cmq ecco: > > snoopy:/home/brunetto# cat /etc/resolv.conf > nameserver 192.168.0.1 > > snoopy:/home/brunetto# route > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref > Use Iface > > snoopy:/home/brunetto# ifconfig ath0 > ath0 Link encap:Ethernet HWaddr 00:11:F5:A5:6C:86 > inet6 addr: fe80::211:f5ff:fea5:6c86/64 Scope:Link > UP BROADCAST RUNNING 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:0 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Non hai una tabella di routing ben definita...ed è ovvio in quanto ath0 non prende l' IP via DHCP Prova con settaggi manuali (ovvero static) assegnando ad ath0 un IP della subnet corretta (192.168.0.x, suppongo) Se la cosa funziona in tal modo allora è molto probabile che il problema sia inerente il DHCP (lato client e/o lato server) Ciao :)

