I would like to route the connection from wlan1 to wlan0 and eth0.
I would rather use wlan0 to wlan1 and eth0 but haven't worked out the drivers for my Netgear3100m USB.
I have successfully followed guides for wlan1 to wlan0 and wlan1 to eth0 but am unable to get both to work at the same time.
These are the guides that I followed.
https://frillip.com/using-your-raspberr ... h-hostapd/
viewtopic.php?t=132674
I believe the issues is related to the "listen-address" in the /etc/dnsmasq.conf file but do not know how to resolve it.
It seems that both interfaces can't be listening to the same address.
Thanks in advance for any advice.
Cheers!
Re: Help Request: wlan1 > wlan0 & eth0
I don't really understand what you want to achieve.
What about bridging wlan0 and eth0 into a br0 interface? Then you could achieve "wlan1 > br0" and that would mean "wlan1 to br0 or any other machine behind it via Ethernet or wifi"
A Linux bridge is like a physical Ethernet switch, everything passes through it.
What about bridging wlan0 and eth0 into a br0 interface? Then you could achieve "wlan1 > br0" and that would mean "wlan1 to br0 or any other machine behind it via Ethernet or wifi"
A Linux bridge is like a physical Ethernet switch, everything passes through it.
"S'il n'y a pas de solution, c'est qu'il n'y a pas de problème." Les Shadoks, J. Rouxel
Re: Help Request: wlan1 > wlan0 & eth0
Thanks, I'll give that a go. I've never configured a br0 interface before.
hadn't stumbled upon it yet with my google searching.
My end goal is to capture wifi and then rebroadcast is via a new Wifi access point and the eathernet port.

My end goal is to capture wifi and then rebroadcast is via a new Wifi access point and the eathernet port.