diff options
-rw-r--r-- | etc/systemd/network/20-ethernet.network | 6 | ||||
-rw-r--r-- | etc/systemd/network/21-ethernet.network | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/etc/systemd/network/20-ethernet.network b/etc/systemd/network/20-ethernet.network index 0311c124..40c1a574 100644 --- a/etc/systemd/network/20-ethernet.network +++ b/etc/systemd/network/20-ethernet.network @@ -1,10 +1,10 @@ # edited from arch linux iso 20-ethernet.network file [Match] -Name=en* -Name=eth* +Name=ens18 +# altname +#Name=enp0s18 [Network] DHCP=yes # https://wiki.archlinux.org/title/IPv6_tunnel_broker_setup Tunnel=ipv6net - diff --git a/etc/systemd/network/21-ethernet.network b/etc/systemd/network/21-ethernet.network new file mode 100644 index 00000000..cd4ef687 --- /dev/null +++ b/etc/systemd/network/21-ethernet.network @@ -0,0 +1,8 @@ +# edited from arch linux iso 20-ethernet.network file +[Match] +# altname +Name=ens19 +#Name=enp0s19 + +[Network] +DHCP=yes |