Skip to content

Instantly share code, notes, and snippets.

@legrego
Created February 27, 2019 19:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save legrego/d558be4c435924ac4f896f5d5d5f1212 to your computer and use it in GitHub Desktop.
Save legrego/d558be4c435924ac4f896f5d5d5f1212 to your computer and use it in GitHub Desktop.
Unifi Dynamic DNS using namecheap
  1. Get public IP via dyndns. Otherwise, a NAT'd USG will try to publish the internal IP instead of the true external one. This will need to be rerun anytime the controller re-provisions the USG :( set service dns dynamic interface eth0 web dyndns
  2. Configure DDNS service in Controller UI (examples assume example.domain.com):
  • hostname: the subdomain to use (ex: example)
  • username: the domain (ex: domain.com)
  • password: the auto-generated password from namecheap ddns setup
  • server: fixed: dynamicdns.park-your-domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment