About disable Dynamic DNS

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
thaloa
Posts: 11
Joined: Thu Feb 02, 2023 6:30 am

About disable Dynamic DNS

Post by thaloa » Tue Feb 07, 2023 6:59 am

I want disable DynamicDNS in ubuntu by command, Can you help me do it ? TKS for help

shakibamoshiri
Posts: 285
Joined: Wed Dec 28, 2022 9:10 pm

Re: About disable Dynamic DNS

Post by shakibamoshiri » Tue Feb 07, 2023 7:34 am

thaloa wrote:
Tue Feb 07, 2023 6:59 am
I want disable DynamicDNS in ubuntu by command, Can you help me do it ? TKS for help
1. shutdown the server
1.2 ./vpnserver stop

2. update vpn_sever.config file
2.1 find this section "DDnsClient"
2.2 the "bool Disabled" should be set to "true"

result should be

Code: Select all

declare DDnsClient
	{
		bool Disabled true
3. start the server
3.1 ./vpnserver start

Post Reply