Hi,
I'm using Fedora Core 19, with Gnome.
I'd like add my professionnal vpn into "Work" zone.
I've edited concerned vpn config with nm-connection-editor and updated
the zone to match Work.
So the configuration is now as follows :
* I'm connected to the internet using a Wifi connection.
* This Wifi connection is in "Home" zone
* this is confirmed by
$ ifconfig
[…]
wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet X.X.X.X netmask 255.255.255.0 broadcast X.X.X.X
[…]
$ firewall-cmd --get-active-zones
home
interfaces: wlp3s0
* I then start my vpn connection
* This connection is not made part of the "Work" zone
$ ifconfig
[…]
wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet X.X.X.X netmask 255.255.255.0 broadcast X.X.X.X
[…]
tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet X.X.X.X netmask 255.255.255.255 destination X.X.X.X
[…]
$ firewall-cmd --get-active-zones
home
interfaces: wlp3s0
Is there a way I can link this vpn with "Work" zone
Note: I tried adding tun0 interface in zone "Work" in the fiirewall
configuration, but then, all vpn connections are linked with this zone,
but when I am at work, I want my personal vpn to be linked with "Home"
zone…
Thanks for your help
Matthieu