Page 1 of 1

DynamicDNS not working

Posted: Tue May 07, 2019 4:02 pm
by Driver
Hello, I have installed SoftEther VPN Server on a pfSense box (FreeBSD).
My ISP changed my public IP recently but vpnXXX.softether.net still points to an old IP.
The problem is when I connect to my server and run a command DynamicDNSGetStatus there is an error code 33.
Unsupported.
What should I do to make it running?

Re: DynamicDNS not working

Posted: Thu May 09, 2019 3:41 pm
by Driver
ok I figured it out:

need to change in vpn_server.config file:

from:

Code: Select all

declare DDnsClient
        {
                bool Disabled true
        }
to:

Code: Select all

declare DDnsClient
        {
                bool Disabled false
        }