Networking Forums

Networking Forums > Computer Networking > Linux Networking > DNS Setup Issue - Please help

Reply
Thread Tools Display Modes

DNS Setup Issue - Please help

 
 
Stosh
Guest
Posts: n/a

 
      06-10-2005, 06:16 PM
Running SuSE 9.1

I installed bind-9.2.3-76 from rpm. I used yast-DNS Server to
configure a Master Domain but Resolution doesn't work. I just get a
Server Failed error.

*** Result of nslookup ***

Y:\>nslookup
Default Server: [172.16.4.34]
Address: 172.16.4.34

> bigiron1.josh.int.


Server: [172.16.4.34]
Address: 172.16.4.34

*** [172.16.4.34] can't find bigiron1.josh.int.: Server failed

*** End of nslookup results ***

**** Start of /etc/named.conf File****

options {
directory "/var/lib/named";
dump-file "/var/log/named_dump.db";
statistics-file "/var/log/named.stats";
notify no;

};

zone "." in {
type hint;
file "root.hint";

};

zone "localhost" in {
type master;
file "localhost.zone";

};

zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";

};

include "/etc/named.conf.include";
zone "josh.int" in {
file "master/josh.intX";
type master;

};

*** End of /etc/named.conf File ***

*** Start of /var/lib/named/master/josh.int*X ***

$TTL 2D
@ IN SOA remote01.guidehome.com.
root.remote01.guidehome.com. (
2005061001 ; serial
3H ; refresh
1H ; retry
1W ; expiry
1D ) ; minimum

remote01 IN A 172.16.4.34
josh.int IN NS remote01
bigiron1 IN A 172.16.2.10

*** End of /var/lib/named/master/josh.int*X ***

TIA

Stosh

 
Reply With Quote
 
 
 
 
Baho Utot
Guest
Posts: n/a

 
      06-10-2005, 11:10 PM
begin virus.scr.txt On Fri, 10 Jun 2005 11:16:41 -0700, Stosh wrote:

> Running SuSE 9.1
>
> I installed bind-9.2.3-76 from rpm. I used yast-DNS Server to
> configure a Master Domain but Resolution doesn't work. I just get a
> Server Failed error.


? What is the question ?

[putulin]

--
Tayo'y Mga Pinoy

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      06-11-2005, 06:46 AM
In comp.os.linux.networking Stosh <(E-Mail Removed)>:
> Running SuSE 9.1


> I installed bind-9.2.3-76 from rpm. I used yast-DNS Server to
> configure a Master Domain but Resolution doesn't work. I just get a
> Server Failed error.


I'd strongly suggest against using this tool. Try www.tldp.org
(DNS howto) it has among others a step-by-step howto for setting
up small zone, which should allow you to get things working ans
understand how it works. Best idea to disable suseconfig
somewhere in /etc/sysconfig so it doesn't muck around with your
manual changes.

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 208: Your mail is being routed through Germany
.... and they're censoring us.
 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      06-11-2005, 02:07 PM
> I used yast-DNS Server to
> configure a Master Domain but Resolution doesn't work. I just get a
> Server Failed error.


<snip>

Heiming is right. Just to add, you might follow this easier guideline
only after reading that THE "DNS-howto".

http://www.rhce2b.com/clublinux/RHCE-19.shtml


--
Raqueeb Hassan
Bangladesh

 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      06-11-2005, 10:19 PM
In the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed). com>, Stosh wrote:

>Y:\>nslookup
>Default Server: [172.16.4.34]
>Address: 172.16.4.34


>*** [172.16.4.34] can't find bigiron1.josh.int.: Server failed


Big clue right there

>remote01 IN A 172.16.4.34
>josh.int IN NS remote01
>bigiron1 IN A 172.16.2.10


1. The output of the command '/sbin/ifconfig -a'
2. The output of the command '/sbin/route -n'
3. The output of the command '/sbin/iptables -L'
4. The output of the command '/bin/cat /etc/resolv.conf'
5. The output of the command '/bin/netstat -tupan'

If you are also using windoze, look at the comparable commands. Briefly,
the error message says the resolver on "this" host was unable to connect
to the name server. Address mismatch, firewall, or the server isn't
running.

Old guy
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Senao 2611CB3+Deluxe setup issue, network configuration issue, orboth? RWM Wireless Internet 0 01-27-2006 06:00 PM
Network Setup Issue =?Utf-8?B?c3Rldmll?= Broadband Hardware 1 11-01-2005 11:23 PM
Network Setup Wizard Issue Oscar Wireless Networks 0 09-25-2005 06:19 AM
Windows ME network setup issue =?Utf-8?B?bmV0Z3V5MDA3?= Windows Networking 0 02-12-2005 03:01 PM
MN-720 connection/setup issue Aaron Eidinger Broadband Hardware 0 04-12-2004 08:28 PM



1 2 3 4 5 6 7 8 9 10 11