Re: Putting interface always up with NetworkManager

2020-10-16 Thread Andrei Borzenkov via networkmanager-list
16.10.2020 13:19, Andrei Petru Mura пишет: > Hi Andrei, > > What value should I set to ignore-carrier? > Is it ok if I proceed like this: > > in /etc/NetworkManager/conf.d/general.conf > > I'll put this: > [device] > match-device=interface-name:enp5s0f1 > ignore-carrier=yes > > ? > Works for

Re: Putting interface always up with NetworkManager

2020-10-16 Thread Andrei Petru Mura via networkmanager-list
Hi Andrei, What value should I set to ignore-carrier? Is it ok if I proceed like this: in /etc/NetworkManager/conf.d/general.conf I'll put this: [device] match-device=interface-name:enp5s0f1 ignore-carrier=yes ? Thanks, Mura Andrei On Fri, Oct 16, 2020 at 10:56 AM Andrei Borzenkov wrote: >

Re: Putting interface always up with NetworkManager

2020-10-16 Thread Andrei Borzenkov via networkmanager-list
On Fri, Oct 16, 2020 at 10:15 AM Andrei Petru Mura via networkmanager-list wrote: > > Hi, > > In my CentOS 8, I want to make my network card to be configured at boot time. > The networking is managed by NetworkManager. I configured the connection with > nmcli as such: > > nmcli con add type ethe

Putting interface always up with NetworkManager

2020-10-16 Thread Andrei Petru Mura via networkmanager-list
Hi, In my CentOS 8, I want to make my network card to be configured at boot time. The networking is managed by NetworkManager. I configured the connection with nmcli as such: nmcli con add type ethernet ifname enp5s0f1 con-name enp5s0f1 autoconnect yes save yes ipv4.addresses 192.168.1.10/25 ipv4