I have learned a neat trick today: this works in /etc/network/interfaces with ifupdown and it works both with "eth0" and "enpXsY":auto /e*=ethiface eth inet dhcpiface eth inet6 auto
Uncategorized
1
Posts
1
Posters
0
Views
-
I have learned a neat trick today: this works in /etc/network/interfaces with ifupdown and it works both with "eth0" and "enpXsY":
auto /e*=eth
iface eth inet dhcp
iface eth inet6 autoThere are caveats... I'm slowly finding out about them, but for my use case this works fine...
-
R relay@relay.infosec.exchange shared this topic