Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DNS inside a firewall



Anthony J Gabrielson <agabriel at home.tzo.org> writes:

> zone "home.tzo.org" {
>         type stub;
>         file "db.home.tzo.org";
>         masters { 192.168.1.10; };   
> };
> 
> This is db.home.tzo.org
> 192.168.1.in-addr.arpa. IN SOA home.tzo.org. (

This should be:
	@	IN	SOA	home.tzo.org. <addr>.home.tzo.org. (

where <addr> is your hostmaster's mailing list.  You don't want the
192.168.1.in-addr.arpa. as the lead-in zone.  Indeed, bind will
probably just reject this zone-file out-of-hand as the zone really
doesn't match.  Or, alternatively, you'd have to make a request for
"amps.192.168.1.in-addr.arpa.home.tzo.org" which is probably not what
you want ;)

>                 3       ;Serial
>                 10800   ; Refresh 3 hours
>                 3600    ; Refresh 3 hours
>                 604800  ; Expire after 1 week
>                 86400 ) ; Minimum TTL of 1 day
>         IN      NS      home.tzo.org.           
> ;
> amps            IN      CNAME   amps.coe.neu.edu

You probably want a trailing '.' after neu.edu.

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).




BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org