Questions tagged [bridge]
88 questions
19
votes
2 answers
Workaround for a wifi bridge on a Raspberry Pi with proxy arp
I want to bridge the wifi interface with the ethernet interface on a Raspberry Pi so any device on the ethernet port becomes a member of the wifi network. Usually this is done by a bridge (OSI layer 2) but on wifi you need WDS (wireless distribution…
Ingo
- 42,961
- 20
- 87
- 207
7
votes
2 answers
How to bridge an access point with a remote network by Wireguard? (with the use of systemd-networkd)
Have been following a members' posts about using the Pi as a Wifi Repeater and/or Bridge and also bridging via openvpn. A member of this forum (Ingo) has provided awesome step-by-step instructions with the use of systemd-networkd with the setup and…
niz180sx
- 71
- 1
- 1
- 4
5
votes
2 answers
WiFi to Ethernet bridge / Internet sharing Raspbain Stretch Lite
I have a scenario where I have a cellular Wifi hotspot modem also known as 'MiFi'.
The problem I am encountering is all the tutorials I have come across are mostly outdated or purely just don't work.
What I am trying to achieve is the…
user92651
- 61
- 1
- 4
4
votes
1 answer
Using the Pi as wifi/ethernet Bridge and extend LAN?
I'm curious whether it is possible to use the Pi in the following configuration:
╔══════════╗ ╔══════════╗
║ internet ║ ║ device 1 ║
╚═════╤════╝ ╚═════╤════╝
│ ╔══════╧══════╗ ░░░░░░░░░░░░░░ ╔══════════╗
…
Dirk K.
- 41
- 2
4
votes
2 answers
Problem with configuring bridge from eth0 to eth1?
Please, I have problem with creating bridge from eth0 to eth1.
I make:
sudo apt-get install bridge-utils
sudo brctl addbr br0
sudo brctl addif br0 eth0 eth1
This has 2 problems. It will help me out just until I reboot Pi. The second is that I…
sity
- 43
- 1
- 4
4
votes
1 answer
Wi-Fi to Ethernet Bridge
I've read a lot of contradictory posts about this topic, but essentially what I need is for my Raspberry Pi to act as a Wi-Fi dongle for an Ethernet-enabled device. The Ethernet device connected to the Pi must be passed through to the same subnet of…
user3875455
- 43
- 4
3
votes
2 answers
Raspberry Pi as OpenVPN Access Point
I am trying to setup Raspberry Pi as VPN-WiFi access point connecting to AWS VPC. I followed Raspberry Pi as an access point
Here are the all steps I performed in sequence
Installed fresh full Raspbian Stretch on Raspberry Pi 3+, which is connected…
rp346
- 125
- 1
- 8
3
votes
2 answers
L298N Not working with 4 x AA Batteries
I have a 6V motor attached to a HiLetgo Module L298N Dual H Bridge and controlled via two Raspberry Pi 3B GPIO pins (current just using HIGH & LOW).
If I use a 5V power supply from my Raspberry USB port it works perfectly.
If I attempt to power the…
John HaxSyn
- 101
- 5
3
votes
2 answers
Route wifi AP traffic(wlan0) to tun0 (openvpn) and keep eth0 unaffected for LAN SSH
I want to use my raspberry pi 3 as a wireless AP that I could connect to via my laptop or cell phone for use with my VPN subscription (PIA).
Simultaneously, I want to keep my static eth0 IP address 192.168.0.222 so that I can keep SSHing from my…
codeNoob
- 33
- 1
- 5
3
votes
1 answer
Setting up an access point with a bridge
I followed this guide to try to set up my RPi 3B (Rapian buster) as a wifi bridge.
I performed the "General setup" and then the steps under "Setting up an access point with a bridge".
There's one big difference, I don't want to use eth0, as this is…
Nikotine
- 31
- 5
3
votes
2 answers
Share USB tethered phone to Raspberry Pi 4 LAN port
I want to share my phone data by connecting to my pi4 running buster.
I wish the data to pass through the ethernet which has a router connected to it.
The router has both wireless and wired connections. The router will be used as normal as if the…
freezing77
- 39
- 1
- 3
3
votes
0 answers
setup wifi hotspot with 4G hat
I have bought a 4G hat for my raspberry pi 3B+ (the sim7600 waveshare for europe) and followed these instructions for setup. It is running the latest version of raspbian and I have internet on the raspberry through the USB interface (wwan0), which…
Jarrr
- 31
- 4
2
votes
1 answer
Connect Philips Hue Bridge 2 via Raspi to Wifi
Is there a possibility to connect my Philips Hue Bridge to a wifi network through my Raspberry Pi 3 B+ with Raspbian Stretch Lite?
Background
I live in an apartment compound with a separate wifi network provided to each tenant, there is no way to…
kefa
- 23
- 4
2
votes
1 answer
How to bridge an access point with a remote network by openvpn?
My access point spawns a wireless local area network. Now I want to connect it to my other private network over the internet with openvpn so it gets direct part of the remote network in a common broadcast domain using the same ip address range and…
Ingo
- 42,961
- 20
- 87
- 207
2
votes
1 answer
SSH into Pi working as wireless bridge
I have a Raspberry Pi 3 that I have set up as a wireless bridge. I have a static IP on the ethernet port of 192.168.0.20, and a static IP on the bridge of 192.168.0.30. The Pi is running headless, so I do everything over ssh. Is there a way to ssh…
millercb
- 29
- 3