Re: Change existing IP via nmcli

2014-01-06 Thread Jorge Fábregas
On 01/06/2014 12:59 PM, Dan Williams wrote: > As I alluded to in my other mail, at the moment NM doesn't implement > direct changing of the interface's addresses/routes with immediate > effect. Understood. Thanks. > In the future we will add the ability to change addresses/routes and > other

Re: Change existing IP via nmcli

2014-01-06 Thread Dan Williams
On Fri, 2014-01-03 at 18:52 -0400, Jorge Fábregas wrote: > Hi everyone, > > Fedora 20 here. I'm learning my way through nmcli and I'm having a hard > time trying to change an existing ip address (non-interactive way): > > nmcli con mod my-con-em1 ipv4.addresses 192.168.200.101/24 192.168.101.1 >

Change existing IP via nmcli

2014-01-03 Thread Jorge Fábregas
Hi everyone, Fedora 20 here. I'm learning my way through nmcli and I'm having a hard time trying to change an existing ip address (non-interactive way): nmcli con mod my-con-em1 ipv4.addresses 192.168.200.101/24 192.168.101.1 The problem is that it's not *modifying* the ip. It is actually *addi