Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OpenVPN / .ovpn Support

What's the latest on this topic? I'm trying to get UTM 9.004-34 home edition to connect with an OpenVPN server and having difficulties. I tried to use the latest version of the bash script to convert the .ovpn file, but I'm having trouble editing it. It's as if some characters are being corrupted.

I noticed the feature request for this. There is a lot of support for this and it's supposed to be "under review".

Will .ovpn support be available in utm soon? As others before me have said, it makes no sense at all for utm to not support OpenVPN. I hope this will be fixed soon.

If anyone has been able to get this working, please let me know.


This thread was automatically locked due to age.
Parents
  • I downloaded the latest version of the script to convert a .ovpn to a .apc and ran it. When I attempt to load the .apc, it is rejected. I used webadmin to create an ssl vpn connection to see what the .apc file it generates looks like. What I noticed using notepad++ is that the some of the characters at the beginning, middle and end of the file are encoded differently.

    In the .apc generated by utm, the first of four lines is the following:

    EOT|BEL|EOT|1234|EOT|EOT|EOT|BS|ETX

    In the .apc generated by the script, the first of four lines is the following:

    \x04\x06\x041234\x04\x04\x04\x08\x03

    Anyone have any suggestions what is happening?

    Considering a .ovpn file is clear text, why can't utm import it, the certs and the key directly? People have been asking for that for ages. Seriously, how hard would that be?
Reply
  • I downloaded the latest version of the script to convert a .ovpn to a .apc and ran it. When I attempt to load the .apc, it is rejected. I used webadmin to create an ssl vpn connection to see what the .apc file it generates looks like. What I noticed using notepad++ is that the some of the characters at the beginning, middle and end of the file are encoded differently.

    In the .apc generated by utm, the first of four lines is the following:

    EOT|BEL|EOT|1234|EOT|EOT|EOT|BS|ETX

    In the .apc generated by the script, the first of four lines is the following:

    \x04\x06\x041234\x04\x04\x04\x08\x03

    Anyone have any suggestions what is happening?

    Considering a .ovpn file is clear text, why can't utm import it, the certs and the key directly? People have been asking for that for ages. Seriously, how hard would that be?
Children