|
|
Chuck Bunn wrote: > I have a client that does not want to pay for a fixed IP address for his > broadband connection. What is the best way to implement DDNS so that a > remote client can find his outside IP address if it changes. If you have a BIND server, you can roll your own easily. See the scripts at http://openvpn.net/archive/openvpn-users/2005-08/msg00146.html. What I'm presently running is a modified version of those which also maintains a cn-basename.external.vpn.mycompany.com address with the last $trusted_ip associated with the CN in question. Nothing (much) to it! _______________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |