Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
opennic:t2hints [2020-06-21T19:52:13Z] – Fix IP reference for root hints, and opennicproject.org domain ip address longer matches the address with the glue records. Eleixopennic:t2hints [2020-11-26T19:31:39Z] (current) – updated util ips fusl
Line 18: Line 18:
 Make note of the filename, in this case "/etc/bind/db.root". This is your root hints file, which instructs BIND where to go to find 'hints' about the location of each TLD. The default file will direct you to the standard ICANN root servers. We want to replace this with a hints file that instead queries OpenNIC servers: Make note of the filename, in this case "/etc/bind/db.root". This is your root hints file, which instructs BIND where to go to find 'hints' about the location of each TLD. The default file will direct you to the standard ICANN root servers. We want to replace this with a hints file that instead queries OpenNIC servers:
  
-  dig . NS @45.56.115.189 > /etc/bind/db.root+  dig . NS @168.119.153.26 > /etc/bind/db.root
  
 If you wish to ensure this file stays up to date, you could set up a cron job to perform the above command periodically. Note that the servers listed in this file are not expected to change frequently. If you wish to ensure this file stays up to date, you could set up a cron job to perform the above command periodically. Note that the servers listed in this file are not expected to change frequently.
Line 34: Line 34:
   ping opennic.glue   ping opennic.glue
  
-This should resolve to 45.56.115.189 or 45.56.116.224. If you cannot resolve opennic.glue, verify that BIND has been started successfully.+This should resolve to 168.119.153.26 or 195.201.99.61. If you cannot resolve opennic.glue, verify that BIND has been started successfully.
  • /wiki/data/pages/opennic/t2hints.txt
  • Last modified: 3 years ago
  • by fusl