David Cougle wrote: > ok. > > also, how do i make hostap use eth2 instead of wlan0? > can i do that? you can do a: grep -n "wlan" hostap_hw.c in the source directory and replace the occurencies with the string eth and recompiled it. I ve done this many times and it works. Martin