On Sun, Aug 15, 2010 at 10:14 AM, Noel <noel.4a...@la57ieme.net> wrote:

> Hi,
>
> It's now 2 days that I unsuccessful try to connect my alix box with a
> ubuntu 10.04 client. Windows XP clients can connect. I can connect
> another wpa1 access point with my ubuntu client.
>
> could somebody help me?
> here are my configs:
>
> ************ alix hostap.conf ********************************************
> # based on howto at http://www.linux.com/articles/55617
> #and based on the wpa2 wiki
> interface=ath0
> bridge=br0
> driver=madwifi
> logger_syslog=-1
> logger_syslog_level=2
> logger_stdout=-1
> logger_stdout_level=2
> debug=2
> dump_file=/tmp/hostapd.dump
> ctrl_interface=/var/run/hostapd
> ctrl_interface_group=0
> ssid=voyage-meso
> #macaddr_acl=1
> #accept_mac_file=/etc/hostapd/accept
> auth_algs=3
> eapol_key_index_workaround=0
> eap_server=0
> #the following setting is for WPA2 and it works
> wpa=2
> #wpa_psk_file=/etc/hostapd/hostapd.wpa_psk
> wpa_passphrase=MyVerySecretPassPhrase
> wpa_key_mgmt=WPA-PSK
> wpa_pairwise=CCMP
> wpa_group_rekey=600
> wpa_gmk_rekey=86400
>
> ************ EOF alix hostap.conf ***************************************
>
>
> ************ alix interfaces fie
> *******************************************
>
> auto lo
>    iface lo inet loopback
>
> auto eth0
>    iface eth0 inet manual
>    up /sbin/ifconfig eth0 up
>    down /sbin/ifconfig eth0 down
>
>
<snip>

is there a specific reason youve added "manual"
or the up down directives ?

if you drop them, you should get default behavior,
which generally works.

this should be true for all interfaces, including snipped ones.
_______________________________________________
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to