Re: how to find out ethernet device name

2018-04-18 Thread Greg Wooledge
On Wed, Apr 18, 2018 at 08:31:14AM +, Curt wrote: > On 2018-04-17, Don Armstrong wrote: > > sudo ip link; > > Do you need sudo for that (would I get something else here if I was > root)? No, you don't. Don is probably just used to the years of needing sudo or an explicit path to ifconfig.

Re: how to find out ethernet device name

2018-04-18 Thread Brian
On Wed 18 Apr 2018 at 12:13:31 -, Dan Purgert wrote: > Ben Caradoc-Davies wrote: > > 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?

Re: how to find out ethernet device name

2018-04-18 Thread Dan Purgert
Ben Caradoc-Davies wrote: > 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 interf

Re: how to find out ethernet device name

2018-04-18 Thread Curt
On 2018-04-17, 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; Do you need sudo for that (would I get something else here if I was root)?

Re: how to find out ethernet device name

2018-04-17 Thread Ben Caradoc-Davies
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

Re: how to find out ethernet device name

2018-04-17 Thread Don Armstrong
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. -- Don Armstrong https://www.donarmstron