OpenVPN app has broken my openvpn connection

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

rockyd
Posts: 57
Joined: Tue Oct 22, 2019 5:49 am

OpenVPN app has broken my openvpn connection

Post by rockyd »

I had Openvpn working fine for ages, tried to use it again today and now the app complains about unsupported options, I did some googling and people have managed to solve their issue, by manually editing the ovpn file, I tried that. Got it to stop complaining but it won't connect. I have attached a snapshot of the error pop up from the phone. Any ideas?
Edit: I tried to attach the snapshot, but it seems to have been ignored, I can't see it.

rockyd
Posts: 57
Joined: Tue Oct 22, 2019 5:49 am

Re: OpenVPN app has broken my openvpn connection

Post by rockyd »

Try this
Image

rockyd
Posts: 57
Joined: Tue Oct 22, 2019 5:49 am

Re: OpenVPN app has broken my openvpn connection

Post by rockyd »

OK editing the OVPN file did work, I forgot to turn off my wifi on my phone when I tried it.

Lantis
Moderator
Posts: 6768
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: OpenVPN app has broken my openvpn connection

Post by Lantis »

Gargoyle version?
What version of OpenVPN does your app report it uses?

What did you need to modify in the ovpn file?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

rockyd
Posts: 57
Joined: Tue Oct 22, 2019 5:49 am

Re: OpenVPN app has broken my openvpn connection

Post by rockyd »

Gday Lantis,
Lantis wrote: Gargoyle version?
Gargoyle Version:1.12.0
Lantis wrote: What version of OpenVPN does your app report it uses?
OpenVPN app 3.4.3 (9909)
Lantis wrote: What did you need to modify in the ovpn file?
I deleted the lines that mentioned the unsupported options it was complaining about

dev tun
proto udp
status current_status
resolv-retry infinite
remote-cert-tls server
topology subnet
verb 3

cipher AES-256-CBC


nobind
persist-key
persist-tun
comp-lzo

became

dev tun
proto udp
remote-cert-tls server
verb 3

cipher AES-256-CBC


nobind
comp-lzo

Lantis
Moderator
Posts: 6768
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: OpenVPN app has broken my openvpn connection

Post by Lantis »

Around OpenVPN version ~2.5 a lot of options changed and became incompatible. There’s a complex web of backwards compatibility but the app may not be working as it should or the gap may now be too high.
See this page here about backwards compatibility.
https://openvpn.net/community-resources ... envpn-2-5/

To this end, you should be upgrading to a more recent Gargoyle to get a newer version of OpenVPN. And, 1.12 has several known vulnerabilities anyway.

If it’s working for you now, great. It might stop in the future again and be unfixable.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

rockyd
Posts: 57
Joined: Tue Oct 22, 2019 5:49 am

Re: OpenVPN app has broken my openvpn connection

Post by rockyd »

The link gives a security warning.

I would upgrade but it's a lot or work to configure everything again. I am also extremely sick of constant updates from everything else that I dread all updates. Because of what will they break next.

What vulnerabilities are in 1.12, anything serious?

rockyd
Posts: 57
Joined: Tue Oct 22, 2019 5:49 am

Re: OpenVPN app has broken my openvpn connection

Post by rockyd »

rockyd wrote:
Mon May 06, 2024 3:37 am
The link gives a security warning.
It's seem that was caused by OpenDNS, Google DNS worked normally

Lantis
Moderator
Posts: 6768
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: OpenVPN app has broken my openvpn connection

Post by Lantis »

Every security fix since 18.06 is missing from your device, which is pretty substantial. Enough that I wouldn't list them.
openssl CVEs
opkg MITM attack
ppp, uci, countless others memory over/underflows
dnsmasq CVEs
ipv6 routing DOS
wifi fragattack
and more...
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

rockyd
Posts: 57
Joined: Tue Oct 22, 2019 5:49 am

Re: OpenVPN app has broken my openvpn connection

Post by rockyd »

Thanks for the info, may have to do the upgrade, painful as it may be.
Out of curiosity, how many of the vulnerabilities can be attacked from the WAN side of things?

Post Reply