General :: Tell If BIND/ DNS Is Running Properly?

Feb 25, 2011

I've tried setting up BIND from a fresh install. I've followed a few tutorials (all seem to follow a similar routine), but it doesn't appear to work properly.

This is what happens when I query my domain: [URL]

This is my named.conf file:

Code:
//
// named.conf for Red Hat caching-nameserver
//
options {
directory "/var/named";

[Code].....

I've compared both files to examples and they don't appear to be any different - I'm at a loss as to what is wrong or where I should start to troubleshoot it.

View 2 Replies


ADVERTISEMENT

Fedora :: Get BIND Running On One Of Our F10 Servers?

Aug 12, 2009

I'm trying to get BIND running on one of our Fedora 10 servers, since we've had some issues with the DNS from our service provider. This BIND server is not authoritative for any domain, it's merely for caching purposes. I used the sample DNS file at [URL].., and modified it slightly with our internal IP addresses.

I'm getting the following errors when I do service named start:

Error in named configuration:
zone localhost/IN: loading from master file master.localhost failed: file not found
_default/localhost/in: file not found
zone 0.0.127.in-addr.arpa/IN: loading from master file localhost.rev failed: file not found
_default/0.0.127.in-addr.arpa/in: file not found

I also tried changing the line directory "/var/named"; To the /var/named/chroot/var/named directory with the same result.

View 4 Replies View Related

Server :: Running BIND In Opensuse 11.2

Jan 2, 2010

I just download OpenSUSE 11.2 x86-64 distro. I installed it. No problem.

I run bind but i cannot start named. Other server services were running well.(dhcp, squid, apache2....)

I cannot start bind only.

View 1 Replies View Related

Fedora Servers :: Installing A DNS Server On 13 Running Bind

Jun 9, 2010

I'm thinking about installing a DNS server on Fedora 13 running bind. I looked around for available bind packages and found only these:

Now the first one contains bind utils the second one is for running DNS in a chroot env and the last one is a bind with some DB backend.

Does this mean that fedora 13 doesn't support/.provide "standard" bind server (I mean the one to run without chroot/without db backend) ? Or am I missing anything in my repolist which is :

View 5 Replies View Related

OpenSUSE Network :: Get A Bind Server Up And Running On Installation?

Apr 7, 2010

i'm trying to get a bind server up and running on my opensuse installation but I'm having some slight problems, I've been looking for a solution to what is probably a silly problem for quite a while so I decided to come here.

[Code]...

View 3 Replies View Related

Ubuntu :: Keys Won't Bind When Running Fluxbox On Xubuntu

Feb 27, 2011

i'm running fluxbox on my xubuntu 10.10. I'm just trying to set up the key file and the keys i enter will randomly not bind. Like for example:

# open a terminal
Mod1 F1 :Exec x-terminal-emulator
# open a dialog to run programs
Mod1 F2 :Exec fbrun
# filhanterare
Mod1 F3 :Exec thunar
# textredigerare
Mod1 F4 :Exec notepad

terminal, fbrun and notepad works fine but not thunar. i've tried a million different combos of keys and modifiers and it seems totally random weather it works or not. sometimes what works one minute don't after next reconfigure.

When i run the original keys-file i get this log output:

Keys: Invalid key/modifier on line 66):

I get similar outputs when i change the keys-file for other numbers too but it doesn't seem to happen for every key that doesn't work.

View 1 Replies View Related

Debian :: Plymouth Running Properly?

May 15, 2010

has anyone got plymouth running properly on debian sid yet?

View 14 Replies View Related

Fedora :: Get VirtualBox Properly Up And Running On F11 (including USB Support)?

Jun 10, 2009

This is my humble tutorial on how to get VirtualBox properly up and running on Fedora 11 (including USB support). It's located on my web blog here: How To: Install VirtualBox on Fedora 11 [Tutorial]

View 14 Replies View Related

Ubuntu Multimedia :: Check If A DVD Burner Is Still Running Properly?

Jun 4, 2010

My DVD/CD burner is rather old now (going on 5 years), and I've had some "quality" issues when I've been burning stuff for the past year.

CD's: When I play a burned CD in my car stereo, the songs have a "skipping" sound to them on the low-volume levels of the audio. I use K3b as my burning software, and it seems to be the best, but am I wrong? Is this a common problem?

DVD's: Specifically video DVD's. After converting the .avi to an image file using DeVeDe Creator, it gives me a file that has the .iso and I burn the disc using K3b. It's really hit or miss.

The question: is there a way to test the performance of my DVD burner to make sure it's working properly? Is there a way to calibrate the mechanism? I have a new External DVD/CD burner that supports "LiteScribe" (I could be mistaken on the name, but it's a technology that allows you to create a picture on the opposite side of the disc), but my INTERNAL is a 5 year old Lite-On.

View 4 Replies View Related

Networking :: Creating Domain Name In Bind Exposing Bind To Internal Network

Sep 3, 2009

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 Related

Debian :: Unable To Get KDE4 Running Properly After Updating Sources

Mar 20, 2010

I am unable to get KDE4 running properly, after updating my sources list to this

[code]...

I figured it was a problem with my nvidia drivers not being installed. This is what I did to install my nvidia drivers.

[code]...

View 10 Replies View Related

Server :: What Is Bind Vs Bind-chroot Vs Caching-nameserver?

Jul 8, 2011

what is bind vs bind-chroot vs caching-nameserver ?what is the different between eatch others ?

View 7 Replies View Related

General :: Why Bind-mount /var/tmp To /tmp

Jul 5, 2011

I've read in several places that it is recommended to bind-mount /var/tmp to /tmp.This can be done by adding the following line to /etc/fstab:/tmp /var/tmp none rw,noexec,nosuid,nodev,bind 0 0How can this be beneficial? In other words why should we bind-mount /var/tmp to /tmp ?

View 1 Replies View Related

General :: Bind Ip And Mac In Iptables?

Jul 28, 2010

I want to bind ip and mac in iptables and the script i gathered and working on is as under:

#!/bin/sh
IPTAB = "/sbin/iptables"
macadds = "xx:xx:xx:xx:xx:xx yy:yy:yy:yy:yy:yy zz:zz:zz:zz:zz:zz"
ipadds = "aaa:aaa:a:a bbb:bbb:b:b ccc:ccc:c:c"

[code]....

When i run the above script, i get an error as "Bad argument yy:yy:yy:yy:yy:yy try iptables --for more information"

View 4 Replies View Related

General :: Bind / Map Character To Alt+?

Dec 23, 2009

In programming and various terminal programs (Screen, Vim) the [, ], { and } tends to be used a lot. I'm using a Norwegian keyboard where these are placed such that I have to stretch my fingers a bit too long for whats comfortable. To make it easier I though I'd try to make alt+[some key] be one of these characters. Is there a way that I can bind, say alt+� (Norwegian letter) to '{' system wide?Btw, is such thing called binding, mapping or something else? I'm getting a bit confused by the terms...

View 2 Replies View Related

General :: How To Configure Bind

Feb 12, 2010

I am using RHEL5. I don't know to configure bind. plz give me step by step bind configuration process.

View 4 Replies View Related

General :: Can't Add Zones With BIND Configuration GUI

Jul 23, 2010

why but on one of my boxes I am having trouble adding a new zone with the BIND Configuration GUI. When I click New->Zone, it'd pop up a long form for me to fill out various things like .....

Cache Time To Live
Authoritative Name Server
Responsible Person E-mail
etc

I notice that on the working box, it'd populate the output of the "hostname" command onto the "Authoritative Name Server" field. However, on the box that doesn't allow me to add new zones, it uses something like localhost.

View 6 Replies View Related

General :: BIND Dns Wont Work

Dec 10, 2010

i just installed bind on my fedora 14 machine.and it work perfectly on the local-host, but my others machines can't use it.

by the way,I've already opened the port 53 .

View 7 Replies View Related

General :: Use Of Bind & Cache Pkg In DNS Server?

May 11, 2010

what is the use of bind & cache Pkg in DNS server is it posssible to configure DNS without cache & how

View 2 Replies View Related

General :: (Apt-Get) Bind Aptitude To Specific IP Address

Aug 5, 2011

I have vps box with debian. I have two ip addresses, but first (default) is currently unavailable. In that case there is many problem. Fortunately wget has --bind-address option so I can download. My question is how can i configure apt-get, aptitude to use specific address?

View 1 Replies View Related

General :: Bind Configuration File Not Exist

Oct 31, 2010

I had installed BIND packages but /etc/named.conf file is missing as the packages are shown,

[root@nisserver ~]# yum list bind*
Loaded plugins: rhnplugin, security
This system is not registered with RHN.

[code]...

View 3 Replies View Related

General :: BIND DNS Server - Add Host Record

Oct 14, 2010

I'm new to using a BIND DNS server. I currently have one set as a master zone on my LAN. My question is how can I add a record for my local lan that will resolve without typing in the FQDN? For example I want to be able to type "server" instead of "server.domain.com".

View 6 Replies View Related

General :: Error When Starting BIND In Webmin

Mar 30, 2010

I just finished configuring my BIND DNS server through the Webmin interface.

When I try to start BIND, I get the following error:

Code:

This is the named.conf configuration file:

Code:

What I need to change in the file?

View 11 Replies View Related

General :: Bind Static IP To A MAC Address Of The Device?

Mar 16, 2011

Ubuntu was a good choice for free server O/S. I am currently downloading it. My ISP wants to bind my static IP to a MAC address of the device that will be making my connection for me. Should my server be behind my router or in front of it? I kinda wanted it to be the access point and be able to monitor the usage from all the terminals in my house. We have 4 other PC's, a laptop and a PS3. My server is a Acer Altos G530 with 3.2 Xeon Processor, 4 gb of ECC DDR,

View 7 Replies View Related

General :: Unable To Install Bind In RedHat 5.6

Mar 30, 2011

I have installated and configured Bind. But when I restart the named service, I am getting the following error.

31 14:29:16 Server avahi-daemon[2440]: Server startup complete. Host name is Server.local. Local service cookie is 1560939195.
Mar 31 14:29:46 Server named: /etc/named.conf:3: change directory to '/var/lib/named' failed: file not found
Mar 31 14:29:46 Server named:
Mar 31 14:29:46 Server named: /etc/named.conf:3: parsing failed
Mar 31 14:42:34 Server named: /etc/named.conf:3: change directory to '/var/lib/named' failed: file not found
Mar 31 14:42:34 Server named:
Mar 31 14:42:34 Server named: /etc/named.conf:3: parsing failed .....

I have configured forward and reverse zone.

View 4 Replies View Related

General :: Bind Local Address To Public Ip?

Mar 25, 2011

I need to publish my local webserver from my lan to access outside using internet, I have public ips provided by ISP my local webserver address is 192.168.1.5 and I want to bind this local address to a public ip (Ex: 61.8.153.212) to use it out side my lan through squid.

View 11 Replies View Related

General :: Can I Disable Rpc-bind And Smtp On A Desktop Computer

Dec 5, 2008

From a scan with nmap,I saw that,on my desktop,3 services were visible,ssh(which I don't want to disable),rpc-bind and smtp.As far as I know rpc-bind and smtp aren't needed on a desktop pc(I don't plan on having a mail server,at least on this pc),but before disabling something I need,I am asking it here-do I need them for some vital service?I am running OpenSuse 11.

View 2 Replies View Related

General :: (13)Permission Denied: Make_sock: Could Not Bind To Address 0.0.0.0:80

Sep 14, 2010

I want to let a regular user (not just root) restart apache on my Ubuntu machine.I was using /etc/init.d/apache2 so I figured this is what I have to set permissions for. I set the owner group for this file a group to which that user also belongs. I set the chmod to 775 but it didn't work. I then even set it to 4775 thinking this would totally make it work but it still didn't.I'm obviously giving permissions to the wrong file.

The error says:

Quote:

httpd not running, trying to start (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs But I didn't find httpd anywhere on my machine.

View 5 Replies View Related

General :: Bind Certain Keys To Change Screen Brightness

Jul 19, 2010

I am using Ubuntu linux, and I want fn + up key and fn + down key to change the brightness instead on fn + F4 and fn + F5. I've tried looking for something in the Keyboard Shortcuts menu, but there is no command or key specified to do that. I could make a custom key shortcut, but I can't find the command to change the brightness. Is there a way to make another key do this? My laptop is a Dell Inspiron 1545.

View 10 Replies View Related

General :: Enable Startup Options On Bind On Fedora?

Jan 11, 2010

I've just configured a bind server for my home domain on Fedora 12. One thing that's buggering me is that Bind tries to do its lookups first with IPv6, which fails and then falls back to IPv4. This seems to me an unnecessary use of resources, so I'd like to turn this off. This is possible by using the option named -4, but there comes the part where. the Named start/stop script is defined in the /etc/rc.d/init.d dir, but how can I get Fedora to start this script with the named -4 option?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved