Difference between revisions of "Bridge Interface"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "* Install bridge utils apt install bridge-utils * sudo nano /etc/network/interfaces") |
Rafahsolis (talk | contribs) |
||
| Line 2: | Line 2: | ||
apt install bridge-utils | apt install bridge-utils | ||
* sudo nano /etc/network/interfaces | * sudo nano /etc/network/interfaces | ||
| + | <nowiki>auto eth0 | ||
| + | allow-hotplug eth0 | ||
| + | iface eth0 inet manual | ||
| + | |||
| + | auto br0 | ||
| + | iface br0 inet manual | ||
| + | bridge_ports eth0 | ||
| + | wpa-driver wired | ||
| + | wpa-conf /etc/wpa_supplicant.conf | ||
| + | bridge_hw ec:8e:b5:77:3e:e1</nowiki> | ||
Revision as of 10:35, 10 January 2019
- Install bridge utils
apt install bridge-utils
- sudo nano /etc/network/interfaces
auto eth0 allow-hotplug eth0 iface eth0 inet manual auto br0 iface br0 inet manual bridge_ports eth0 wpa-driver wired wpa-conf /etc/wpa_supplicant.conf bridge_hw ec:8e:b5:77:3e:e1