New to BIND

This is a discussion on New to BIND within the Bind Users forums, part of the DNS and Related Forums category; Hello BIND users! I'm new to bind and i'm trying to experiment installing bind in an Intranet network (...


Go Back   Usenet Forums > DNS and Related Forums > Bind Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-14-2004
George Esperanza
 
Posts: n/a
Default New to BIND

Hello BIND users!

I'm new to bind and i'm trying to experiment installing
bind in an Intranet network (no internet connection) to
resolve local network ip addresses.
I'm running BIND 9.2.2 in a Linux with 2.4.2 kernel.
I've already setup the files needed to run named and it
shows no error on startup. All i see is this in the log file:

>Aug 14 17:33:14 amygpe named[512]: using 1 CPU
>Aug 14 17:33:14 amygpe named[512]: loading configuration from '/etc/named.conf'
>Aug 14 17:33:14 amygpe named[512]: no IPv6 interfaces found
>Aug 14 17:33:14 amygpe named[512]: command channel listening on 127.0.0.1#953
>Aug 14 17:33:15 amygpe named[512]: zone 0.0.127.in-addr.arpa/IN: loaded serial 2004081400
>Aug 14 17:33:15 amygpe named[512]: zone 1.168.192.in-addr.arpa/IN: loaded serial 2004081400
>Aug 14 17:33:15 amygpe named[512]: zone homelinux.net/IN: loaded serial 2004081400
>Aug 14 17:33:15 amygpe named[512]: running


When i try to ping:
ping amygpe.homelinux.net
(it says) ping: unknown host amygpe.homelinux.net

Please tell me what's wrong with my configuration, I've attached all
my named config file for you to see what i've done.

I still don't have registered domain so i just pick homelinux.net which
is registered by somebody else. I'm planning to have one later but
i need to make this thing first.

Please help, thanks. :(

George
----------- /etc/resolv.conf ---------
search homelinux.net
nameserver 127.0.0.1
----------- end of resolv.conf -------
-------------- named.conf -------------------------
options {
directory "/var/named";
listen-on { 192.168.1.0; };
};
zone "." IN {
type hint;
file "homelinux/named.ca";
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "homelinux/named.local";
};
zone "homelinux.net" {
type master;
notify no;
file "homelinux/named.homelinux.net";
};
zone "1.168.192.in-addr.arpa" {
type master;
file "homelinux/named.rev";
};
---------- end of named.conf --------
---------- named.homelinux.net ------
$TTL 86400
@ IN SOA ns.homelinux.net. root.homelinux.net. (
2004081400 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
NS ns ; Inet Address of name server
MX 10 mail.homelinux.net. ; Primary Mail Exchanger
;
localhost A 127.0.0.1
ns A 192.168.1.50
amygpe CNAME ns
mail CNAME ns
smtp CNAME ns
pop CNAME ns
www CNAME ns
maymay A 192.168.1.102
---------- end of named.homelinux.net ------
---------- named.local ----------------
$TTL 86400
@ IN SOA ns.homelinux.net. root.homelinux.net. (
2004081400 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
NS ns.homelinux.net.
1 PTR localhost.
---------- end of named.local ----------------
---------- named.rev -----------------
$TTL 86400
@ IN SOA ns.homelinux.net. root.homelinux.net. (
2004081400 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
NS ns.homelinux.net.
50 PTR ns.homelinux.net.
PTR amygpe.homelinux.net.
PTR mail.homelinux.net.
102 PTR maymay.homelinux.net.
-----------end of named.rev ------------



---------------------------------
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:21 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0