I have setup VPN PPTP server for my several locations. All have ADSL connection and DynamicDNS domain names. Connections are nailed-up. My problem is when I set up PPTP-Client like this
name="connection" max-mtu=1460 max-mru=1460 mrru=disabled connect-to=user1.dyndns.org user="user1" password="passw234"
profile=default-encryption add-default-route=no dial-on-demand=no allow=pap,chap,mschap1,mschap2
every time when my IP address is changed on server location, this router can’t connect on server again. When I enter connect-to field again router resolve it in IP and save that address instead domain name.
So is any way to save domain name without resolve, and then my problem will be solved. If some script can change this record every time when DDNS record is updated, I think that can work fine to.