Bind dns ipv6
location: linuxquestions.com - date: January 17, 2012
Hi,
i create bind dns for 6to4 technolgies (ipv6) and nat back to ipv4 using router.
the problem is....
it is working when there are no AAAA answers. Unable to browse website that has AAAA answers.
this is sample bind
directory "c:\named\zones";
allow-transfer { none; };
recursion yes;
allow-recursion { any; };
listen-on { any; };
dnssec-enable yes;
listen-on-v6 port 53 { any; };
dns64 64:ff9b::/96 {
clients { 2001:db8::/96; };
exclude { 2001:328::/64; };
};
};
zone "." IN {
type hint;
file "db.root.hint";
it's config are properly configure ?
thanks
Configuring BIND Server or DNS on RHEL 6.........
location: linux.com - date: January 23, 2012
Hiii Guys,
I m talking about old Subject,
I m not able to configure Bind Server(DNS) on RHEL6.....
Can U guys please help me out HOW TO CONFIGURE BIND SERVER or DNS on Red Hat Enterprise Linux 6 ???? :-)
[SOLVED] how to configure mail server on redhat linux without DNS configuration?
location: linuxquestions.com - date: July 18, 2012
Hi Friends,
I want to configure mail server on redhat linux 5,
I have installed RedHat-5, I am having one direct IP, and having windows 2003 DNS server,
At office i am not able to configure DNS server on Linux machine (No permission to configure DNS server On RHEL-5), Having already Windows 2003 server, Is there any possibilities to configure Linux Mail server without configuring DNS server in same machine?
If yes we can configure mail server by giving direct IP or Windows DNS to mail server please provide the step to configure...
Thanks and Regards,
Sandeep CC
DNs log files
location: linuxquestions.com - date: September 12, 2007
hi to All,
I am using RHEL-5 Linux where I have configured master and slave DNS servers.
To check dns zone transfer and any kind of bind error , we use /var/log/messages file. How can I create seperate DNS log file , say /var/log/bindlog so that all DNS errors and info should be logged in such a file.
Can anybody tell me how to configure named.conf to log all bind events in /var/log/bindlog file ?
logging {
channel bindlog {
print-name yes;
print-category yes;
print-severity yes;
}
categorty xfer-out { bindlog;};
categorty xfer-in { bindlog;};
categorty security { bindlog;};
categorty panic { bindlog;};
categorty insist { bindlog;};
};
I have added these parameters in named.conf file , restarted all services but even then no logging inabove file.
Why
DNS not working with short hostnames
location: linuxquestions.com - date: July 20, 2010
Hello,
I have changed some settings on my DNS / DHCP config under Debian Lenny, and now when i try to ping some box it only works with long names. For example:
ping borsti doesn´t work (can not find host) but if i use ping borsti.borsti.iss it works. I have no idea why it doesn´t work because i only modified the dnssec-key (created a new key) and nothing else in te config Here is the config i used for bind: (taken from named.conf.options and named.conf.local)
options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's pla
Can I use my /etc/hosts file as a person DNS server?
location: linuxquestions.com - date: March 22, 2009
I only normally visit around 10 sites tops when surfing the net. Can I just include all the entries in the /etc/hosts file? So in theory, if I did this, and I only visited those 10 sites for the rest of my life, my computer would never access my ISP's name servers to resolve one of the domain names that I have listed in my /etc/hosts file? Also, if I connected wirelessly to my router, would there be any need for
echo "nameserver 192.168.1.1" > /etc/resolv.conf
?
Also, if the /etc/hosts file does do what I'm thinking it does, is there a file equivalent to the hosts file but on windows xp?
How to setup Linux DNS server for a small office/home network?
location: linuxquestions.com - date: May 25, 2008
Hi,there,
I have registered one domain name with one static IP address,now I am planning to use 3 PCs to form a network,one for webserver,one for email server,and one for name server.I am using DSL connection with a router.
my webserver and email server are working now.I am trying to configure DNS server.I am planning to use Bind9 to configure my DNS server.
I already adjusted my domain registration to set up ns.mysite.com,www.mysite.com,mail.mysite.com.My static IP is 56.88.253.48,
My private 3 Pcs IP are 192.168.1.26,192.168.1.27,192.168.1.28.I am a newbie to Linux,I read several articles on how to setup small office/home network DNS server.But I didn't make it work yet.
So is there any DNS server expert who could give me some hints(like how to set up internal and external views...) on how to set it up step by step to help me out?
Any good help would be highly appreciated!
Joe
Configuration DNS server BIND9 on on Debia 6
location: linux.com - date: September 6, 2011
Hi
I'm doing a project which is installing and configuring BIND 9 and Apache 2 to set up my website from my debian 6.
The question is the following, my ISP provide me a public IP 201.199.xx.xx and in my Debian in the interface eth0 I have setup with the local IP 192.168.xx.xx.
Which IP I should be set my DNS server (BIND9) to publish my website.
Please your help and support
Regards
Andres
DNS reverse lookup not working..
location: linux.com - date: September 7, 2009
I have done all that correctly. but the problem exists. Now i tried to re-configure it all--
Now My internal IP is 192.168.70.1
I wanna configure DNS for users in my subnet (internally).
The hostname is -- myserver.dypcoe.com
domainname-- dypcoe.com
entries in named.conf are:--
options {
listen-on port 53 { any; };
# listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
query-source port 53;
query-source-v6 port 53;
allow-query { any; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localdomain" IN {
type master;
file "localdomain.zone";
allow-update { none; };
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" I
linux to use windows dns server
location: linuxquestions.com - date: August 25, 2010
Hello!
I would like our linux servers to be able to use our Windows DNS server to do host lookups, rather then using /etc/hosts. I want to be able to ping 'server1.example.com' and to do a dns lookup from our Windows server. Problem is, it doesnt work, even though I put our Windows DNS server into /etc/resolv.conf
Is there somewhere else I need to specify to use the Windows server for DNS lookups?
We're using various Linux (RHEL, CentOS, Ubuntu).
Any help would be much appreciated.
Thanks!
please wait...
Page: 1 2 3 4 5 6 7 8 9 10