[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2016-09-24 Thread Micah Mangione
I had the problem with Ubuntu 16.04 out-of-the-box. After a full week of
12 hour days trying to resolve this issue, I was finally about to fix
it. I made a longer post about it here.

http://askubuntu.com/questions/829204/dns-routing-fails-for-vpn-
connections-on-ubuntu-16-04-out-of-the-box

Here's the abbreviated version.

Step 1: Goto GitHub and clone the following repo to your home folder:
https://github.com/masterkorp/openvpn-update-resolv-conf

Step 2: Move the .sh files from your cloned rep to the /etc/openvpn folder:
sudo chmod +x *.sh && sudo mv *.sh /etc/openvpn

Step 3: Run the following command to install new packages for DNS:
sudo apt-get install openresolv nscd unbound

Step 4: Append the following line to your OpenVPN Client Configuration
files (*.ovpn or *.conf). I did this after the configuration directives
but before my inline certs ( tag):

script-security 2
up "/etc/openvpn/update-resolv-conf.sh /etc/openvpn/update-systemd-network.sh"
down "/etc/openvpn/update-resolv-conf.sh /etc/openvpn/update-systemd-network.sh"

This should resolve the DNS resolution problem.

Dmitry has the right steps, but I needed the 2nd script for my system to
update.

Works like my 14.04 system... before I upgraded to 16.04...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/120

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 606365] Re: unable to import config with inlined ca, cert, key or tls-auth

2016-09-19 Thread Micah Mangione
I should add that I'm running 16.04.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/606365

Title:
  unable to import config with inlined ca, cert, key or tls-auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-openvpn/+bug/606365/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 606365] Re: unable to import config with inlined ca, cert, key or tls-auth

2016-09-19 Thread Micah Mangione
For what it's worth, an out-of-the-box OpenVPN 2.1.3 Access Server user-
locked configuration file only needs 1 parameter changed to import with
the "network-manager-openvpn-gnome" tool.

The line that says:
reneg-sec 604800

Comment that out.
# reneg-sec 604800

Imports without issue now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/606365

Title:
  unable to import config with inlined ca, cert, key or tls-auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-openvpn/+bug/606365/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs