On 18/04/18 09:46, Don Armstrong wrote:
On Tue, 17 Apr 2018, Long Wind wrote:
we used to call them eth0, eth1 ...now we use new names
i have a ethernet card in stretchhow to find out its name? Thanks!
sudo ip link;
will show you what the available interface names are.
And if you want the old style (eth0, eth1, wlan0, ...) interface names
that are not generated from the hardware MAC address, append the kernel
command line parameter net.ifnames=0 to GRUB_CMDLINE_LINUX in
/etc/default/grub, run update-grub, and restart.
Kind regards,
--
Ben Caradoc-Davies <b...@transient.nz>
Director
Transient Software Limited <https://transient.nz/>
New Zealand