Re: [CentOS] Question on nmcli CentOS 8

2020-12-11 Thread Peter Larsen
On 12/11/20 3:19 PM, Jerry Geis wrote: So now I need to "remove" both or all and add the 1 I want as static ? how do I do that? You have to remove the addresses and then add a new one. The ipv4.addresses is plural and additional when you set it. So to override you need to first remove all ad

Re: [CentOS] Question on nmcli CentOS 8

2020-12-11 Thread Gianluca Cecchi
On Fri, Dec 11, 2020 at 9:20 PM Jerry Geis wrote: > I am trying to modify the current eth0 with nmcli > > I ran this: > nmcli con mod eth0 ipv4.addr 192.168.1.15/22 gw4 192.168.1.1 ipv4.dns > 192.168.1.14 > > and now nmcli shows (two ipv4) addresses. > >inet4 192.168.1.15/22 > ine

[CentOS] Question on nmcli CentOS 8

2020-12-11 Thread Jerry Geis
I am trying to modify the current eth0 with nmcli I ran this: nmcli con mod eth0 ipv4.addr 192.168.1.15/22 gw4 192.168.1.1 ipv4.dns 192.168.1.14 and now nmcli shows (two ipv4) addresses. inet4 192.168.1.15/22 inet4 192.168.2.212/22 I think the original connection was DHCP... the