Koozali.org: home of the SME Server

Help with Custom Dns from Dyndns

biffer

Help with Custom Dns from Dyndns
« on: February 16, 2005, 11:41:08 PM »
I have used my hole day searching forums, but i haven't found anything :(

Fresh install of the 6.01-01 and it doesn't update my custom DNS.

The last time i installed i changed a .conf file i guess, but it's to long time ago.

Anybody who got a quick answer plz ?

Robert_Baer

Help with Custom Dns from Dyndns
« Reply #1 on: February 17, 2005, 02:39:08 PM »
In
/sbin/e-smith/dynamic-dns/dyndns.org

find the line that starts with wget and change

system="dyndns" to system="custom" and

wildcard="on" to wildcard="off"

This implies, that the domain name you want to update, is the same as the one you use internally. If this is'nt the case place the following line before the wget command:

DOMAIN="domain2update.tld"

biffer

Help with Custom Dns from Dyndns
« Reply #2 on: February 17, 2005, 06:16:01 PM »
Quote from: "Robert_Baer"
In
/sbin/e-smith/dynamic-dns/dyndns.org

find the line that starts with wget and change

system="dyndns" to system="custom" and

wildcard="on" to wildcard="off"

This implies, that the domain name you want to update, is the same as the one you use internally.


Thanks alot!