Hi,

From the last Mac0S update (Catalina) Tunnelblick doesn’t work fine. The 
connexion
is established, and about 100s after the connection, the connexion no longer 
work.

A few time after this, TunnelBlick detects the tunnel doesn’t work and restart 
the
connexion. this new connection work for 100s.

The serveur / client configuration works fine for a long time. My other 
colleague
which are using Linux on the same network doesn’t have the problem.

I do not use TAP.

Network firewall misconfigured is not a way to explore: The problem is the same 
at
the office, in my house, and using 4G network access. I checked MacOS firewall, 
it
is not activated.

Anyone has an idea ?

Thanks
Thierry


Server config:

-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-
local x.x.x.x
port 1194
proto udp
dev tun
cd /etc/openvpn

ca certs/ca.pem
cert certs/router04.pem
key certs/router04.key
crl-verify crl.pem
dh certs/dh1024.pem
auth sha256

server 192.168.254.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.60.0 255.255.255.0"
push "route 192.168.70.0 255.255.255.0"
push "route 192.168.80.0 255.255.255.0"
push "route 192.168.90.0 255.255.255.0"
keepalive 10 120
comp-lzo
user nobody
group nobody
persist-key
persist-tun
status /var/log/openvpn-status.log
log-append  /var/log/openvpn.log
verb 3
-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-

Tunnel config

-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-
daemon
verb 4
remote x.x.x.x
port 1194
proto udp
dev tun
client
nobind
auth sha256
comp-lzo
keepalive 10 20
<ca>
[...]
</ca>
<cert>
[...]
</cert>
<key>
[...]
</key>

-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-

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

Reply via email to