| Author |
Message |
|
|
|
Post subject: How to avoid Ceni?
Posted: Jul 29, 2008 - 04:52 PM
|
|
Joined: Dec 12, 2006
Posts: 154
Location: switzerland
Status: Offline
|
|
I have a wlan at home which is WPA and hidden with a long password. At my work there is an open wlan (only for Internet and e-mailI) and I do connect with the browser (I had to input a password which is stored in a cookie with an expiration date).
How can I avoid using Ceni each time I switch workplace? Nor Kwifimanager nor wlassistant does the job!
Any idea?
So the basic question is how to manage different wlan profiles some of them highly protected with WPA?
kind regards |
Last edited by hoogewoud on Jul 30, 2008 - 07:13 PM; edited 1 time in total
|
| |
|
|
|
 |
|
|
Post subject: RE: How to avoid Ceni?
Posted: Jul 29, 2008 - 05:07 PM
|
|
Joined: Jun 13, 2008
Posts: 11
Location: Würzburg, Germany
Status: Offline
|
|
|
|
|
 |
|
|
Post subject: RE: How to avoid Ceni?
Posted: Jul 29, 2008 - 05:14 PM
|
|
Joined: Dec 12, 2006
Posts: 154
Location: switzerland
Status: Offline
|
|
I will give it a try!
thank you! |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: How to avoid Ceni?
Posted: Jul 29, 2008 - 07:38 PM
|
|

Joined: Nov 30, 2006
Posts: 3481
Location: Budapest
Status: Offline
|
|
|
|
|
 |
|
|
Post subject:
Posted: Jul 30, 2008 - 04:54 PM
|
|
Joined: Dec 12, 2006
Posts: 154
Location: switzerland
Status: Offline
|
|
Ich bin genau der WIKI bzw dem Manual gefolgt.
Wenn ich wpa_gui aufrufe bleibt das Programm unter scanning... hängen kriege keine Verbindung.
Hier unter mein wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="MEINSSID"
scan_ssid=1
psk="MEINASCIIPSW"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP WEP104 WEP40
auth_alg=OPEN
priority=10
disabled=1
id_str="home"
}
network={
ssid="HNET"
scan_ssid=1
key_mgmt=IEEE8021X
auth_alg=OPEN
eap=MD5
identity=""
password=""
ca_cert=""
priority=15
id_str="work"
}
Und hier mein Interfaces:
# /etc/network/interfaces -- configuration file for ifup( , ifdown(
# The loopback interface
# automalatically added when upgrading
auto lo
iface lo inet loopback
#**************wlan0 config static*********************
#iface wlan0 inet static
#address 192.168.0.100
#netmask 255.255.255.0
#**************wlan0 config normal*********************
allow-hotplug wlan0
#iface wlan0 inet dhcp
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface home inet dhcp
iface work inet dhcp
#iface stalk inet dhcp
#**************eth0 config normal*********************
allow-hotplug eth0
iface eth0 inet dhcp
mit Ceni konfiguriert gehts, in Interfaces steht dann:
# /etc/network/interfaces -- configuration file for ifup( , ifdown(
# The loopback interface
# automalatically added when upgrading
auto lo
iface lo inet loopback
#**************wlan0 config static*********************
#iface wlan0 inet static
#address 192.168.0.100
#netmask 255.255.255.0
#**************wlan0 config normal*********************
#iface wlan0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-key-mgmt NONE
wpa-ssid HNET
iface home inet dhcp
iface work inet dhcp
#iface stalk inet dhcp
#**************eth0 config normal*********************
allow-hotplug eth0
iface eth0 inet dhcp
Ich weiss nicht weiter??? Hat jemand eine Idee? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jul 30, 2008 - 04:55 PM
|
|
Joined: Dec 12, 2006
Posts: 154
Location: switzerland
Status: Offline
|
|
Sorry I have written in german!!
I said I used wpa_gui and it remained scanning without finding the wlan and thus no connection.
The connection worked perfectly using Ceni |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jul 30, 2008 - 07:13 PM
|
|
Joined: Dec 12, 2006
Posts: 154
Location: switzerland
Status: Offline
|
|
Solved wpa_supplicant.conf is sometimes difficult to understand but now it works , my wpa_supplicant.conf now looks like this:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="MYSSID"
scan_ssid=1
psk="MYASXIIPSW"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
auth_alg=OPEN
priority=10
id_str="home"
}
network={
ssid="HNET"
scan_ssid=1
key_mgmt=NONE
auth_alg=OPEN
priority=15
disabled=1
id_str="work"
} |
|
|
| |
|
|
|
 |
|
|