Re: Fedora Core DNS

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

 



Tim
Thanks so much for the reply.
here's dig's result
now i give genitech.com.au for testing, but i do not have that domain name registered in reality.. :)


[root@genitech ~]# dig www.genitech.com.au

; <<>> DiG 9.3.1 <<>> www.genitech.com.au
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 57815
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;www.genitech.com.au.           IN      A

;; AUTHORITY SECTION:
com.au.                 10741   IN      SOA     ns1.ausregistry.net. dns.ausregistry.net.au. 2005685696 14400 3600 3600000 86400

;; Query time: 60 msec
;; SERVER: 192.168.116.2#53(192.168.116.2)
;; WHEN: Mon Oct 10 03:36:43 2005
;; MSG SIZE  rcvd: 112

my newly created file under /var/named/chroot/var/named is

[root@genitech named]# cat genitech.com.au.hosts
@        IN SOA www.genitech.com.au. www.genitech.com.au. (
        1100000002      ;       Serial
        8H              ;       Refresh
        2H              ;       Retry
        1W              ;       Expire
        1D)             ;       Minimum TTL

                        IN NS dns.genitech.com.au.
www     IN A    192.168.0.1

dns     IN      1D      A       192.168.0.1
ftp     IN      1D      A       192.168.0.1
        IN      1D      A       192.168.0.1
www     IN A    127.0.0.1

mail    IN      1D      A       192.168.0.1

and the lines i edited in /etc/named are
____________________________________________
zone "genitech.com.au" IN {


allow-update {
        none;
        192.168.0.1;
        localhost;
};


type master;
        file "genitech.com.au.hosts";
_________________________________

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 gkg.net too. just wondering..
thanks everyone for your precious time and reading..
cheers.

>>>>>>>

We can't really tell what you've done, you'd be better to post us your
configuration files.  Start with /etc/named.conf and the newer files
in /var/named/chroot/, specifically the ones you're modifying.


Make up some IP addresses that aren't in use, use something from one of
the private IP ranges.  e.g. If your network uses addresses 192.168.0.0
to 192.168.255.255, pick one or two that aren't used by your network as
examples to test with.

Making DNS serving work with dynamic IP addresses is more tricky.  I
wouldn't attempt that until you're familiar with configuring static
addresses into it.


Best Regards,

Linn
nandalinnaung@xxxxxxxxx

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux