Re: Where does NM persists which connection is active? (Centos7)

2016-09-11 Thread Jorge Fábregas
On 09/11/2016 08:45 AM, Edward Haas wrote: > Assuming there are multiple connection defined for an ethernet device > and only a single one is active, how can I detect which ifcfg file was > used for the connection? Hi, I guess you could search for ONBOOT=yes on the ifcfg-* files:

Re: IPsec Road Warrior Config (Fedora 20)

2014-03-05 Thread Jorge Fábregas
On 03/04/2014 06:44 PM, Dan Williams wrote: Which GUI are you using? If you're using the GNOME control center, then it looks like the OpenSWAN plugin might have some bugs that prevent it from working with the control center network panel. Yes, GNOME control center is what I'm using. One

Re: Server Environments Proper way to Disable

2014-01-16 Thread Jorge Fábregas
Thanks Ritesh Pavel for your input. Very much appreciated. Regards, Jorge ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

Server Environments Proper way to Disable

2014-01-11 Thread Jorge Fábregas
Hi, Considering that NetworkManager is much mature these days (F20, RHEL7 ON...), is there a benefit of running it on *server environments*? In such environments: - the server is not going to be changing connections constantly... - NM won't be receiving D-BUS signals from other apps that much or

Re: Control Center App vs nm-connection-editor

2014-01-08 Thread Jorge Fábregas
Thanks Pavel Dan. All clear now. ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

Control Center App vs nm-connection-editor

2014-01-07 Thread Jorge Fábregas
Hi, We have both, Gnome Control Center's Network app and the nm-connection-editor, to perform network related changes via a GUI. Is either one of them replacing the other? Which one is more current (in regards to NetworkManager)? Is nm-connection-editor targeted for those using a desktop

Re: Reload from Config File

2014-01-06 Thread Jorge Fábregas
On 01/06/2014 12:54 PM, Dan Williams wrote: Manually modifying ifcfg files is definitely supported, though by default you'll need to use nmcli con reload to tell NetworkManager that you've made a change directly. (Alternatively, NM can automatically notice changes if you set

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: Reload from Config File

2014-01-06 Thread Jorge Fábregas
On 01/06/2014 04:52 PM, Dan Williams wrote: Sorry about that, I was unclear. You'd actually want: dev disconnect reload con up the reload has to happen before the connection is brought up, since it's brought up with the values NM knows about, and those aren't updated until 'reload' is

Reload from Config File

2014-01-04 Thread Jorge Fábregas
Hello again, I created a connection with this: nmcli con add con-name my-new-em1 ifname em1 type ethernet ip4 192.168.69.101/24 gw4 192.168.69.1 Then I opened the Network Manager GUI and changed to that connection. I double checked with ifconfig em1 and indeed I had 192168.69.101 as my ip. I

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