Re: dig and IPV6 server

2013-08-26 Thread Mark Andrews

In message , hugo hugoo writes:
>
> Dear all,
>
> I try to used dig on my windows PC using a server in IPV6. (local
> loppback from the BBOX I use)
> It do not work.
> Any help possible?
>
> C:\dig>nslookup www.google.be
> Server:  UnKnown
> Address:  fe80::a6b1:e9ff:fe68:c8==> server I will use with DIG.
>
> Non-authoritative answer:
> Name:www.google.be
> Addresses:  2a00:1450:400c:c03::5e
>   74.125.132.94
>
>
> C:\dig>dig @fe80::a6b1:e9ff:fe68:c8 www.google.be
> dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:c8': address family
> not supported
>
> C:\dig>dig @fe80::a6b1:e9ff:fe68:0:0:0:c8 www.google.be
> dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:0:0:0:c8': not found
>
> It do now work...
>
> C:\dig>dig -v
> DiG 9.3.2

Use something more recent.  IPv6 support for windows was added in BIND 9.3.6.

2350.   [port]  win32: IPv6 support. [RT #17797]

BIND 9.3 was EOL'd Jan 2009.

> Thanks in advance for any feedback,
>
> Hugo,
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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


Re: dig and IPV6 server

2013-08-26 Thread Antonio Querubin

On Mon, 26 Aug 2013, hugo hugoo wrote:


C:\dig>dig @fe80::a6b1:e9ff:fe68:c8 www.google.be
dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:c8': address family not 
supported


Try adding the interface to the link-local, eg.:

dig @fe80::a6b1:e9ff:fe68:c8%eth0 www.google.be

Antonio Querubin
e-mail:  t...@lavanauts.org
xmpp:  antonioqueru...@gmail.com___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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

dig and IPV6 server

2013-08-26 Thread hugo hugoo
Dear all,

I try to used dig on my windows PC using a server in IPV6. (local loppback from 
the BBOX I use)
It do not work.
Any help possible?

C:\dig>nslookup www.google.be
Server:  UnKnown
Address:  fe80::a6b1:e9ff:fe68:c8==> server I will use with DIG.

Non-authoritative answer:
Name:www.google.be
Addresses:  2a00:1450:400c:c03::5e
  74.125.132.94


C:\dig>dig @fe80::a6b1:e9ff:fe68:c8 www.google.be
dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:c8': address family not 
supported

C:\dig>dig @fe80::a6b1:e9ff:fe68:0:0:0:c8 www.google.be
dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:0:0:0:c8': not found


It do now work...

C:\dig>dig -v
DiG 9.3.2


Thanks in advance for any feedback,

Hugo,
  ___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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