You are not logged in.

#1 2010-08-24 17:12:26

brian
Member
Registered: 2009-08-03
Posts: 16

net-auto-wireless, wpa-configsection

I added WIRELESS_INTERFACE to rc.conf and net-auto-wireless to DAEMONS, and net-auto-wireless starts, but never seems to associate.

I think the problem is probably related to the difficulty I had translating my old profiles to the CONFIGSECTION format. Before, I always used something like

CONNECTION="wireless"
INTERFACE="wlan0"
SECURITY="wpa"
ESSID="xxx"
KEY="xxx"
IP="dhcp" 

But examples/wireless-wpa-configsection has stuff I don't recognize like key_mgmt, eap, group, pairwise, anonymous_identity, identity, phase2. What should my CONFIGSECTION look like?

Offline

#2 2010-08-24 19:18:51

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: net-auto-wireless, wpa-configsection

I just commented out the stuff I didn't need/understand. smile

CONNECTION='wireless'
INTERFACE=wlan0
SECURITY='wpa-configsection'
ESSID='MEL'
IP='dhcp'
CONFIGSECTION='
    ssid=MYSSID
    proto=RSN
    pairwise=TKIP CCMP
    key_mgmt=WPA-PSK
    psk=MYKEY
#   eap=TTLS
#   group=TKIP
#   priority=1
#   phase2="auth=PAP"
'

"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

Board footer

Powered by FluxBB