My Pi gets internet using a wifi dongle which is mapped to wlan0 and I want to bridge that to eth, so I can connect to the internet using my pc with a cable to the ethernet (eth0) on my Pi. How do I setup that?
Asked
Active
Viewed 906 times
2
1 Answers
3
It is not Pi specific and I am assuming you are running raspbian on your Pi (any other Linux distro will probably work as well) but if you google "raspbian ethernet bridge" there are some promising results: https://gist.github.com/alandipert/5146588 or http://www.glennklockwood.com/sysadmin-howtos/rpi-wifi-island.html

Bert Neef
- 131
- 3
bridge
tag at U&L with 120+ questions already. Chances are yours is already among them. Better yet, Debian has a whole page on this (and that was the first thing listed when I googled "linux bridge two interfaces"); since Raspbian is pretty much Debian you are set. If you run into a problem with that because of (something you think is) a pi-specific issue, feel free to ask a specific question about it here. – goldilocks Oct 29 '15 at 12:25