<br><br><div class="gmail_quote">On Sun, Aug 15, 2010 at 10:14 AM, Noel <span dir="ltr"><<a href="mailto:noel.4alix@la57ieme.net">noel.4alix@la57ieme.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
It's now 2 days that I unsuccessful try to connect my alix box with a<br>
ubuntu 10.04 client. Windows XP clients can connect. I can connect<br>
another wpa1 access point with my ubuntu client.<br>
<br>
could somebody help me?<br>
here are my configs:<br>
<br>
************ alix hostap.conf ********************************************<br>
# based on howto at <a href="http://www.linux.com/articles/55617" target="_blank">http://www.linux.com/articles/55617</a><br>
#and based on the wpa2 wiki<br>
interface=ath0<br>
bridge=br0<br>
driver=madwifi<br>
logger_syslog=-1<br>
logger_syslog_level=2<br>
logger_stdout=-1<br>
logger_stdout_level=2<br>
debug=2<br>
dump_file=/tmp/hostapd.dump<br>
ctrl_interface=/var/run/hostapd<br>
ctrl_interface_group=0<br>
ssid=voyage-meso<br>
#macaddr_acl=1<br>
#accept_mac_file=/etc/hostapd/accept<br>
auth_algs=3<br>
eapol_key_index_workaround=0<br>
eap_server=0<br>
#the following setting is for WPA2 and it works<br>
wpa=2<br>
#wpa_psk_file=/etc/hostapd/hostapd.wpa_psk<br>
wpa_passphrase=MyVerySecretPassPhrase<br>
wpa_key_mgmt=WPA-PSK<br>
wpa_pairwise=CCMP<br>
wpa_group_rekey=600<br>
wpa_gmk_rekey=86400<br>
<br>
************ EOF alix hostap.conf ***************************************<br>
<br>
<br>
************ alix interfaces fie *******************************************<br>
<br>
auto lo<br>
iface lo inet loopback<br>
<br>
auto eth0<br>
iface eth0 inet manual<br>
up /sbin/ifconfig eth0 up<br>
down /sbin/ifconfig eth0 down<br>
<br></blockquote><div><br></div><div><snip></div><div><br></div><div>is there a specific reason youve added "manual"</div><div>or the up down directives ?</div><div><br></div><div>if you drop them, you should get default behavior,</div>
<div>which generally works.</div><div><br></div><div>this should be true for all interfaces, including snipped ones.</div></div>