Router Guides
PFSense configuration
5 min
overview if you have not yet registered for the service, you can do so by visiting our registration page to begin the setup, connect to the pfsense web panel and navigate to the dynamic dns service configuration configure dynamic dns service configure the dynamic dns parameters exactly like this service type choose custom interface to monitor select wan interface to send update from select wan username enter the specific username assigned to your dynamic network inside our dashboard do not use your registration email password enter the specific password assigned to your dynamic network update url paste your specific flashstart update url in this field schedule the synchronization you need to set up a cron job to force the public ip synchronization click on the diagnostic menu and then on edit file click on browse and open the folder named etc open the file called crontab and edit it as follows look for the line ending with /etc/rc dyndns update edit the first column by entering the string /5 the number following the asterisk and slash characters stands for how often public ip synchronization will be forced in minutes also edit the second column by entering the character in this example, the synchronization will be done every 5 minutes click on the save button to apply the changes persist the changes on reboot in order to use the dynamic dns service correctly, the previous operation is not sufficient since the change made to the crontab file will be lost once the device is restarted it is necessary to proceed as follows to make your changes persistent click browse again and open the file called rc bootup look for the configure cron command comment it out by adding the # symbol at the very beginning of that line click on save to apply the changes edit the update script as a final step, you need to edit the rc dyndns update file located within the etc directory proceed as follows search inside the file for the line containing the exact string / interface ip address has changed / add the unlink command right under it to clear the cache for example unlink("/conf/dyndns wancustom'checkip'0 cache"); in our example, the name of the wan interface is wancustom, so you will need to adapt the command above based on the actual name of your specific wan interface click save to apply the configuration dns configuration set the following cloud addresses as the primary and secondary dns on the devices inside your network you can do this either manually or by distributing them through a dhcp server primary dns 185 236 104 104 secondary dns 185 236 105 105