<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div>Hi all,<br><br></div>I have ALIX board and installed wireless card.<br></div>Unit is supposed to work as a wireless router.<br><br></div>eth0 is WAN, eth1 + wlan0 is LAN<br>
<br></div>All wired interfaces work fine, unit functions as a router.<br><br></div>There are couple of problems with configuring wlan0.<br><br></div>/etc/network/interfaces:<br>auto lo<br>iface lo inet loopback<br><br>auto eth0<br>
iface eth0 inet dhcp<br><br>auto eth1<br>iface eth1 inet static<br> address 192.168.1.1<br> netmask 255.255.255.0<br> broadcast 192.168.2.255<br><br>iface wlan0 inet manual<br> hostapd /etc/hostapd/hostapd.wlan0.conf<br>
<br>auto br0<br>iface br0 inet static<br> bridge_ports eth1 wlan0<br> address 192.168.1.1<br> netmask 255.255.255.0<br> broadcast 192.168.2.255<br><br></div> /etc/hostapd/hostapd.wlan0.conf is as per /README<br>
<br></div>First problem is that wlan0 does not start up automatically at boot time.<br></div>So I start it up manually and restart br0 for now. <br></div>I can see SSID and try to connect to it, but I never get an IP address.<br>
</div>DHCP server is running and I get IP addresses on wired devices, but not through wireless interface.<br><br></div><div>brctl shows that br0 has both eth1 and wlan0.<br></div><div><br></div>Any ideas?<br><br>Thanks,<br>
</div>Rudolf<br></div>