Here's my named.conf
//
// named.caching-nameserver.conf
//
// Provided by Red Hat caching-nameserver package to configure the
// ISC BIND named(8) DNS server as a caching only nameserver
// (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
// DO NOT EDIT THIS FILE - use system-config-bind or an editor
// to create named.conf - ed
i'm using ubuntu 12.04 LTS
I want to host certain domain name, example.com to my server:
Note: i've replace the real domain name to example.com and the server ip to 198.23.xx.xx
$ vi resolv.conf
nameserver 8.8.8.8
$ vi named.conf.local
zone "example.com" {
type master;
file "/etc/bind/db.example.com";
};
zone "example2.com" {
type mast
Hi,
I am using Ubuntu 9.04 (x86-64).
My internet connection is not working, i've tried to fix it and the issue seems to be with DNS. I can ping google's IP, but i can ping it URL.
I have used the GUI network manager(from Gnome's equivalent of the Windows system tray), to add the DNS IP addresses to the IPv4 wired connection - that hasn't helped.
From tcpdump:
Sep 12 23:03:43 server named[25095]: error (unexpected RCODE SERVFAIL) resolving 'exitlist.torproject.org.www.mydomain.com/A/IN': ip#53
OS: CentOS 6
resolv.conf
search www.domain.com domain.com
nameserver 127.0.0.1
nameserver 8.8.8.8
nameserver 8.8.8.8
Using Bind with recursion in options off
No firewall on
Hosts file is normal
ifcfg-em1:
DEVICE="em1"
BOOTPROTO="static"
DNS1="8
I have a backroom network ip 192.168.1. with Ubuntu server. I set up DNS about a year ago but it has never been reliable. I went through the documentation and checked all of the bind files but I can not get it to work properly. I do not get any errors when starting but I can not see the URL when I ping from my PC.
Hi all, I'm new here, so apologies if this has already been answered, but I have searched with no joy.
We have some debian 5 based machines, which I would like to move from static to dhcp addressing. This is because they will be moved to different locations, where routers may vary etc.
I'm using VPS server with ubuntu 11.04 and webmin. And in one of my domain I'd like to use google apps, but neither in webmin panel nor in conf file I see a place to add this google spf record:
v=spf1 include:_spf.google.com ~all
Content of hosts file :
$ttl 38400
sy.com.tr. IN SOA ns1.sy.com.tr. me.ugurbaltaci.com.
My /etc/resolv.conf shows:
# Generated by NetworkManager
domain someuniversity.ac.uk
search someuniversity.ac.uk
nameserver 128.85.161.265
nameserver 128.85.161.241
I understand nameserver but what is the usefulness and relevance of "domain" and "search"?
Thanks .
I am trying to troubleshoot a DNS issue. I added a bogus nameserver as the primary in resolv.conf and a legitimate on as the secondary. I modified the timeout to 0 seconds so it finds the 2nd DNS server more quickly. However, when I try to ping another server, it still waits about 2 seconds then finally gets a response. I do the same test with a Windows server and the ping response is immediate.