|
|
Hello to all. I have my openvpn server with dynamic ip adsl connection with this configuration: mode server proto udp port 1194 dev tap keepalive 10 120 server 10.0.1.0 255.255.255.0 daemon writepid /var/run/openvpn.pid comp-lzo max-clients 10 persist-key persist-tun verb 3 mute 20 client-to-client duplicate-cn cd /etc/openvpn tls-server tls-auth keys/ta.key 0 cipher BF-CBC ca keys/ca.crt cert keys/netserver.crt key keys/netserver.key dh keys/dh1024.pem client-config-dir ccd My question is how to mantain the vpn UP when the server or clients change the external (ADSL) ip? Is necessary to use some script? Thanks Wilson Galafassi ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |