Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interfaces with bridge #87

Open
MatthijsBurgh opened this issue Jun 29, 2021 · 0 comments
Open

interfaces with bridge #87

MatthijsBurgh opened this issue Jun 29, 2021 · 0 comments
Assignees

Comments

@MatthijsBurgh
Copy link
Member

auto lo
iface lo inet loopback

auto eno1
iface eno1 inet static
address 10.255.255.1
netmask 255.255.255.0

allow-hotplug enp4s0
iface enp4s0 inet manual
# dns-nameservers 192.168.44.1 8.8.8.8 8.8.4.4

auto br0
iface br0 inet static
    # Use the MAC address identified above.
    hwaddress ether ##MACADDRESS
    address 192.168.44.51
    netmask 255.255.255.0
    gateway 192.168.44.1

    bridge_ports enp4s0
    # If you want to turn on Spanning Tree Protocol, ask your hosting
    # provider first as it may conflict with their network.
    bridge_stp off
    # If STP is off, set to 0. If STP is on, set to 2 (or greater).
    bridge_fd 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants