3 Attachment(s)
Namecheap dynamic DNS Settings (How-To)
After banging my head for an hour trying to get this to work, I figured out how to get Untangle to update the dns records for your domain dynamically using the Untangle gui. Thought I would share.
The problem is the labels are wrong in Untangle. Here is what you need to do.
Attachment 7282
Simply put your domain name in the 'username' box. Login to namecheap and enable dynamic dns. This will give you your auto generated password to use in Untangle.
If the login credentials fail, the username and password fields will turn yellow.
Attachment 7283
lastly, you need to make a host record on namecheap to hold the ip address untangle will be updating. Be sure to choose 'A + Dynamic DNS Record' and choose a host type. I used '@' for ip address. This '@' is the host name for untangle.
Attachment 7284
I figured most of this out using this. Namescheap Dyndns info
Alt method (AT YOUR OWN RISK):
I didn't try this but you may be able to get it going using the terminal. Maybe even use other services untangle doesn't provide. If namecheap changes their server address, you can update it with this method possibly.
from terminal:
Code:
sudo nano /etc/ddclient.conf
and make the config look like this:
Code:
use=web, web=dynamicdns.park-your-domain.com/getip
protocol=namecheap
server=dynamicdns.park-your-domain.com
login=yourdomain.com
password=a9438540ba8a449fb0ed09c3737b9e32
@
And no thats not my password :lol
This works with my current version as of 8/10/16
Build: 12.1.0~svn20160804r43944release12.1-1jessie