Results 1 to 2 of 2
who should i configure database file in bind
kindly show me the slit configuration of DNS database file
thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-29-2003 #1Just Joined!
- Join Date
- May 2003
- Posts
- 6
DNS database file
who should i configure database file in bind
kindly show me the slit configuration of DNS database file
thanks
- 05-29-2003 #2Just Joined!
- Join Date
- Aug 2002
- Location
- South Africa
- Posts
- 9
Hope this will help:
name of website (website)
nameserver (temp)
43.234.234.1 (IP to point to)
;Begin of file /var/named/website.db
$TTL 43200
@ IN SOA ns1.temp.com. temp.temp.co.za. (
2000032704 ; Serial
300 ; Refresh - 5 Minutes
60 ; Retry - 1 minute
1209600 ; Expire - 2 Weeks
43200) ; Minimum - 12 Hours
IN NS ns1.temp.com.
IN NS ns2.temp.com.
IN MX 10 mail.website.co.za.
IN A 43.234.234.1
www IN A 43.234.234.1
mail IN A 43.234.234.1
ns IN A 43.234.234.1
ftp IN CNAME www.website.co.za.
;EOF
Dont forget to update named.conf


Reply With Quote
