[BGLug VS] [bglug] Bash per configurazione wireless

Imerio Moretti imeriomoretti@aliceposta.it
Sab 5 Maggio 2007 14:54:03 CEST


Ciao,
ho provato come dici tu a mettere come ultima riga il gateway, ma il 
risultato non cambia.
oltretutto se faccio #route, ottengo:

Destination     Gateway         Genmask         Flags Metric Ref    Use 
Iface
default         192.168.0.1     255.255.255.0   UG    0      0        0 eth1
192.168.0.0     *               255.255.255.0   U     0      0        0 eth1

quindi sembrerebbe che il gateway ce l'abbia anche se con 1 ping ottengo 
ancora:
# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
 From 192.168.0.85 icmp_seq=1 Destination Host Unreachable
 From 192.168.0.85 icmp_seq=4 Destination Host Unreachable
 From 192.168.0.85 icmp_seq=5 Destination Host Unreachable
 From 192.168.0.85 icmp_seq=8 Destination Host Unreachable

se faccio #ifconfig , mantengo praticamente lo stesso ip che uso quando 
sono a casa mia, visto che nel bash non glielo passo (almeno, spero che 
sia così, anche perchè qui sotto mi sembra che ci sia la conferma...)

eth1      Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
          inet addr:192.168.0.85  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::218:deff:fe7a:f56e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:308 errors:169 dropped:460 overruns:0 frame:0
          TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:216695 (211.6 KiB)  TX bytes:64303 (62.7 KiB)
          Interrupt:185 Memory:f4000000-f4000fff

caspita, non capisco...eppure l'access point con iwconfig lo trovo 
attivo sulla eth1....

Alle 12:48, sabato 5 maggio 2007, marco pozzi ha scritto:
 > Ciao,
 > credo che nello script il comando route dovrebbe essere l'ultimo da
 > lanciare; se lanci il cmd #ifconfig eth1 hai un ip assegnato?
 > Saluti
 > M
 >
 > > #!/bin/sh
 > > sudo iwconfig eth1 mode managed channel 6 essid NOMESSID
 > > sudo iwconfig eth1 key s:CHIAVEWEP
 > > sudo ifconfig eth1 down
 > > sudo ifconfig eth1 up
 > > sudo route add -net default gw 192.168.0.1 netmask 255.255.255.0
 >
 >  
 > --
 > Sito BgLUG: http://www.bglug.it
 > Mailing list: http://www.bglug.it/list/bglug
 > BgLUG-biz!: http://www.bglug.it/list/bglug-biz



Maggiori informazioni sulla lista BglugVS