Networking :: BIND9 Fails With Specific Setup

Apr 3, 2010

when i try to set up bind9 to resolve the top level of the name it cant do it. for current sake of arguement i have 4 servers on the network

192.168.0.200 diana.undernets.lan
192.168.0.201 jen.undernets.lan
192.168.0.202 amanda.undernets.lan
192.168.0.203 alex.undernets.lan

those are the IP addresses of the servers and their respective hostnames
so if i send a request for anything to just undernets.lan it will fail because there is no record for that. so i added this to the bottom of the zone record

Code:
IN CNAME amanda

thinking that a blank would refer to the top of the zone

here is my named.conf.local which is called in my named.conf

Code:
zone "undernets.lan" {
type master;
file "/etc/bind/undernets.db";
};
zone "0.168.192.in-addr.arpa" {

[Code]....

i want to be able to lookup undernets.lan and it give me the IP address of amanda.undernets.lan

View 3 Replies


ADVERTISEMENT

Ubuntu Servers :: Bind9 Fails To Redirect Only Windows?

Aug 28, 2010

I operate a home network with Ubuntu Server 10.04 with services including DHCP3, Bind9, Apache, and so on. Since I host several dozen websites from home, I have to run Bind DNS. All Ubuntu boxes on my network operate fine. However, all Windows boxes on the network seem to forget to look internally for DNS after a couple of page loads on my internal sites. The network settings still indicate that my internal domain name server is the first lookup and everything seems normal.

View 2 Replies View Related

Server :: Bind9 - Setup To Get IP Address To Redirect To Domain

Oct 31, 2010

Location and syntax of named.conf in Ubuntu's version of BIND 9. I already have an HTTP server (in the form of Apache) along with forum software set up on my Acer netbook. However, the only way I can access the forum software is if I type in my IP address. How do I set up my named.conf to get the IP address to redirect to a domain? I already have my resolv.conf configured to allocate a domain to the IP address, but testing the ping of the site returns a "No such domain" error.

View 1 Replies View Related

Debian Configuration :: Setup A Bind9 Server For Home Network?

Mar 4, 2011

I'm trying to set up a bind9 server for my home network, I have all my IPs set to 10.0.0.X. I would like the forward and reverse to be simply "machinename", not "machinename.domain.com", as I don't want to type a domain everytime.

In my named.conf
zone "net.local" in {
type master;
file "/etc/bind/net.local.ns";
allow-update { none; };

[Code]...

View 1 Replies View Related

Ubuntu Networking :: Ad-hoc Network Setup Fails?

Sep 1, 2011

I'm trying to share the internet connection from my Ubuntu 11.04 desktop to one of my laptops (Mac OS X) using an ad-hoc network. Really I don't care what kind of AP the desktop broadcasts as long as I can share the internet connection. According to the documentation on the hardware the adapter supports ad-hoc. However I am getting the 8B06 error below.

The problem:
iwconfig wlan0 mode ad-hoc yields ->
Error for wireless request "Set Mode" (8B06) :

[code]....

View 2 Replies View Related

Server :: Setup Bind9 On Ubuntu Server 32-bit?

Jun 10, 2011

I have worked with servers before now, but not DNS nameservers and I would like help setting up Bind9 on my Ubuntu 11.04 Server.

View 7 Replies View Related

Networking :: Bind9 : Reverse Lookup And PTR Value?

Oct 23, 2009

I have the following bind9 configuration, and I'm trying to resolve reverse lookup IP address to name.

$ttl 38400
mydomain.org.INSOAmyhosting.com. (
1243281304
10800

[code]...

** server can't find 1.2.3.4.in-addr.arpa: NXDOMAIN

Is my PTR wrong, or what do I need to have the reverse lookup working ?

Note: I replace real IP by 1.2.3.4, same for my domain name.

View 4 Replies View Related

Networking :: How To Test If Bind9 Really Working

Dec 15, 2010

Set up a server with Bind, Dovecote, Apache etc. Registered a domain and made all the necessary things for it to work. The server can send/receive mail on my domain, but when I try to look up the site I have it returns a lookup failure. I know Apache is working as I can browse the site when I used my ip address but I can't when I use the domain name. Anyone got a few tricks I could try to dumb down and find the possible failures I did when setting this up?

View 7 Replies View Related

CentOS 5 Networking :: Setup The Cluster To Automatically Failover The Service To Another Node Case One Node Fails?

Mar 1, 2011

I am familiar with windows 2008 cluster servers, and I just started testing with centos cluster. I am creating a simple 2-node cluster, for a simple ping test.

Node 1: 10.0.0.1
Node 2: 10.0.0.1
Virtual ip: 10.0.0.10

So far, I can ping a virtual ip, and manually relocate it between the nodes, but I didn't figure out, how to do this automatically. So this is my question: How can I setup the cluster, to it automatically failover the a service to another node case one node fails?

View 1 Replies View Related

Ubuntu Networking :: Bind9 Forwarding / Caching DNS For VPN

Jan 6, 2010

I have Ubuntu 9.10 PC on my home network acting as a VPN gateway. It is using vpnc & iptables to provide access to the remote network - other computers on my local network have routing rules in place to go via the Ubuntu gateway if trying to reach an IP on the remote network. This works just fine, except DNS lookups for names on the remote network don't work.

I'm trying to solve this by using Bind9 on the gateway, so it can act as DNS for the local network. I don't want to create excess VPN traffic or load on the remote DNS, so I want the gateway to forward the lookup to my ISPs DNS first and if the name is not found then try the remote network DNS. Is this possible, or is there another (better) way around this? The Bind9 configs seem to admit multiple DNSs, but use them in a failover sense - only using secondary DNSs when the first one in the list is not reachable at all.

View 1 Replies View Related

Networking :: Bind9 + Rbldnsd For Porn Blocking?

Sep 5, 2010

I'm trying to configure bind9 to block porn by having it pretend to be authoritative for a list of porn domains. It can then return a "fake" IP for the port sites, which points to a page on my server. So far, the only way I have found to do in this in bind requires a separate zone for each porn domain. This doesn't work because of memory problems - I have 1000's of porn domains to block.

I'd like to instead have bind forward queries to rbldnsd, which can take a list of domains in a "data set" file, and use it to return a single A record (pointing to my "access denied" page). However, I think this will not work because I would still need a separate "zone" for each porn domain name.

View 4 Replies View Related

Networking :: Ubuntu 10.04 Bind9 Cannot Restart/start

Oct 3, 2010

Here's my current setup:Ubuntu 10.04

When I go to run it via this command:

I get the following error message:

Quote:

This is my /etc/bind/named.conf.options file:

Code:

I've looked at various solutions already:
[url]
[url]
[url]
[url]
[url]
[url]

View 2 Replies View Related

CentOS 5 Networking :: Masters And Slave Bind9

Oct 26, 2009

Im trying to set up a slave dns to my master, but the problem is that only one of the views is being transferd.

View 1 Replies View Related

CentOS 5 Networking :: Bind9 Failed To Start?

Jun 29, 2010

I have installed CentOS 5.5 final on VM ware 7.0 workstation.... and I was trying to install and configure bind9.. it installed alright but it refused to start because named.conf is not in the /etc/ directory. I have copied the template for /usr/share/doc/named/* to (/etc/ and /var/named/) the appropriate directory but it still fails but on it does not gives me any error message. Oh... least I forgot I was trying to configure it as a cache only server for now.

View 1 Replies View Related

Ubuntu Networking :: Bind9 Multiple Cache Forwarders

Dec 10, 2010

I want to setup bind9 so that IPs from one range will use the Google DNS Servers and IPs from another range will work from Opens DNS but am unable to get it working here are my configs.anyone that can help me please?

View 1 Replies View Related

Networking :: Windows Client Can't Use Ubuntu Bind9 DNS Service / Fix It?

Dec 3, 2008

I have setup ubuntu server and right now i'm trying to get my DNS server working for my intranet.

I'm using my ubuntu as gateway wo internet and somehow my windows client can't use my DNS service.
when i do nslookup www.google.com from my server (10.0.0.1) it return me answer code...

View 1 Replies View Related

CentOS 5 Networking :: Bind9 Not Starting After Changing Config

Oct 15, 2009

I am running centos 5.3 with the latest bind, i have made some changes in the config and now it wont start.

Fel i named-konfigurationen:/etc/named.conf:27: unexpected end of input (last line)
My named.conf looks like this:
options { directory "/var/named/";
};
view "externt" {
match-clients { any; };
recursion no;
zone "dala.hk" {
type master;
file "dala.hk";
};
zone "0.0.168.192.in-addr.arpa." {
type master;
file "1.0.168.192.in-addr.arpa";
};
};
view "intern" {
match-clients { 192.168.0.0/8;};
zone "intern" {
type master;
file "intern;
};
};

View 2 Replies View Related

CentOS 5 Networking :: Bind9 In Chroot Environment Failed To Start?

Mar 19, 2011

system: centos 5.5 Kernel 2.6.18-194.el5 freshly installed. bind is configured in chroot environment out of the box. placed named.conf in /var/named/chroot/etc and my zone files in /var/named/chroot/var/named.

[Code]...

View 3 Replies View Related

Ubuntu :: 10.4: Networking - Using Bind9 And Dhcp3 - Properly Configure Static Wired Connection?

Jun 15, 2010

v10.4 {I have completely re-edited this thread because I have started over fresh. I am no longer using bind9, but now using the installation-defaults nameserver and dhcp and trying to get a handle on how things ought to be setup properly. My previous attempts was a disaster.}

Coming fresh out of a newly installed 10.4, I obviously was able to get network connectivity but then I ran into trouble the minute that I tried to change eth0/eth1 connections via network-manager's applet. What I found was, that when I attempted to define static connections, all bets were off. It seems that once one attempts to change eth0/eth1 which are wired devices, I was no longer able to recover my network connectivity!

I was however able to setup a wireless connection, so in this way I was able to get back network (and Internet) connectivity, and write this thread on this forum. I notice also, that there is no longer 'Networks' in the System->Administration menus! Geez, what the hell is going on? how to properly configure my static wired connection? Networks in 10.4 have really changed alot!

View 2 Replies View Related

OpenSUSE Network :: Setup An Apache Server On Computer Which Will Allow Browsing Of Files In A Specific Directory And Subdirectories?

Jun 13, 2011

I'm trying to setup an Apache server on my computer which will allow browsing of files in a specific directory and subdirectories, without needing any sort of authentication.

I've got the Apache2 server up and running through yast, and everything works fine as long as I try to point it to the /www/htdocs folder. However, I want to point it at another folder, which is on another partition. This partition is formatted as NTFS, if that matters at all (here's some background on some permissions issues I had with the NTFS partitions recently).

When I change the "Directory" setting in the Yast http server configuration utility to the directory on the NTFS partition I wish to use, attempting to access the server results in the following error:

Code: Access Forbidden: You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster.

Error 403
192.168.1.100
Mon Jun 13 23:43:29 2011
Apache/2.2.17 (Linux/SUSE)

View 4 Replies View Related

General :: Tomcat 7.0 Setup Fails?

Aug 5, 2011

I am trying to install tomcat on my centos 5.6 box(vm) and it is giving me failure for make operation.

[panther@localhost unix]$ make
(cd native; make all)
make[1]: Entering directory
`/home/panther/apache-tomcat-7.0.19/bin/commons-daemon-1.0.6-native-src/unix/native'
gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU="i386" -Wall -Wstrict-prototypes

[Code].....

View 3 Replies View Related

Debian Multimedia :: Xdm Fails To Setup Window Manager?

May 22, 2010

xdm which refuses to load a window manager. I run Debian squeeze. xdm tries to execute /etc/X11/xdm/Xsession, which is actually an empty file, and fails with the error 'too many open files'. Afterwards xdm terminates the session and executes Xreset. Here the entries from the log:

Sat May 22 11:27:19 2010 xdm info (pid 2246): sourcing /etc/X11/xdm/Xsetup
Sat May 22 11:27:23 2010 xdm info (pid 2246): sourcing /etc/X11/xdm/Xstartup
Sat May 22 11:27:23 2010 xdm info (pid 2275): executing session /etc/X11/xdm/Xsession

[code]....

I was unable to find anything valuable concerning this problem. This is kind of annoying because I always have to switch to a console, stop X and startx X manually using startx. Then everything works out just fine. Unfortunately I am not yet that familiar with the setup process of X.

View 14 Replies View Related

Fedora Installation :: DSL Setup Fails F14 KDE Version / Resolve This?

Dec 5, 2010

Did a new install of F14 on a T61 Thinkpad w/ Motorola DSL router (ATT supplied). The install was smooth and had no indications of problems.

When I went to use the browser, it showed a functional Fedora website. But if I try to go to goggle or any other web address, the browser complains that it can't resolve the web address.?

View 2 Replies View Related

Server :: DNS Setup - If Primary Fails Secondary Can Take Requests

Mar 12, 2011

I just installed primary dns server now want to install new slave server so that in case if primary fails secondary can take requests.

View 3 Replies View Related

Ubuntu :: DamnSmall Fails To Boot After GRUB Auto Setup

Jan 31, 2010

I installed karmic, then damn small linux - the DSL's loader would not recognize my xubntu automatically, so I got GRUB 1.97 on xubuntu and it recognized my DSL and added it to the menu with 3 alternative resolution options.

Now, xubuntu starts fine, but when I start DSL in any of the modes, I get the following output:

1. 'vga=normal is deprecated use gfxpayload=text before linux command' comes up in the same font as GRUB menu is displayed - but only for a split second, I had to video it to read it!

2. Uncompressing linux... ok, booting the kernel - similarly, disappears before you can read it, and the computer reboots.

Below are my /etc/default/grub and /boot/grub/grub.cfg.

Does all that mean I want to edit /boot/grub/grub.cfg even though I apparently must not?

NB I have some problems with my hard drive, I have to fdisk it a lot but that's probably because my laptop has a dead BIOS battery - I'm having to fdisk it every time I boot up etc. I'm a bit lost with this to be honest! Anyway, please forget the hard drive note unless you seriously suspect it's at fault for GRUB problems.

Code:

Code:

View 4 Replies View Related

Networking :: BIND9 SLOW Ping When Ping By Hostname

Feb 1, 2011

I just installed my first EVER bind DNS server. I am running bind9 on Ubuntu 10.04. Everything seems to be working great except one thing: If I ping a host that I have set up in bind by its HOSTNAME the pings take 5-6 seconds to reply/print to the screen between each echo response. If I ping by the host's IP address, they echo back very quickly.

I have read that IPv6 can cause this, but I have disabled it in /etc/sysctl.conf and the problem still exists.

I know everyone says this can't be a DNS issue, but this never was an issue with dnsmasq (which i was using prior), and it doesn't make sense that the ping are ONLY slow when pinging by hostname and not IP.

Configs below:

Ping by hostname - there is a 5-6 second delay between each one of the responses:

Code:

Ping by IP - the responses come VERY quickly one after the other:

Code:

/etc/resolv.conf:

Code:

Code:

rev.0.168.192.in-addr.arpa:

Code:

View 10 Replies View Related

General :: VirtualBox - Network Connection To Bridged Mode Setup Fails

Jan 23, 2011

I virtualised backtrack on windows 7, and set up the network connection to bridged mode, but my networking still fails.
dhclient eth0, outputs many DHCPDISCOVER but no DHCP offers.

View 2 Replies View Related

OpenSUSE Network :: GRC Failing Firewall Setup / Set Up With Gibson Research Centre, It Fails?

Apr 21, 2011

Before I go any further I must admit that I'm pretty rubbish at setting these up, so please be gentle!

Now my problem; I have a normal desktop pc (I don't want to set it up as a server) but when I check the hardness of my set up with Gibson Research Centre, it fails. It can see ports 22,23,80,443 as closed but still visible.....? I have never had this happen to me before and struggling my way through yast firewall tool, I can find no easy way of sorting this out.

View 9 Replies View Related

OpenSUSE Network :: 11.2 Xen Bridged Networking - Setup Multiple DomU Through The Default Bridge Setup

Feb 4, 2010

Im trying to setup multiple domU through the default bridge setup. I am able to access only one of them through the network at a time. If you ping one of the domU it works perfectly but you cannot ping any of the others until you stop pinging the one and even then it takes a bit before you can. Ive looked around for a while and seen similar problems but nothing ever seems quite the same. Im probably missing something really stupid. Or is this the way the bridge is supposed to behave? Do i need to use a routed virtual network?

[Code]....

View 1 Replies View Related

Ubuntu :: Giving A Specific User Permission To Start/stop A Specific Service?

Jun 8, 2010

How do I give permission to a logged in user to stop/start a specific service without entering a root/sudo password? So they can do a simple "service SomeService stop|start" It is for a headless Ubuntu server.

View 5 Replies View Related







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