# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface #auto enp0s25 #iface enp0s25 inet dhcp auto enp0s25 iface enp0s25 inet manual auto br-vz0 iface br-vz0 inet static address 172.24.26.1/24 bridge_ports none bridge_stp off bridge_fd 0 bridge_maxwait 0 post-up sysctl -q net.ipv4.conf.all.forwarding=1 || true # Disable IGMP noise post-up echo 0 > /sys/devices/virtual/net/$LOGICAL/bridge/multicast_snooping || true # workaround for races in boot sequence post-up systemctl restart systemd-sysctl || true iface br-vz0 inet6 static address 2607:f2c0:f00e:7946::1/64 accept_ra 0 dad-attempts 0 post-up sysctl -q net.ipv6.conf.all.forwarding=1 || true