Difference between revisions of "CTWUG DNS"

From CTWUG Wiki
Jump to: navigation, search
(How CTWUG DNS Works)
 
(12 intermediate revisions by 4 users not shown)
Line 7: Line 7:
 
The CTWUG DNS Server is: '''172.18.1.1'''
 
The CTWUG DNS Server is: '''172.18.1.1'''
  
This IP actually runs on 3 computers at the moment.
+
This IP actually runs on a number of systems scattered all over the WUG, with the primary DNS server hosted on a VPS in the cloud.
 
 
:1. macgyver.ctwug.za.net (Jupi2) ([[User:nOs|nOs]])
 
:2. srv.tfyre.ctwug.za.net (Jupi1) ([[User:TFyre|TFyre]])
 
:3. server.wildpikachu.ctwug.za.net (Mercury) ([[User:WildPikachu|WildPikachu]])
 
 
 
cthulhu.scar.ctwug.za.net ([[User:ScarFreewill|ScarFreewill]]) must still get the 172.18.1.1 IP
 
  
 
This IP (172.18.1.1) gets used for [[NTP]] as well.
 
This IP (172.18.1.1) gets used for [[NTP]] as well.
  
 
=How CTWUG DNS Works=
 
=How CTWUG DNS Works=
johannesleroux.co.za ([[User:Dade|Dade]]) is the Primary DNS server and has a static public IP.  This is reqruied to run a DNS Server.
+
The Primary DNS server is hosted by vps.co.za on a Virtual Private Server and has a static public IP.  This is reqruied to run a DNS Server.
 +
 
 +
There are also secondary servers helping dns.ctwug.za.net with internet side queries.
  
There are 2 secondary servers helping johannesleroux.co.za with internet side queries
+
The CTWUG DNS Servers gets their DNS Zone information directly from dns.ctwug.za.net.
:1. dns2.nettica.com
 
:2. dns4.nettica.com
 
  
The CTWUG DNS Servers gets their DNS Zone information directly from johannesleroux.co.za.
+
When someone adds new IP addresses on [http://wind.ctwug.za.net WIND], dns.ctwug.za.net gets notified. dns.ctwug.za.net then updates its own zone file and notifies the mirrors that are scattered around the WUG.
  
When someone adds new IP addresses on [http://wind.ctwug.za.net WIND], johannesleroux.co.za gets notified.  johannesleroux.co.za then updates its own zone file and notifies 3 servers using static ip addresses
+
When these servers receive the notification, they will do an incremental transfer from dns.ctwug.za.net.
:1. macgyver.ctwug.za.net (OpenVPN Tunnel to johannesleroux.co.za)
 
:2. dns2.nettica.com
 
:3. dns4.nettica.com
 
  
When these servers receive the notification, they will do an incremental transfer from johannesleroux.co.za
+
If you are interested in hosting a CTWUG DNS mirror using a Raspberry Pi at your node, have a look at the[https://forum.ctwug.za.net/t/requirments-hosting-dns-server/6503 forum post here].
  
After macgyver.ctwug.za.net receives the zone file, it will notify the CTWUG DNS Servers
+
=Use CTWUG DNS=
 +
Refer to [[DNS Setup]] on how to use CTWUG DNS on your Computer.

Latest revision as of 19:18, 25 September 2017

What is DNS

DNS (Domain Name System WIKIPedia) is used instead of IP's. Most of the time if there is only a couple of IP's its easier to use IP's instead of DNS, but the bigger the network, the more IP's you have to remember, and then its easier to remember DNS names ie: http://wind.ctwug.za.net or http://wiki.ctwug.za.net

Another benefit using DNS is that you can have multiple virtual servers on the same IP. wind.ctwug.za.net and wiki.ctwug.za.net both runs on macgyver.ctwug.za.net

CTWUG DNS Servers

The CTWUG DNS Server is: 172.18.1.1

This IP actually runs on a number of systems scattered all over the WUG, with the primary DNS server hosted on a VPS in the cloud.

This IP (172.18.1.1) gets used for NTP as well.

How CTWUG DNS Works

The Primary DNS server is hosted by vps.co.za on a Virtual Private Server and has a static public IP. This is reqruied to run a DNS Server.

There are also secondary servers helping dns.ctwug.za.net with internet side queries.

The CTWUG DNS Servers gets their DNS Zone information directly from dns.ctwug.za.net.

When someone adds new IP addresses on WIND, dns.ctwug.za.net gets notified. dns.ctwug.za.net then updates its own zone file and notifies the mirrors that are scattered around the WUG.

When these servers receive the notification, they will do an incremental transfer from dns.ctwug.za.net.

If you are interested in hosting a CTWUG DNS mirror using a Raspberry Pi at your node, have a look at theforum post here.

Use CTWUG DNS

Refer to DNS Setup on how to use CTWUG DNS on your Computer.