Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Help needed with wifi bridge setup (no replies)

$
0
0
Folks,

I am trying to setup dockstar as wifi bridge. I am running stock wheezy with 3.2.0-4-kirkwood kernel.

Main_Router ------> [WiFi link] <-----Dockstar-----Linksys switch----multiple PCs

My /etc/network/interfaces is given below:


auto lo ra0
iface lo inet loopback
iface eth0 inet manual

allow-hotplug ra0
iface ra0 inet manual
pre-up wpa_supplicant -Dwext -i ra0 -c /etc/wpa.conf -B


auto br0
iface br0 inet dhcp
      bridge_ports ra0 eth0
      bridge_stp off
      bridge_maxwait 5
wpa-bridge br0

With this I am not seeing DHCP from dockstar or any PC connected to the switch. I do see wifi link established between router and dockstar.

Can anyone help?

TIA
D Banks

Viewing all articles
Browse latest Browse all 3247

Trending Articles