F5F Stay Refreshed Power Users Networks Connect Wi-Fi to Ethernet in Linux via bridge configuration.

Connect Wi-Fi to Ethernet in Linux via bridge configuration.

Connect Wi-Fi to Ethernet in Linux via bridge configuration.

R
Rexty_
Senior Member
568
02-28-2016, 06:01 AM
#1
I have a setup in my living room with a Raspberry Pi 3 Model B running Retropie. It connects to my network through Wi-Fi and accesses games on my NAS. Recently, I got a PS2 and modified it to play games via USB or Samba Share. However, the PS2 only supports USB 1.1, which causes many games with FMV sequences to stutter. People suggest using the Ethernet port for better bandwidth. Since I can't run an Ethernet cable to the PS2, I tried bridging my Raspberry's Ethernet port via Wi-Fi to the local network. I found many guides but all involve setting up DHCP on the Raspberry and using a subnet with NAT, which hides the PS2 from the NAS. I need a solution that lets the Ethernet port forward the entire network access, keeping everything on the same IP range. If someone is willing to help, any advice or assistance would be greatly appreciated.
R
Rexty_
02-28-2016, 06:01 AM #1

I have a setup in my living room with a Raspberry Pi 3 Model B running Retropie. It connects to my network through Wi-Fi and accesses games on my NAS. Recently, I got a PS2 and modified it to play games via USB or Samba Share. However, the PS2 only supports USB 1.1, which causes many games with FMV sequences to stutter. People suggest using the Ethernet port for better bandwidth. Since I can't run an Ethernet cable to the PS2, I tried bridging my Raspberry's Ethernet port via Wi-Fi to the local network. I found many guides but all involve setting up DHCP on the Raspberry and using a subnet with NAT, which hides the PS2 from the NAS. I need a solution that lets the Ethernet port forward the entire network access, keeping everything on the same IP range. If someone is willing to help, any advice or assistance would be greatly appreciated.

Y
YouseyHD
Member
154
03-12-2016, 03:21 AM
#2
Raspbian is a Debian-based version, so follow these steps from the official bridge guide: https://wiki.debian.org/BridgeNetworkConnections. When bridging is set up, ensure the Pi gets its IP address on the new bridge port, not on any of the slave interfaces included in the bridge.
Y
YouseyHD
03-12-2016, 03:21 AM #2

Raspbian is a Debian-based version, so follow these steps from the official bridge guide: https://wiki.debian.org/BridgeNetworkConnections. When bridging is set up, ensure the Pi gets its IP address on the new bridge port, not on any of the slave interfaces included in the bridge.

S
ShadedBlades
Junior Member
16
03-12-2016, 12:08 PM
#3
This functionality can also work through the NetworkManager interface on your desktop, provided you're using it.
S
ShadedBlades
03-12-2016, 12:08 PM #3

This functionality can also work through the NetworkManager interface on your desktop, provided you're using it.

M
54
03-14-2016, 08:43 AM
#4
Thanks for your message. I've attempted to connect the interfaces but encountered an error stating "can't add wlan0 to bridge br0." After researching, it seems the tutorial you followed appears to be limited to Ethernet bridging only. The guide you shared doesn't cover adding Wi-Fi devices like wlan0. You might need a different approach or additional configuration steps. Also, your bridge interface may not have been assigned an IP address yet.
M
MashedPotat0es
03-14-2016, 08:43 AM #4

Thanks for your message. I've attempted to connect the interfaces but encountered an error stating "can't add wlan0 to bridge br0." After researching, it seems the tutorial you followed appears to be limited to Ethernet bridging only. The guide you shared doesn't cover adding Wi-Fi devices like wlan0. You might need a different approach or additional configuration steps. Also, your bridge interface may not have been assigned an IP address yet.