For those who are running with expressvpn.
Since the lastest update to 386.1 I saw messages in the system log. Most is just whistle nothing really serious. Except link-mtu inconsistencies. Fiddling around with extra parameters brought up this config, that seems to solve the link-mtu problem:
fast-io
persist-key
persist-tun
nobind
ping-timer-rem
reneg-sec 0
remote-random
pull
tls-client
verify-x509-name Server name-prefix
#ns-cert-type server
remote-cert-tls server
key-direction 1
route-method exe
route-delay 2
tun-mtu 1500
fragment 1300
mssfix 1200
keysize 256
sndbuf 524288
rcvbuf 524288
cipher AES-256-CBC
auth SHA512
comp-lzo no
push "comp-lzo no"
auth-nocache
verb 3
Maybe it helps someone.
Since the lastest update to 386.1 I saw messages in the system log. Most is just whistle nothing really serious. Except link-mtu inconsistencies. Fiddling around with extra parameters brought up this config, that seems to solve the link-mtu problem:
fast-io
persist-key
persist-tun
nobind
ping-timer-rem
reneg-sec 0
remote-random
pull
tls-client
verify-x509-name Server name-prefix
#ns-cert-type server
remote-cert-tls server
key-direction 1
route-method exe
route-delay 2
tun-mtu 1500
fragment 1300
mssfix 1200
keysize 256
sndbuf 524288
rcvbuf 524288
cipher AES-256-CBC
auth SHA512
comp-lzo no
push "comp-lzo no"
auth-nocache
verb 3
Maybe it helps someone.