Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: biffer on February 16, 2005, 11:41:08 PM

Title: Help with Custom Dns from Dyndns
Post by: biffer 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 ?
Title: Help with Custom Dns from Dyndns
Post by: Robert_Baer 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"
Title: Help with Custom Dns from Dyndns
Post by: biffer 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!