# ifupdown has been replaced by netplan(5) on this system. See # /etc/netplan for current configuration. # To re-enable ifupdown on this system, you can run: # sudo apt install ifupdown # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback auto eno1 iface eno1 inet static address 10.154.50.3 netmask 255.255.255.0 broadcast 10.154.50.255 gateway 10.154.50.1 dns-nameservers 134.226.32.57 134.226.56.13 #persistent static routes up route add -net 10.154.50.0/24 gw 10.154.50.1 dev eno1 auto eno2 iface eno2 inet static address 10.154.51.3 netmask 255.255.255.0 #auto enp94s0f0np0 #iface enp94s0f0np0 inet dhcp #dns-nameservers 134.226.32.57 134.226.56.13 auto enp94s0f0np0 iface enp94s0f0np0 inet static address 19.1.1.2 netmask 255.0.0.0 #auto enp94s0f0np0 #iface enp94s0f0np0 inet static # address 192.168.5.34 # netmask 255.255.255.0 # gateway 192.168.5.1 # dns-nameservers 134.226.32.57 134.226.56.13 # dns-search cloud.lan # dns-domain cloud.lan auto enp94s0f1np1 iface enp94s0f1np1 inet static address 19.1.1.3 netmask 255.0.0.0