Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
What if ns1 and ns2 are totally on different subnets? For e.g.
ns1
public-ip: 1.2.3.4 internal-ip: 10.1.1.1
ns2
public-ip: 4.3.2.1 internal-ip - 192.168.0.2
This comment has been deleted
Thanks for the explanation. My ISP has provided one static IP to me and second static IP is from my friend’s ISP. So I have following setup
Public IP1 - 1.2.3.4 (authoritative server) Public IP2 - 1.2.5.6 (slave server)
so I created the reverse zone on my master like this -
zone 2.1.in-addr.arpa{ type master; file “/etc/bind/db.2.1”; allow-transfer { 1.2.5.6; } ; };
in db.2.1, I added PTR like this
4.3 IN PTR host1.mydomain.tld 6.5 IN PTR host2.mydomain.tld
and on slave -
zone 2.1.in-addr.arpa { type slave; file “db.2.1”; masters { 1.2.3.4; }; }
Also for zone transfers, I have to open TCP/UDP port 53 only, no other ports need to be opened?
Hi nice tutorial but for me its a bit confusing
l have server with LAN IP l have also domain name IP And Public IP
so my server
how l should add my A recored and CNAME record also ns1 ip on cpanel
Are the slave server settings saved in /etc/bind/named.conf.local?
This is what I get when I save slave server settings in /etc/bind/named.conf.local
/etc/bind/named.conf.local:21: zone 'thewizard.tech': already
exists previous definition: /etc/bind/named.conf.local:9
/etc/bind/named.conf.local:27: zone '2.0.192.in-addr.arpa': already
exists previous definition: /etc/bind/named.conf.local:16
hello justin,
this you have configured for you LANIP. will there be chnages made when you onfigure for Public IPs. Also How to configure other domain names on the nameservers
when i check intends.com and put my domain name there are lot s error but after install bind9 and follow ur setup i have one ip address(Public Network XXX.xxx.xxx.xxx) so i follow only master slave i didnt do i follow this comment sudo tail -f /var/log/syslog
and get this error please can u tel me whats going on thanks
raid6: using ssse3x2 recovery algorithm Feb 26 13:25:38 sumon kernel: [39220.889427] Request for unknown module key ‘Magrathea: Glacier signing key: af30e7f37b41301c96f985f4789da5f4373e9e92’ err -11 Feb 26 13:25:38 sumon kernel: [39220.889713] xor: automatically using best checksumming function: Feb 26 13:25:38 sumon kernel: [39220.928024] avx : 17311.000 MB/sec Feb 26 13:25:38 sumon kernel: [39220.934775] Request for unknown module key ‘Magrathea: Glacier signing key: af30e7f37b41301c96f985f4789da5f4373e9e92’ err -11 Feb 26 13:25:38 sumon kernel: [39220.952089] Btrfs loaded Feb 26 13:26:05 sumon kernel: [39247.984443] [UFW BLOCK] IN=eth0 OUT= MAC=04:01:40:be:da:01:4c:96:14:ff:df:f0:08:00 SRC=220.181.108.171 DST=128.199.235.86 LEN=53 TOS=0x00 PREC=0x00 TTL=44 ID=0 DF PROTO=UDP SPT=23909 DPT=53 LEN=33 Feb 26 13:26:10 sumon kernel: [39252.867735] [UFW BLOCK] IN=eth0 OUT= MAC=04:01:40:be:da:01:4c:96:14:ff:df:f0:08:00 SRC=220.181.108.78 DST=128.199.235.86 LEN=53 TOS=0x00 PREC=0x00 TTL=45 ID=0 DF PROTO=UDP SPT=1996 DPT=53 LEN=33 Feb 26 13:27:38 sumon kernel: [39340.049239] [UFW BLOCK] IN=eth0 OUT= MAC=04:01:40:be:da:01:4c:96:14:ff:ff:f0:08:00 SRC=61.160.213.108 DST=128.199.235.86 LEN=40 TOS=0x00 PREC=0x00 TTL=110 ID=2560 PROTO=TCP SPT=33122 DPT=3128 WINDOW=16384 RES=0x00 SYN URGP=0 Feb 26 13:28:10 sumon kernel: [39372.134971] [UFW BLOCK] IN=eth0 OUT= MAC=04:01:40:be:da:01:4c:96:14:ff:df:f0:08:00 SRC=220.181.108.101 DST=128.199.235.86 LEN=53 TOS=0x00 PREC=0x00 TTL=44 ID=0 DF PROTO=UDP SPT=51046 DPT=53 LEN=33 Feb 26 13:33:08 sumon kernel: [39670.805400] [UFW BLOCK] IN=eth0 OUT= MAC=04:01:40:be:da:01:4c:96:14:ff:df:f0:08:00 SRC=222.186.21.207 DST=128.199.235.86 LEN=40 TOS=0x00 PREC=0x00 TTL=101 ID=256 PROTO=TCP SPT=6000 DPT=5903 WINDOW=16384 RES=0x00 SYN URGP=0
where is error wht my DNS not working :( i cehck intodns.com put my amra.me website
This comment has been deleted
Feb 28 02:47:53 sumon named[1526]: client 66.249.66.150#34723 (www.sumon.org): query (cache) ‘www.sumon.org/A/IN’ denied Feb 28 02:52:36 sumon kernel: [ 750.681315] [UFW BLOCK] IN=eth0 OUT= MAC=04:01:40:be:da:01:4c:96:14:ff:df:f0:08:00 SRC=58.49.33.178 DST=128.199.235.86 LEN=62 TOS=0x00 PREC=0x00 TTL=49 ID=0 DF PROTO=UDP SPT=53 DPT=60134 LEN=42 Feb 28 02:54:29 sumon named[1526]: client 213.144.48.187#37649 (sumon.org): query (cache) ‘sumon.org/MX/IN’ denied
what does it means my this domain is not working i add fast domain that was works please help me