Tim<br>
Thanks so much for the reply.<br>
here's dig's result<br>
now i give <a href="http://genitech.com.au">genitech.com.au</a> for testing, but i do not have that domain name registered in reality.. :)<br>
<br>
<br>
[root@genitech ~]# dig <a href="http://www.genitech.com.au">www.genitech.com.au</a><br>
<br>
; <<>> DiG 9.3.1 <<>> <a href="http://www.genitech.com.au">www.genitech.com.au</a><br>
;; global options:  printcmd<br>
;; Got answer:<br>
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 57815<br>
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0<br>
<br>
;; QUESTION SECTION:<br>
;www.genitech.com.au.           IN      A<br>
<br>
;; AUTHORITY SECTION:<br>
com.au.                
10741   IN     
SOA     <a href="http://ns1.ausregistry.net">ns1.ausregistry.net</a>.
<a href="http://dns.ausregistry.net.au">dns.ausregistry.net.au</a>. 2005685696 14400 3600 3600000 86400<br>
<br>
;; Query time: 60 msec<br>
;; SERVER: 192.168.116.2#53(<a href="http://192.168.116.2">192.168.116.2</a>)<br>
;; WHEN: Mon Oct 10 03:36:43 2005<br>
;; MSG SIZE  rcvd: 112<br>
<br>
my newly created file under /var/named/chroot/var/named is<br>
<br>
[root@genitech named]# cat genitech.com.au.hosts<br>
@        IN SOA <a href="http://www.genitech.com.au">www.genitech.com.au</a>. <a href="http://www.genitech.com.au">www.genitech.com.au</a>. (<br>
        1100000002      ;       Serial<br>
       
8H             
;       Refresh<br>
       
2H             
;       Retry<br>
       
1W             
;       Expire<br>
       
1D)            
;       Minimum TTL<br>
<br>
                       
IN NS <a href="http://dns.genitech.com.au">dns.genitech.com.au</a>.<br>
www     IN A    <a href="http://192.168.0.1">192.168.0.1</a><br>
<br>
dns     IN     
1D      A      
<a href="http://192.168.0.1">192.168.0.1</a><br>
ftp     IN     
1D      A      
<a href="http://192.168.0.1">192.168.0.1</a><br>
       
IN      1D     
A       <a href="http://192.168.0.1">192.168.0.1</a><br>
www     IN A    <a href="http://127.0.0.1">127.0.0.1</a><br>
<br>
mail    IN     
1D      A      
<a href="http://192.168.0.1">192.168.0.1</a><br>
<br>
and the lines i edited in /etc/named are<br>
____________________________________________<br>
zone "<a href="http://genitech.com.au">genitech.com.au</a>" IN {<br>
<br>
<br>
allow-update {<br>
        none;<br>
        <a href="http://192.168.0.1">192.168.0.1</a>;<br>
        localhost;<br>
};<br>
<br>
<br>
type master;<br>
        file "genitech.com.au.hosts";<br>
_________________________________<br>
<br>
btw, i'd like to try static one as well, but i have limitations while i
am studying here (down under), only laptop with me. but i am using
static ip from Dodo with D-link 302g ADSL modem, do u think i can try
setup server from home? i meant, i have a few domain names i bought
from <a href="http://gkg.net">gkg.net</a> too. just wondering..<br>
thanks everyone for your precious time and reading..<br>
cheers.<br>
<div><span class="gmail_quote"></span><div><br>
>>>>>>> <br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">We can't really tell what you've done, you'd be better to post us your<br>configuration files.  Start with /etc/named.conf and the newer files
<br>in /var/named/chroot/, specifically the ones you're modifying.<br><br><br>Make up some IP addresses that aren't in use, use something from one of<br>the private IP ranges.  e.g. If your network uses addresses <a href="http://192.168.0.0">
192.168.0.0</a><br>to <a href="http://192.168.255.255">192.168.255.255</a>, pick one or two that aren't used by your network as<br>examples to test with.<br><br>Making DNS serving work with dynamic IP addresses is more tricky.  I
<br>wouldn't attempt that until you're familiar with configuring static<br>addresses into it.<br><br></blockquote></div><br>Best Regards,<br><br>Linn<br><a href="mailto:nandalinnaung@gmail.com">nandalinnaung@gmail.com</a>