LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices

Reply
 
LinkBack Search this Thread
Old 07-14-2009, 12:02 PM   #1
austinium
Member
 
Registered: Nov 2007
Location: India
Distribution: BOSS Linux, Debian 6, Ubuntu 10.04
Posts: 186

Rep: Reputation: 27
IPv6 DNS server using BIND


hi,

I am trying to setup BIND as a DNS server for local IPv6 name resolution within a LAN.

heres the network:
Ubuntu 8.10 running BIND 9.5.0-P2
IPv4 - 192.168.1.8
IPv6 - fe80::a00:27ff:fe56:7f27/64
hostname - dnsserver
Windows XP SP2
IPv4 - 192.168.1.7
IPv6 - fe80::a00:27ff:fea8:81ed%5
hostname - winclient

Both the IPv6 are autoconfigured, while IPv4 addresses are via DHCP.

As long as iam working with IPv4, things work. I forced dnsserver's IPv4 address on winclient's DNS settings.
i can ping winclient and it resolves its IPv4 address. (i get replies from the IPv4 address)

However, as soon as i add dnsserver's IPv6 address as DNS using
Code:
netsh interface ipv6 add dns "Local Area Connection" fe80::a00:27ff:fe56:7f27/64
I am no longer able to resolve winclient's IP address (i get replies from IPv6 loopback address ::1).

On dnsserver:
this is the /etc/bind/named.conf.options file
Code:
forwarders {
59.179.243.70;
203.94.243.70;
};
auth-nxdomain no;
listen-on-v6 { any; };
and this is the /etc/bind/named.conf.local file
Code:
zone "dnsserver." {
    type master;
    file "/etc/bind/db.dnsserver";
};
this is the zone file
Code:
;forward lookup zonefile
$TTL 86400
dnsserver.    IN    SOA    dnsserver. dummy.rms. {
   
        2009071309    ; Serial no., based on date
              21600     ; Refresh after 6 hours
               3600     ; Retry after 1 hour
             604800     ; Expire after 7 days
               3600     ; Minimum TTL of 1 hour
    )
;Name Servers
dnsserver        IN    AAAA fe80::a00:27ff:fe56:7f27/64
dnsserver        IN    A    192.168.1.8
@                IN    NS    dnsserver

;clients
client    IN    A    192.168.1.7    
client    IN    AAAA fe80::a00:27ff:fea8:81ed%5
Any help would be greatly appreciated.

Thanks
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BIND IPv6 DNS Server Configuration austinium Linux - Server 2 07-09-2009 02:37 AM
How to get Windows Clients to be served DNS from a Linux BIND-DNS Server texmansru47 Linux - Networking 12 07-10-2008 07:06 PM
How to configure IPv6 DNS server in RHEL4 update 4 ? sunnyanthony Linux - Server 3 06-05-2008 04:13 AM
Setup DNS server on Ubuntu 7.04 Server edition using Bind 9 breezey Linux - Server 2 09-16-2007 03:36 AM
Setting up IPv6 linux DNS Server asurya Linux - Newbie 1 05-23-2005 08:20 AM


All times are GMT -5. The time now is 06:00 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration