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

RE: Zone files problem...




> BEKIZOR, send me some zone's !! :))))

this should illustrate everything u would need to do -

@       IN      SOA     domain.com. root.domain.com. (
                                2001070702	; serial
                                8H		; refresh
                                2H		; retry
                                1W		; expire
                                1D )		; minimum

		NS	ns1.domain.com.
		NS	ns2.domain.com.
		MX	mail.domain.com.
		TXT	"dA c00l3st domain in town"

ns1		A	192.168.0.1
ns2		A	192.168.0.2

mail		A	192.168.0.2
		HINFO	"Pentium-Pro" "Linux 2.4.3"
		TXT	"dA mail s3rv3r"

www		CNAME	ns1

i.am.so.cool	A	192.168.0.3

---

i think the most common mistake that people make is that if u want to
specify a complete domain (as opposed to having your SOA appended to the
end) you MUST have a final period at the end.

i.e.

www -> www.domain.com
www.domain.com -> www.domain.com.domain.com
www.domain.com. -> www.domain.com

email me if you still cant get it working.

---
Gaven Cohen aka Kinslayer <dragon@wastelands.net> www.wastelands.net
freelance sysadmin/programmer HABONIM DROR linux, fantasy enthusiast
DH/DSS: 0xBCE81437 FD7A F6BD E2E8 6B1F F6AB 7E39 4AC0 96FB BCE8 1437


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il