Hello List,

I planning to migrate some of my endpoints because it seems to be some security issues with the old ciphers used by default.

I want this migration to go smooth as possible.

ii openvpn 2.2.1-8+deb7u5 amd64 virtual private network daemon

Here is 1 sample configuration of an endpoint (I use both tun and tap based VPNs):

dev tap0
mssfix 1269
server-bridge 10.18.29.1 255.255.255.0 10.18.29.11 10.18.29.22
tls-server
tls-auth ta.key 0
client-to-client
dh dh2048.pem
ca ca.crt
cert server.crt
key server.key
port 9000
comp-lzo
keepalive 10 120
mute-replay-warnings
verb 3
log /var/log/vpn.log


Will that work if I just use the same configs and same certificates on the nodes and upgrade OpenVPN from 2.2 -> 2.4 or did anything change in the config syntax?

I have already noticed for example that the 2.4 iPhone client refuses to connect to my 2.2 server but would it work in the other way around that I upgrade a server to 2.4, will the 2.2 client be able to connect with the exact same configs?




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to