I am using hostapd but I want to use the same wifi atheros card for
connecting to a wifi network and with the same card to create an Access
Point

So that's my interfaces
auto wlan0
iface wlan0 inet static
        address 192.168.1.247
        netmask 255.255.255.0
        gateway 192.168.1.1
        dns-nameservers 192.168.1.1 80.58.61.250
        wpa-ssid XX
        wpa-psk YY

auto myAcc
iface myAcc inet static
        hostapd /etc/hostapd/hostapd.conf
        address 192.168.2.1
        netmask 255.255.255.0

Anyway with those commands I fixed it . Now I am figuring out how to
configure this at boot time





--
View this message in context: 
http://voyage-linux.34677.n3.nabble.com/Spurious-APIC-interrupt-reboots-ALIX-on-0-10-tp4026336p4026343.html
Sent from the Voyage Linux mailing list archive at Nabble.com.

_______________________________________________
Voyage-linux mailing list
[email protected]
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to