Hello,

What is causing the following warning in the logs and what is the best mode using on point2point links?

Normally in my previous setups I was using CCD based configs on the servers with named config files per client. However in this setup I want to create point 2 point links for routing in between them with OSPF so there is no point of automatic IP assignment because there will never be more than 1 client per link.

I have noticed some difference as well when using p2p mode instead of server mode. In this mode it seems that if there is no client connected to the server OpenVPN keeps recreating the tunnel interface periodically on the server. Would this be good for me when using OSPF?




Server
dev tun0
mode p2p
ifconfig 192.168.5.1 192.168.5.2
tls-server
tls-auth ta.key 0
dh dh2048.pem
ca ca.crt
cert server.crt
key server.key
port 5555
comp-lzo
keepalive 10 120

Client
client
dev tun0
route-nopull
ifconfig 192.168.5.2 192.168.5.1
tls-version-min 1.0
proto udp
remote HOST PORT
resolv-retry infinite
nobind
persist-key
persist-tun
cipher AES-256-CBC
mute-replay-warnings
tls-client
ca ca.crt
cert cl.crt
key cl.key
keepalive 10 60
ns-cert-type server
tls-auth ta.key 1
comp-lzo


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

Reply via email to