Re: Urgent: how to config network in strech

2017-07-24 Thread Greg Wooledge
On Sun, Jul 23, 2017 at 01:43:13AM +0300, Georgi Naplatanov wrote:
> you can try
> 
> # ifconfig -a
> 
> this will show all network interfaces

Not on a fresh stretch installation, it won't.  net-tools is no longer
installed by default.

Use one of these commands instead:

ip link
ip addr



Re: Urgent: how to config network in strech

2017-07-22 Thread Charlie Kravetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Sun, 23 Jul 2017 06:11:55 +0800
Long Wind  wrote:

>i have just installed strech
>network isn't config during installation
>i used to use "dhclient eth1", it no longer work in strech
>
>device name eth1 change to what?
>
>how to config network in strech?
>

Open a terminal, type 
ip addr
hit ENTER
it will show you the device names. Normally, it starts with 1: lo . The
next one should be either eth1 or whatever name has replaced it now.

Good luck.

- -- 
Charlie Kravetz
Linux Registered User Number 425914
[http://linuxcounter.net/user/425914.html]
Never let anyone steal your DREAM.   [http://keepingdreams.com]
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEG5QK93YKrQMH22ZTiq6LjqbJ0IAFAllz118ACgkQiq6LjqbJ
0ICeogf/SbQU/aW7RH3klsrd9ws2BvUdBlWrWqBO8PmlqO0KVxv5Js97V/67+TCo
sKqt/sHB8R2xFnbqRPN+4Fo5R4mkWGq3AV7ZgL7e0sFYD9fikzitVJrOtlMM/UR6
vY5AbU/Z6VnRIKFu9h59mEOPYezddSwAR2gGu0StXpLcYfEteuo5SKsTBbhxqlOs
BqLzw1CgwHkhgipjQWX6dWovX60/pf1JbZnQ5l4Nkg0reyfhMPJ93jkYu1RYJQO6
17877t+w2iX/5MwXFDfHN71HseMCL48MlzSQw12q+8VRWOiSaizJIRzN4HM5YEqF
6El6V1uuSdwSXMT+flh+JXJ5i0Vz3A==
=9hTS
-END PGP SIGNATURE-


(solved)Re: Urgent: how to config network in strech

2017-07-22 Thread Long Wind
Thanks!
I add a boot option and can use eth1 now



Re: Urgent: how to config network in strech

2017-07-22 Thread Georgi Naplatanov
On 07/23/2017 01:11 AM, Long Wind wrote:
> i have just installed strech
> network isn't config during installation

This is very strange. Is your network interface wireless? Otherwise you
can file a bug report against debian installer.

> i used to use "dhclient eth1", it no longer work in strech

it's working just fine on my pc. I've just tried.

> device name eth1 change to what?

you can try

# ifconfig -a

this will show all network interfaces

> how to config network in strech?

You can configure your network interface with ip or ifconfig commands or
you can use network manager. I know that network manager has GUI
component for Gnome and KDE but for other desktop environments I'm not sure.

Kind regards
Georgi



Re: Urgent: how to config network in strech

2017-07-22 Thread Felix Miata
Long Wind composed on 2017-07-23 06:11 (UTC+0800):

> i have just installed strech
> network isn't config during installation
> i used to use "dhclient eth1", it no longer work in strech

> device name eth1 change to what?

> how to config network in strech?

You can override the new system of naming via instructions near the bottom of
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
or on
https://www.debian.org/releases/stretch/amd64/release-notes/ch-whats-new.en.html#new-interface-names
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/



Urgent: how to config network in strech

2017-07-22 Thread Long Wind
i have just installed strech
network isn't config during installation
i used to use "dhclient eth1", it no longer work in strech

device name eth1 change to what?

how to config network in strech?