erlug
[Top] [All Lists]

Re: [Erlug] problema wireless con 7.04

To: erlug@xxxxxxxxxxxxxx
Subject: Re: [Erlug] problema wireless con 7.04
From: Salvatore di Maggio <liste@xxxxxxxxxxxx>
Date: Mon, 18 Jun 2007 23:46:04 +0200
In data Mon, 18 Jun 2007 23:15:31 +0200 kore@xxxxxxxxxx ha scritto:

> Il problema non è risolvibile con il networkmanager. La rete è chiusa,
> usa una chiave wep ed ip statico.

Il NetMan permette di impostare chiave WEP e IP statico: dopo che ha
trovato l'ESSID giusto (e te lo fa vedere), dovresti poter
impostarglieli. 

> Ho disabilitato il networkmanager che ho letto non faceva funzionare la 
> configurazione manuale.

o___O
sicuro...?...

> Ora comunque resta sempre il problema che non riesco ad avere accesso
> alla connessione pur vedendola e pur avendo attivato il mac address dal
> router. Siccome ancora non ho i soldi per un mac, esiste soluzione?

Il "pur vedendola" significa che il Net Man vede l'ESSID?
 Hai detto che hai resettato /etc/network/interfaces, ma quello è un file
di configurazione che si deve personalizzare seguendo le ottime man pages,
non si può resettare, voglio dire che non ha un settaggio di default.

Visto che hai gli indirizzi statici e cmq l'ESSID te lo vede (sembra sia
STA, vero?), prova a mettere questo nel /etc/network/interfaces (preso
dalle man pages); ovviamente alle voci "address" e "gateway" ci devi
mettere gli indirizzi tuoi, rispettivamente gli IP delle schede di rete e
quello del router:

-----------------------------------------------------------------------------
# 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

# The primary network interface
auto eth0
iface eth0 inet static
name Scheda di rete Ethernet
address 192.168.0.5
netmask 255.255.255.0
broadcast 192.168.0.255
network 192.168.0.0
gateway 192.168.0.1

# The wireless network interface
auto eth1
iface eth1 inet static
name Scheda di rete Wireless
address 192.168.0.6
netmask 255.255.255.0
broadcast 192.168.0.255
network 192.168.0.0
gateway 192.168.0.1
wireless-essid <your-essid>
wireless-key <your-wep-key>
------------------------------------------------------------

Tit.


-- 
Salvatore di Maggio

ICQ: 153555815
Skype: titanicus_bo
Public Key: search 'Salvatore di Maggio' in http://pgp.mit.edu:11371/

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

<Prev in Thread] Current Thread [Next in Thread>