Re: BIND 9 and IDN

2010-12-16 Thread J. Thomsen
Hall, David, 

>Is there any expertise on implementing Bind and IDN?  Our business is wanting 
>to server up DNS for an IDN.  I have attempted to add what I believe is needed 
>- but can not do a nslookup or a query from external website for this new 
>domain.  Are there any additional steps need to have a IDN?
>

Your configuration for a zone would be

zone "xn--kirsebrhaven4000-zob.dk" IN { type master; file .

for the domain name kirsebærhaven4000.dk
 

- Jørgen Thomsen

Kontaktinfo: http://jth.tel
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: BIND 9 and IDN

2010-12-16 Thread Mark Andrews

In message <280913e87fd58a4fbceef62d9d0477d35542449...@vmail.vermeermfg.com>, 
"Ha
ll, David" writes:
> 
> Is there any expertise on implementing Bind and IDN?  Our business is wanti
> ng to server up DNS for an IDN.  I have attempted to add what I believe is 
> needed - but can not do a nslookup or a query from external website for thi
> s new domain.  Are there any additional steps need to have a IDN?
> 
> Thanks in advance.
> 
> Dave H

You need to turn on IDN support at compile time if you want the
lookup tools to do the name conversions prior to looking up the
data in the DNS.

  --with-idn=MPREFIX  enable IDN support using idnkit default PREFIX
  --with-libiconv=IPREFIX GNU libiconv are in IPREFIX default PREFIX
  --with-iconv=LIBSPECspecify iconv library default -liconv
  --with-idnlib=ARG   specify libidnkit

As far as named is concerned these are just regular domain names
that start with "xn--".  All the IDN knowledge is outside of named.

Mark
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: BIND 9 and IDN

2010-12-16 Thread J. Thomsen


>Is there any expertise on implementing Bind and IDN?  Our business is wanting 
>to server up DNS for an IDN.  I have attempted to add what I believe is needed 
>- but can not do a nslookup or a query from external website for this new 
>domain.  Are there any additional steps need to have a IDN?
>
>Thanks in advance.
>
>Dave H

It is working fine.
We are using this when configuring and compiling BIND on a Linux server:

CFLAGS="-march=native -pipe"
STD_CDEFINES="-DDIG_SIGCHASE=1"
cd contrib/idn/idnkit-1.0-src
make clean
./configure --with-gnu-ld 
make
make install
cd ../../..

make clean
./configure --disable-atomic --enable-symtable=all --with-openssl --prefix=/usr
--libdir=/usr/lib64 --sysconfdir=/etc --with-gnu-ld  --with-idn --enable-threads
CFLAGS="-O2 -march=native -pipe" --enable-largefile 
STD_CDEFINES="-DDIG_SIGCHASE=1"


- Jørgen Thomsen

Kontaktinfo: http://jth.tel
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


BIND 9 and IDN

2010-12-16 Thread Hall, David
Is there any expertise on implementing Bind and IDN?  Our business is wanting 
to server up DNS for an IDN.  I have attempted to add what I believe is needed 
- but can not do a nslookup or a query from external website for this new 
domain.  Are there any additional steps need to have a IDN?

Thanks in advance.

Dave H
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users