Hi, Can anyone help please? I have set up my RasPi as a router. It gets its internet from a wifi modem and wlan1 is configured as an AP, so my computers etc can connect via the Pi to the internet. That works fine. The AP runs dhcp.
However, I have one device which needs a network cable. I presume therefore that I could bridge eth0 with wlan1 to achieve this?
I have tried various tutorials online and all have been a disaster and I am now totally lost and confused! I haven't used bridging before.
I have tried:
sudo ifdown wlan1
sudo ifdown eth0
sudo brctl addbr br0
sudo brctl addif br0 wlan1
sudo brctl addif br0 eth0
sudo ifup br0 (that says unconfigured bridge br0=br0 !!!!!
I can no longer connect to wlan1 as the PC sticks on "acquiring network address" and a computer on eth0 reports limited or no connectivity!
HELP!!!!
Thanks