D
D
Dee Key2010-11-26 12:16:19
linux
Dee Key, 2010-11-26 12:16:19

Russian domain names in Bind9

Is it possible, and if so, how, to set up Bind9 with Russian domain names?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Y
Yoda33, 2010-11-26
@EvilGen

Can. You just need to learn how to write a domain name in a Punycode representation to a zone file. For example, using the http://mct.verisign-grs.com/index.shtml service. And then put the name in punycode in the zone file:

$ORIGIN .                                                                                                                                                                                                                                    
$TTL 86400      ; 1 day                                                                                                                                                                                                                      
xn--80acmavjoi8j.tv             IN SOA  xn--d1abbgf6aiiy.xn--p1ai. root.xn--d1abbgf6aiiy.xn--p1ai. (                                                                                                                                                     
                                2010021801 ; serial                                                                                                                                                                                          
                                10800      ; refresh (3 hours)                                                                                                                                                                               
                                3600       ; retry (1 hour)                                                                                                                                                                                  
                                604800     ; expire (1 week)                                                                                                                                                                                 
                                86400      ; minimum (1 day)                                                                                                                                                                                 
                                )                                                                                                                                                                                                            
                        NS      ns.xn--d1abbgf6aiiy.xn--p1ai.                                                                                                                                                                                            
                        NS      ns2.xn--d1abbgf6aiiy.xn--p1ai.                                                                                                                                                                                         
                        A       91.192.32.8                                                                                                                                                                                                  
                        MX      10      mail.xn--d1abbgf6aiiy.xn--p1ai.                                                                                                                                                                                     
$ORIGIN xn--d1abbgf6aiiy.xn--p1ai.                                                                                                                                                                                                                
www                     A       224.138.0.2

H
homm, 2010-11-26
@homm

Russian domain names don't really exist, the browser just shows russia.rf/ instead of the normal xn--h1alffa9f.xn--p1ai/

S
Sergey, 2010-11-26
@bondbig

it’s possible, it’s been working for me for a long time, for view internal it’s been a year already, for tests I did it. Now it works outside, after delegation of domains. You have already been told about punikod, and you need to write it in the config.
Hint: I personally call the zone file not punycode. and transliteration, it's easier to administer, i.e. not xn--h1alffa9f.xn--p1ai, but domain.RF

V
Vasya_Sh, 2010-11-28
@Vasya_Sh

In DNS, they are written in punycode, only in Latin letters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question