You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: