Network manager issue

Issues related to configuring your network
Post Reply
XP_2600
Posts: 15
Joined: 2017/12/18 11:48:35

Network manager issue

Post by XP_2600 » 2018/05/03 09:45:30

For me nmcli seems buggy, even in new installed machines, i really don't know whats wrong, but i configure a new connection with an interface using nmcli and trying to bring it up( nmcli up connection name) i find it stuck!
When i check the config file for the connection (ifcfg-name) i find it enable the DHCP, even if i assigned an IP address through nmcli, i also would like to ask what genome use to configure network ? is it Network manager too or something else? and what if i totally removed network manager, what is the fastest / most reliable way to configure lan card ?
thanks.

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Network manager issue

Post by hunter86_bg » 2018/05/04 21:27:53

The recommended way is to use NetworkManager.service. Running away from the problems will not solve them.

What is the output of :

Code: Select all

nmcli con show <con_name> | grep ipv4.method

XP_2600
Posts: 15
Joined: 2017/12/18 11:48:35

Re: Network manager issue

Post by XP_2600 » 2018/05/06 08:59:03

Thanks for answer, i am using the command on many computers and i can follow such troubleshooting steps, but i find it weird when i just install a new computer, run nmcli configuring a new connection and when i try to get it up its stuck!, i also find Network connection 1 created !!

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Network manager issue

Post by hunter86_bg » 2018/05/06 18:02:42

hunter86_bg wrote:The recommended way is to use NetworkManager.service. Running away from the problems will not solve them.

What is the output of :

Code: Select all

nmcli con show <con_name> | grep ipv4.method
So what is the output of the previous command?
Also what is the output of :

Code: Select all

nmcli device

Post Reply