DynamicDNS not working

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
Driver
Posts: 4
Joined: Tue May 07, 2019 3:53 pm

DynamicDNS not working

Post by Driver » Tue May 07, 2019 4:02 pm

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?

Driver
Posts: 4
Joined: Tue May 07, 2019 3:53 pm

Re: DynamicDNS not working

Post by Driver » Thu May 09, 2019 3:41 pm

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
        }

Post Reply