On Wed, Jun 12, 2002 at 09:59:42PM +0000 or thereabouts, Shannon Wicks wrote: > However, on the other side of the fence(external machines) I can't reach > www.roskopp.com. "nslookup www.roskop.com" reveals "DNS request timed out". > I do have a router AND have all port 53 & 80 requests forwarded to my linux > box so I don't think that is an issue. > > My zone file for roskop.com.zone looks as follows:
See below for changes... > $TTL 86400 > @ IN SOA ns1.roskop.com. shannonwicks.hotmail.com ( > 200206111 ; serial > 28800 ; refresh > 7200 ; retry > 604800 ; expire > 86400 ; ttl > ) *********************************** > @ IN NS ns1 > > localhost IN A 127.0.0.1 > ns1 IN A 24.81.XXX.33 > www IN A 24.81.XXX.33 *********************************** Try this, change the above section to this: IN NS ns1.roskopp.com IN NS ns2.backup.dnsserver IN A 24.81.xxx.33 ns1 IN A 24.81.xxx.33 localhost IN A 127.0.0.1 www IN A 24.81.xxx.33 ;ftp IN CNAME sites.roskopp.com Then restart named and wait until changes go through. This will do it. You can also add in your MX records, and have your own email from your domain. Don't forget to change the serial date on top, before restarting named. -- Best regards, Gary Today's thought: My other computer is your windows box. _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list