[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

guessnet et les réseaux non protégés



Bonjour,

J'ai accès à deux réseau wifi sans aucune protection (un hotspot et un réseau qui possède un VPN derrière), mais j'arrive pas à configurer guessnet comme il faut.

Voici mon /etc/network/interface :

auto lo
iface lo inet loopback

#allow-hotplug eth0
iface eth0 inet dhcp
up /etc/init.d/netfilter.sh start
down /etc/init.d/.bin/netfilter.sh stop

allow-hotplug wlan0

mapping wlan0
script /usr/sbin/guessnet-ifupdown
map timeout 3
map verbose:true
map debug:false
map MAISON FAC CROUS CAT

iface FAC inet dhcp
post-up vpn-connect vpn.conf
pre-up /etc/init.d/netfilter.sh start
post-down /etc/init.d/netfilter.sh stop
wireless-essid U1-IMA-UJF
wireless-mode managed
test-wireless essid U1-IMA-UJF

iface MAISON inet dhcp
pre-up /etc/init.d/netfilter.sh start
post-down /etc/init.d/netfilter.sh stop
wpa-conf managed
wpa-ap-scan 1
wpa-scan-ssid 1
wpa-ssid DLINK_WIRELESS
wpa-key-mgmt WPA-PSK
wpa-psk XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
test-wireless essid DLINK_WIRELESS

iface CAT inet dhcp
pre-up /etc/init.d/netfilter.sh start
post-down /etc/init.d/netfilter.sh stop
test-wireless essid NETGEAR


Il trouve jamais rien quand il est dans un réseau ouvert.

Pouvez-vous m'aider à le configurer ?

--
Michel Barret

Reply to: