Home Forums Hardware discussions Are LAN0 and LAN1 bridged in hardware? Reply To: Are LAN0 and LAN1 bridged in hardware?

#1562
barryf
Participant

@boozel

Here is my interfaces for using wan plus a separate bridge. They all come up for me on boot.


auto lo 
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto wan
iface wan inet dhcp

auto lan0
iface eth0 inet manual

auto lan1
iface eth0 inet manual
#
auto br0
iface br0 inet manual
        bridge_ports lan0 lan1
        bridge_stp off
        bridge_fd 0
        pre-up /sbin/ifconfig lan0 up
        pre-up /sbin/ifconfig lan1 up

Hope this helps.

Signup to our newsletter

Technical specification tables can not be displayed on mobile. Please view on desktop