ADFHogan
Regular Contributor
If my internet connection has a static IP by way of DHCP reservation at ISP, and I have a hostname pointed to that IP address, what's the proper way to configure that hostname on the router so it's used for DHCP domain (so internal hostnames are in a globally unique domain) and appears correctly in log messages and the router UI?
At the moment, I'm using a dummy custom dynamic DNS script to set my router's FQDN. Is there another way I should be doing it?
At the moment, I'm using a dummy custom dynamic DNS script to set my router's FQDN. Is there another way I should be doing it?
Code:
/jffs/scripts# cat ddns-start
#!/bin/sh
/sbin/ddns_custom_updated 1
exit 0