{"id":150,"date":"2011-02-09T15:54:52","date_gmt":"2011-02-09T15:54:52","guid":{"rendered":"http:\/\/gigihfordanama.wordpress.com\/?p=150"},"modified":"2012-08-08T00:14:11","modified_gmt":"2012-08-08T00:14:11","slug":"ipv6-activated-on-bind-ns1-unila-ac-id","status":"publish","type":"post","link":"https:\/\/dosen.unila.ac.id\/gigih\/2011\/02\/09\/ipv6-activated-on-bind-ns1-unila-ac-id\/","title":{"rendered":"IPv6 activated on BIND &#8211;&gt; ns1.unila.ac.id"},"content":{"rendered":"<p>This Morning ns1.unila.ac.id already setup and support with IPv6, prefix address assign from Tunnel broker. Read carefully if you want to have your own BSD name server that support IPv6<\/p>\n<p><strong>Assumptions :<\/strong><\/p>\n<blockquote><p><em>Everyone knows \/ has little knowledge on how to configure the IPv4 DNS<br \/>\n<\/em><\/p><\/blockquote>\n<p><strong>Important Terms<\/strong><\/p>\n<blockquote>\n<ul>\n<li> <em>A \u2013 address record maps a host name to 32-bit IPv4 address (Forward lookup)<\/em><\/li>\n<li><em> AAAA \u2013 address record maps a host name to 128-bit IPv6 address (Forward lookup)<\/em><\/li>\n<li><em> ip6.arpa \u2013 Reverse mapping name space for IPv6<\/em><\/li>\n<li><em> ip6.int \u2013 Reverse mapping name space which has been deprecated but still maintained by some hosts<\/em><\/li>\n<\/ul>\n<\/blockquote>\n<p><strong>Forward Lookup (AAAA)<\/strong><\/p>\n<blockquote>\n<ul>\n<li>Uses AAAA records for assign IPv6 addresses to names.<\/li>\n<li>Multiple addresses possible for any given name \u2013 for example, in a multi-homed situation.<\/li>\n<li>Can assign A records and AAAA records to a given name\/domain.<\/li>\n<li>Can also assign separate domains for IPv6 and IPv4.<\/li>\n<li>Don\u2019t be afraid to experiment!<!--more--><\/li>\n<\/ul>\n<\/blockquote>\n<p><strong><br \/>\nSample config for NS Database Zone<\/strong><\/p>\n<p>$TTL\u00a0\u00a0\u00a0 3600<\/p>\n<p>@\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 SOA\u00a0\u00a0\u00a0\u00a0 ns1.unila.ac.id. admin.unila.ac.id.\u00a0 (<\/p>\n<blockquote><p><em> 2008080590 ; serial<br \/>\n3600\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ; Refresh<br \/>\n900\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ; Retry<br \/>\n3600000\u00a0\u00a0\u00a0 ; Expire<br \/>\n3600 )\u00a0\u00a0\u00a0\u00a0 ; Minimum<br \/>\nIN\u00a0\u00a0\u00a0\u00a0\u00a0 NS\u00a0\u00a0\u00a0\u00a0\u00a0 ns1.unila.ac.id.<br \/>\nIN\u00a0\u00a0\u00a0\u00a0\u00a0 NS\u00a0\u00a0\u00a0\u00a0\u00a0 ns2.unila.ac.id.<br \/>\nIN\u00a0\u00a0\u00a0\u00a0\u00a0 NS\u00a0\u00a0\u00a0\u00a0\u00a0 ns3.unila.ac.id.<br \/>\nIN\u00a0\u00a0\u00a0\u00a0\u00a0 MX 300\u00a0 ns1.unila.ac.id.<br \/>\nIN\u00a0\u00a0\u00a0\u00a0\u00a0 A\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 222.124.196.101<br \/>\nIN\u00a0\u00a0\u00a0\u00a0\u00a0 MX 200\u00a0 mailgate.unila.ac.id.<br \/>\n<strong>IN\u00a0\u00a0\u00a0\u00a0\u00a0 AAAA\u00a0\u00a0\u00a0 2001:470:23:cc::2<\/strong><\/p>\n<p>ns1\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 A\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 222.124.196.98<br \/>\nIN\u00a0\u00a0\u00a0\u00a0\u00a0 MX 300\u00a0 mailgate.unila.ac.id.<br \/>\n<strong> IN\u00a0\u00a0\u00a0\u00a0\u00a0 AAAA\u00a0\u00a0\u00a0 2001:470:23:cc::2<\/p>\n<p><\/strong><br \/>\nns2\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 A\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 222.124.196.99<br \/>\nIN\u00a0\u00a0\u00a0\u00a0\u00a0 MX 300\u00a0 mailgate.unila.ac.id.<\/p>\n<p>ns3\u00a0\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 A\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 222.124.196.100<br \/>\nIN\u00a0\u00a0\u00a0\u00a0\u00a0 MX 300\u00a0 mailgate.unila.ac.id.<\/em><\/p><\/blockquote>\n<p><strong>Reverse lookup (ip6.arpa)<\/strong><\/p>\n<blockquote>\n<ul>\n<li>Reverses should be put in for both ip6.int and ip6.arpa domains.<\/li>\n<li>The ip6.int domains has been deprecated, but some hosts still use them.<\/li>\n<li>Can use same file for both \u2013 use the @ notation and point to the same file in the named.conf file.<\/li>\n<\/ul>\n<\/blockquote>\n<p><strong><br \/>\nSample configuration file (named.conf)<\/strong><\/p>\n<blockquote><p><em>\/\/ named.conf\u00a0 (use your favorite naming scheme)<\/p>\n<p>zone \u201cunila.ac.id\u201d {<br \/>\ntype mater;<br \/>\nfile \u201cmaster\/unilagituloh\u201d;<br \/>\n}<br \/>\nzone \u201c0.0.0.0.0.0.1.0.8.6.4.0.1.0.0.2.ip6.int&#8221; {<br \/>\ntype master;<br \/>\nfile &#8220;master\/0.0.0.0.0.0.1.0.8.6.4.0.1.0.0.2.rev&#8221;;<br \/>\n};<br \/>\nzone \u201c0.0.0.0.0.0.1.0.8.6.4.0.1.0.0.2.ip6.arpa&#8221; {<br \/>\ntype master;<br \/>\nfile &#8220;master\/0.0.0.0.0.0.1.0.8.6.4.0.1.0.0.2.rev&#8221;;<br \/>\n};<br \/>\n<\/em><\/p><\/blockquote>\n<p><strong><br \/>\nFinished&#8230;&#8230; Finally you just have to test, that our new entry IPv6 Record already discovered from internet, using dig command<\/strong><\/p>\n<blockquote><p><em>ns1# dig @ns5.speedcast.com www.unila.ac.id AAAA<\/p>\n<p>; &lt;&lt;&gt;&gt; DiG 9.3.2-P1 &lt;&lt;&gt;&gt; @ns5.speedcast.com www.unila.ac.id AAAA<br \/>\n; (1 server found)<br \/>\n;; global options:\u00a0 printcmd<br \/>\n;; Got answer:<br \/>\n;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 62499<br \/>\n;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 3<\/p>\n<p>;; QUESTION SECTION:<br \/>\n;www.unila.ac.id.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 AAAA<\/p>\n<p>;; ANSWER SECTION:<br \/>\n<strong>www.unila.ac.id.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1897\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 AAAA\u00a0\u00a0\u00a0 2001:470:23:cc::2<\/strong><\/p>\n<p>;; AUTHORITY SECTION:<br \/>\nunila.ac.id.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 5963\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 NS\u00a0\u00a0\u00a0\u00a0\u00a0 ns3.unila.ac.id.<br \/>\nunila.ac.id.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 5963\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 NS\u00a0\u00a0\u00a0\u00a0\u00a0 ns1.unila.ac.id.<br \/>\nunila.ac.id.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 5963\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 NS\u00a0\u00a0\u00a0\u00a0\u00a0 ns4.unila.ac.id.<br \/>\nunila.ac.id.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 5963\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 NS\u00a0\u00a0\u00a0\u00a0\u00a0 ns2.unila.ac.id.<\/p>\n<p>;; ADDITIONAL SECTION:<br \/>\nns1.unila.ac.id.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1884\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 A\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 222.124.196.98<br \/>\nns2.unila.ac.id.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1884\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 A\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 222.124.196.99<br \/>\nns3.unila.ac.id.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1884\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 A\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 222.124.196.100<\/p>\n<p>;; Query time: 141 msec<br \/>\n;; SERVER: 202.174.158.10#53(202.174.158.10)<br \/>\n;; WHEN: Thu Dec 10 08:55:08 2009<br \/>\n;; MSG SIZE\u00a0 rcvd: 181<\/p>\n<p>ns1#<br \/>\n<\/em><\/p><\/blockquote>\n<p>But we still have problem in here. how can we delegate aout reverse DNS from Tunnel Broker NS&#8230;.. hahaha&#8230;\u00a0 we should be contact and request For PTR address Record.<\/p>\n<p><em>ns1# dig @ns5.speedcast.com 2001:470:23:cc::2<\/p>\n<p>; &lt;&lt;&gt;&gt; DiG 9.3.2-P1 &lt;&lt;&gt;&gt; @ns5.speedcast.com 2001:470:23:cc::2<br \/>\n; (1 server found)<br \/>\n;; global options:\u00a0 printcmd<br \/>\n;; Got answer:<br \/>\n;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NXDOMAIN, id: 21951<br \/>\n;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0<\/p>\n<p>;; QUESTION SECTION:<br \/>\n;2001:470:23:cc::2.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 A<\/p>\n<p>;; AUTHORITY SECTION:<br \/>\n.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 10800\u00a0\u00a0 IN\u00a0\u00a0\u00a0\u00a0\u00a0 SOA\u00a0\u00a0\u00a0\u00a0 A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2009120901 1800 900 604800 86400<\/p>\n<p>;; Query time: 204 msec<br \/>\n;; SERVER: 202.174.158.10#53(202.174.158.10)<br \/>\n;; WHEN: Thu Dec 10 08:58:12 2009<br \/>\n;; MSG SIZE\u00a0 rcvd: 110<\/p>\n<p>ns1#<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This Morning ns1.unila.ac.id already setup and support with IPv6, prefix address assign from Tunnel broker. Read carefully if you want to have your own BSD name server that support IPv6 Assumptions : Everyone knows \/ has little knowledge on how to configure the IPv4 DNS Important Terms A \u2013 address record maps a host name &hellip; <a href=\"https:\/\/dosen.unila.ac.id\/gigih\/2011\/02\/09\/ipv6-activated-on-bind-ns1-unila-ac-id\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;IPv6 activated on BIND &#8211;&gt; ns1.unila.ac.id&#8221;<\/span><\/a><\/p>\n","protected":false},"author":25,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1348,5],"tags":[],"class_list":["post-150","post","type-post","status-publish","format-standard","hentry","category-kiat-sukses-menjadi-seorang-network-engineer-2","category-old-post-dari-unilanet"],"_links":{"self":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/posts\/150"}],"collection":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/comments?post=150"}],"version-history":[{"count":0,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/posts\/150\/revisions"}],"wp:attachment":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/media?parent=150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/categories?post=150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/tags?post=150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}