[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
> This will work: > > @ SOA [....] > @ NS ns1.isp.net. > @ NS ns2.isp.net. > @ A 10.1.1.1 > www A 10.1.1.1 I, personally, like to do: @ A 10.0.0.1 www CNAME @ Just makes things easier when changing the IP address later on. Plus, it solves the problem of people attempting to send mail to foo@www.domain.com, without having to specifically setup MX records for the www entry. -mct