Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 17:53:34 +1000
From:      Mikhail Goriachev <mikhailg@webanoide.org>
To:        David Stanford <dthomas53@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Simple DNS Configuration
Message-ID:  <44C47C7E.5030609@webanoide.org>
In-Reply-To: <f2c91f770607240000w44693d61jde950fbe618f4574@mail.gmail.com>
References:  <f2c91f770607240000w44693d61jde950fbe618f4574@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

Try this and let us know how it goes.



$ORIGIN example.org.
> $TTL 3600        ; 1 hour
> example.org.  IN      SOA    ns.example.org. admin.example.org. (
>                                 2006072400      ; Serial
>                                 1d                    ; Refresh
>                                 2h                    ; Retry
>                                 100d                 ; Expire
>                                 1h )                  ; Minimum TTL
> 
@		IN	NS	ns.example.org.
		IN	A	192.168.1.1 ; or whatever your IP is.
> 
> ; Machine Names
> localhost	IN      A       127.0.0.1
> host1		IN      A       192.168.1.1
> host2		IN      A       192.168.1.2
> host3		IN      A       192.168.1.3
> =====


Cheers,
Mikhail.

-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: mikhailg@webanoide.org
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44C47C7E.5030609>