assign _eth0_ to default network interface

This commit is contained in:
Niko Kivel
2021-03-25 12:45:20 +01:00
parent ec4376de32
commit cabf665b4b
2 changed files with 0 additions and 11 deletions

View File

@@ -1,7 +0,0 @@
auto eno1
allow-hotplug eno1
iface eno1 inet static
address {{.NetDevs.eno1.Ipaddr}}
netmask {{.NetDevs.eno1.Netmask}}
gateway {{.NetDevs.eno1.Gateway}}

View File

@@ -1,4 +0,0 @@
# The facility network interface
allow-hotplug eno2
iface eno2 inet dhcp