Networking :: How To Configure BIND?
Feb 9, 2010I know BIND is one of the most popular DNS servers used today but does anyone have any tips on how to configure BIND?
View 1 RepliesI know BIND is one of the most popular DNS servers used today but does anyone have any tips on how to configure BIND?
View 1 RepliesI'm trying to understand dns and I think the following commands should give me an "OK" or something... what am I missing?
Code:
# dig @a.root-servers.net . ns >| db.root
# named-checkzone . db.root
zone ./IN: NS 'K.ROOT-SERVERS.NET' has no address records (A or AAAA)
zone ./IN: NS 'L.ROOT-SERVERS.NET' has no address records (A or AAAA)
zone ./IN: NS 'M.ROOT-SERVERS.NET' has no address records (A or AAAA)
zone ./IN: has 0 SOA records
[Code]...
I am trying to configure a BIND DNS server to handle three websites on my home network, (my site, my sons site and our test site). Since my ISP uses dynamic DNS, we are using DNS2GO to redirect our traffic, 9EACH SERVER HAS IT'S OWN VERSION OF dns2go running).
My problem is that I can't figure out how to configure BIND since I don't have a static IP to enter into the named.conf or reslov.conf configuration files.
I am trying to configure a BIND DNS server to handle three websites on my home network, (my site, my sons site and our test site). Since my ISP uses dynamic DNS, we are using DNS2GO to redirect our traffic, 9EACH SERVER HAS IT'S OWN VERSION OF dns2go running).My problem is that I can't figure out how to configure BIND since I don't have a static IP to enter into the named.conf or reslov.conf configuration files.
View 7 Replies View Relatedhost A: Fedora 7 has bind 9.4.2
host B: Fedora 11 has bind 9.6.1
I want to migrate my bind configuration from A to B I've read the release notes and man pages and I can't see why copying
/etc/named*
and
/var/named/*
I checked /etc/sysconfig/named too... Seems to have no effect on my brand new install on Fedora 11. Host B stays basically un-configured.
I am configuring bind9 on fedora 9(sulphur).I have configured /etc/named.conf and created zone file in /var/named/I have started the service but when I am executing the command nslookup mydomain.com it is not able to resolve the name.Another problem I am facing when I do telnet localhost 53,I am able to connect.but when I do telnet myip 53 it does not connect.Seems to be a firewall problem but I ve disabled iptables selinux completely even I ve disabled dnsmasq but still not working.
View 1 Replies View RelatedI am using RHEL5. I don't know to configure bind. plz give me step by step bind configuration process.
View 4 Replies View RelatedI am a newbie in configuring linux servers. Can I have an easy step-by-step walkthrough for bind 9 with chroot on RedHat enterprise 5 .
View 3 Replies View Relatedthis is my first post i have this error in ./configure for bind 9.7.3: checking for OpenSSL library... using OpenSSL from /usr/lib and /usr/includechecking whether linking with OpenSSL works... yeschecking whether linking with OpenSSL requires -ldl... unknown configure: error: OpenSSL has unsupported dynamic loading
View 1 Replies View RelatedA create an application which has to bind to port less than 1024 and must be launched under non-root user. OS: Ubuntu 10.04. Decision 1: Using a firewall to redirect packets. Problem: This decision is not good for me. I need simple way to solve the problem. Decision 2: Use CAP_NET_BIN_SERVICE. Problem: My execution file has 2,7G size. It is very big application with a lot of debug info. setcat command return an error:
[code]...
I need to know how to configure the address of the next level DNS server in my BIND server. im in a FEDORA 10 system.
View 3 Replies View Relatedwhat is bind vs bind-chroot vs caching-nameserver ?what is the different between eatch others ?
View 7 Replies View RelatedI am trying to create the ipv6 socket to send the frame but I am getting the error while binding to my local addrss.When I did ifconfig I do see this interface's ipv6 address.Am I missing something ?
View 1 Replies View RelatedI need to setup 2 BIND servers where I would need to configure automatic fail over where if one of the DNS server goes down other one should be able to pick it up.I was thinking to deploy VRRP solution with keepalived or vrrpd
View 6 Replies View RelatedI am trying to install Bind 9.3.6 - P1 on OEL 5 Update 4 which is running on Oracle VM Server as Oracle Template OVM_EL5U4_X86_PVM_4GB
Requirement :
We have two different domains
1. abc.com
2. abc.co.in
Some of the Servers are in :
abc.com
xyz.abc.com def.abc.com
... and more
code....
When I tried creating DNS Server : Dig worked on the server but when i am giving the IP of the DNS Server on another machine it cannot resolve any IP or Internet Address
Giving the following Messege on nslookup
DNS request time out
timeout was 2 seconds
***'Cant find server name for the address 192.168.1.x : Time Out
***Default Servers are not available
Default Server - Unkwoun
Address : 192.168.1.x
I have configured bind to create a domain.I see thet domain getting resolved for sometime and then it does not
you can see in the second nslookup name resolution fails
I had this strange and quite stressy situation today. I change something in the config of the NS1 (primary nameserver) and because of that BIND9 went down. Seemed that, unfortunately, the sec. NS, NS2, did not took over.
When I first did /etc/init.d/bind9 reload I got this error:
Code:
I was able to fix this. I guess I was because now the error has gone. I found the solution on some blog (I remember it has something to do with 'pkill lwresd' and restart bind a couple times.
Anyway, to test the NS1, on my local computer I set up the NS1 as primary and only nameserver. This works fine to test NSs. This way I can surf the internet and ping the domains that are on the nameserver.
Now when I do the same with my NS2 I can't do nothing. Cannot ping to anything, surf of course works neither.
But from my server ifself, NS2, I can ping everything. Every NSlookup is done via an external nameserver thus logical.
Furthermore everything looks normal on the NS2. No errors, I can change, add, delete, apply, restart, reload without any problem.
This morning, our NIS master server down (due to ram prob), and what happen is all the sun servers able to bind to NIS Slave, but not Linux servers.
Details:
sun_server[sab]% telnet linux01
Trying 10.x.x.x...
Connected to linux01.
Escape character is '^]'.
[Code]....
Where is the prob, in Sun or Linux? In Linux, how to make it able to failover to NIS slave?
I've got a weird problem on my fedora 12.
My computer is running behind an ISP box, Firewall shut off, SELinux disabled.
I've a local IP address : 192.168.0.2 dynamically given by the ISP through DHCP
I've got bind installed. I've defined a domain (let's call it mydomain.com) in the /etc/named.conf this way :
Code:
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
[Code].....
Finally, the named service is running.
Here is the trouble : I can ping my domain, but when I try to browse to this domain in my browser, the connection is rejected !
Basically, i want to be able to type a domain in my browser e.g. default.dev and it direct to the ../www/default folder on the Ubuntu Server on my network. The reason being is that as a web developer i have a number of sites that i'm working on locally and i'm getting tired of adding the domain to my hosts file and then creating a virtual host in Apache - i believe this can be done with BIND - is this right? If so what steps are required?
View 1 Replies View RelatedI'm having some trouble with email being denied because of DNS and/or Reverse DNS issues. I'm hoping someone here is an expert and can shed some light on it for meWe have multiple subdomains, each having it's own entry in the zone file. However, the majority of our traffic goes out an aggregated external IP address with the exception of a few instances such as our mail server and our website(s).We currently have these three records in our example.com zone file:
Code:
example.com. IN A 11.22.333.44
www.example.com. 1H IN A 11.22.333.44
[code]...
I am currently trying to get a B.A.T.M.A.N mesh network up and running. the thing uses UDP port 4305 for broadcasting to nearby nodes and it seems this port is closed or used by something else.
now i have tried to open this port with commands like
Code:
iptables -A INPUT -p udp --dport 4305 -j ACCEPT
iptables -A OUTPUT -p udp --dport 4305 -j ACCEPT
it still gives me the same error saying the socket cannot connect.any way for me to scan that udp port, see what is blocking it and open the thing up ?
If I open a raw SCTP socket, am I able to bind to a specific port? (I only want to see SCTP packets from a particular IP address AND port.) Or, any raw SCTP socket, regardless of port binding , will get all SCTP packets received by the OS from that IP address? The port doesn't matter and is ignored.
View 1 Replies View RelatedThere's this domain, that is apparently a cname of a cname which is, I know, not recommended, but it's not forbidden by the rfc. The domain is [URL]. If I try with windows or bind dns I get this results in nslookup:
** server can't find [URL]: NXDOMAIN
but if I try with opendns I have some results.
> [URL]
Server:208.67.222.222
Address:208.67.222.222#53
Non-authoritative answer:
www.groenegordel.becanonical name = www.vlaamsbrabant.be.
www.vlaamsbrabant.becanonical name = waf.vlaamsbrabant.be.
Name:waf.vlaamsbrabant.be
Address: 193.53.37.42
With this I see it's a [URL] it's a cname or a cname. Is there a way to force bind to resolve this domain? Is this a limitation of bind?
can't seem to get sshd to bind on a remote interface.When I attempt to connect, I get an instant "unable to connect to host."
Code:
$ cat sshd_config
# Package generated configuration file
# See the sshd_config(5) manpage for details
# What ports, IPs and protocols we listen for
[Code]...
i did configure as it was advised on [URL]... but it didn't work. for eg I added eth0:1 and eth0:2 on /etc/sysconfig/network-scripts/ when i do ifconfig i can see only eth0:1, i cannot see eth0:2, eventhough i configured as it was on the tutorial
View 4 Replies View RelatedBind on Fedora 14 is driving me crazy.I am getting messages when I restart BIND stating it cannot find the managed-keys.bind file but it's right where it's suppose to be, and the directory is writable.
View 3 Replies View RelatedMy friend has a server with 2 ips, 1 primary and 1 secondary/failover. He has given me a shell account and I want to use ssh to route my home http traffic through it like a socks proxy. I connect to his server using the secondary ip like this:
ssh me@secondary_ip -p port -D forwarding_port
It builds a proxy, however it uses the primary ip of the server, not the secondary ip that I logged in with. When using irssi I've bound it to the secondary ip with no problem. If I try to use the -b flag I get the error: cannot bind: Cannot assign requested address.
how I can bind the ssh tunnel to the secondary ip?
Is there a way to show print all zones and associated records in BIND?
View 1 Replies View RelatedIs there any way in a machine with 2 (or more) network devices to only allow 1 program to use interface1 and force all other programs to use the other?
View 4 Replies View Related