[Bug 1771650] Re: openvpn startup script isn't working in ubuntu 18.04

2018-07-21 Thread Fanar Webb
to fix the problem I had to do this : 1- copy my config file to /etc/openvpn directory (not under /etc/openvpn/server) 2- systemctl enable open...@server2.conf 3- systemctl enable openvpn@server2 (to be sure). 4- systemctl start openvpn-server@server2 then rebooted, all works now and starts on

[Bug 1771650] Re: openvpn startup script isn't working in ubuntu 18.04

2018-05-26 Thread Fanar Webb
I can see that there is new file under : /etc/systemd/system/multi-user.target.wants/openvpn@tcp2.service we never needed such file before to run ovpn service. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1771650] Re: openvpn startup script isn't working in ubuntu 18.04

2018-05-26 Thread Fanar Webb
ok it worked this time, and it is still working even after restarting the service /etc/init.d/openvpn restart ifconfig tun0 tun0: flags=4305 mtu 1500 inet 10.122.11.10 netmask 255.255.255.255 destination 10.0.11.9 inet6

Re: [Bug 1771650] Re: openvpn startup script isn't working in ubuntu 18.04

2018-05-25 Thread Fanar Webb
systemctl -a | grep openvpn openvpn.service loadedactive exited OpenVPN service 2018-05-25 17:53 GMT+03:00 Simon Déziel <1771...@bugs.launchpad.net>: > What do you get from "systemctl -a | grep openvpn"? > > -- > You received this bug notification

[Bug 1771650] Re: openvpn startup script isn't working in ubuntu 18.04

2018-05-25 Thread Fanar Webb
I still can connect if I run openvpn from command line, but init script won't start the service, I tried also making changes to /etc/default/openvpn with no luck. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1771650] Re: openvpn startup script isn't working in ubuntu 18.04

2018-05-25 Thread Fanar Webb
No results : cat /tmp/openvpn-myconfig.log -- Logs begin at Thu 2018-05-24 11:33:12 +03, end at Fri 2018-05-25 17:37:44 +03. -- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771650 Title:

[Bug 1771650] [NEW] openvpn startup script isn't working in ubuntu 18.04

2018-05-16 Thread Fanar Webb
Public bug reported: Its very simple. 1- Install ubuntu 18.04. 2- Install Openvpn using apt. 3- Put your configuration at path /etc/openvpn, for example : /etc/openvpn/myconfig.conf. 4- start openvpn service! It won't start automatically. Note : my config have a security weakness, but it still