Hi,   (Another issue)

   I got the profile imported and working.  I made some changes to the myvpn.ovpn file as
follows and I am still getting this error at the server:

Tue Sep 25 12:45:46 2018 read UDPv4 [EMSGSIZE Path-MTU=1440]: Message too long (code=90) Tue Sep 25 12:45:46 2018 read UDPv4 [EMSGSIZE Path-MTU=1440]: Message too long (code=90)

Seems it is not taking the mtu size changes

   I added this to my myvpn.ovpn file
tun-mtu 1492
mssfix 1400


On 9/25/18 11:23, Gert Doering wrote:
Hi,

On Tue, Sep 25, 2018 at 10:11:47AM -0400, Frank wrote:
     I tried this (successfully imported the files as a .ovpn12 file)
and am stuck.  It is still looking for the .key and .crt  files.

My myvpn.ovpn file contains:

ca ca.crt
cert ve2cii_iphone7.crt
key ve2cii_iphone7.key

I think I need to change this to point to the .ovpn12 file??  I am not
sure.
The easiest way is to just include the files into the .ovpn file

<ca>
   (include the content of ca.crt here, "exactly as it is in the ca.crt file")
</ca>
<cert>
   (include the content of ve2cii_iphone7.crt here)
</cert>
<key>
   (include the content of ve2cii_iphone7.key here)
</key>

and remove the "ca/cert/key" lines pointing to external files.

gert





_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to