source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface # This is an autoconfigured IPv6 interface #auto eno1 #iface eno1 inet dhcp #reseau en .16 vers exterieur auto br0 iface br0 inet static address 10.61.16.10 netmask 255.255.255.0 gateway 10.61.16.254 bridge-ifaces eno1 bridge-ports eno1 up ifconfig eno1 up iface eno1 inet manual #reseau en .15 ferme et relie a aucune interface auto br1 iface br1 inet static address 10.61.15.1 netmask 255.255.255.0 network 10.61.15.0 broadcast 10.61.15.255 bridge_ports none