[Bind-users] DNS for Private Network

Remko Lodder remko at elvandar.org
Thu Jan 29 19:26:31 UTC 2004


did you see that i mentioned not to use { but ( ? it was later mentioned by
another person as well.

please correct that :)

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

-----Oorspronkelijk bericht-----
Van: bind-users-bounces at lists.elvandar.org
[mailto:bind-users-bounces at lists.elvandar.org]Namens Todd Beauchemin
Verzonden: woensdag 28 januari 2004 3:22
Aan: comp-protocols-dns-bind at isc.org
Onderwerp: [Bind-users] DNS for Private Network


I have setup bind on my linux system to handle dns requests for
my network rather then using my ISPs DNS.  What I would like
to do is create my own private domain adding in the servers on
my local network.

I use the following for IP addresses 192.168.1.1-255.

So far I have tried the following for the zone and in-arpa-addr
files:

$TTL 86400
@ IN SOA dns.todds-world. {
   1999090200 ; serial no
   360000  ; refresh
   3600  ; retry
   360000  ; expire
   3600  ; default ttl
  }

; Name Servers
 IN NS dns
gateway   IN A 192.168.1.1
tw-ap01   IN A 192.168.1.7
cerberus  IN A 192.168.1.56
dns   IN CNAME cerberus
tdsmail   IN A 192.168.1.60
gutenberg  IN A 192.168.1.98

and

$TTL 86400
@ IN SOA dns.todds-world. {
   1999090200 ; serial no
   360000  ; refresh
   3600  ; retry
   360000  ; expire
   3600  ; default ttl
  }

1 IN PTR gateway.todds-world.
7 IN PTR tw-ap01.todds-world.
56 IN PTR cerberus.todds-world.
60 IN PTR tdsmail.todds-world.
98 IN PTR gutenberg.todds-world.

However bind keeps give me parsing errors.  What am I doing wrong?
Is this something that I cannot do?

--
~Todd



_______________________________________________
Bind-users mailing list
Bind-users at lists.elvandar.org
http://lists.elvandar.org/mailman/listinfo/bind-users



More information about the bind-users mailing list