Could someone tell me in the my myvpn.ovpn what is the correct syntax
for the mssfix?  Is it:

mssfix

or

--mss-fix

or what?

   This is starting to look like an issue with Rogers of the acceptance of the iphone of the
mtu parameter.  I just want to be sure my syntax is correct.

On 9/25/18 14:01, tincanteksup wrote:
Your question is vague ..

If you are using your phone to connect over "rogers" to your work then
you will probably need to talk to the admin of the server at work.

If you are using your phone to connect over "rogers" to your home then
you may also have to change the server settings there.

There is some useful information in the manual under the section
--mss-fix .. that information is long standing and has not changed
for some time.

The problem then arises, does your phone support those options ?
The phone log may show something like
  "Ignoring unsupported option [fragment 1300]"

Hopefully, it will support them ..

tct


On 25/09/18 18:13, Frank wrote:
     Additional information:

I have the vpn working properly through a wireless router to my work network. No errors in the server logs. But when I switch to my phone providers network (rogers quebec canada) I then start getting the errors and I cannot surf with the browser. Any ideas?

    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



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




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

Reply via email to