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

[cobalt-users] DNS Setting



Hi,

I have a Cobalt RaQ2.

I want to setup DNS on this machine.
I have a domain name for this machine "ns.mydomain.com"

I add into DNS "mydomain.com".
and 
     as A entry ns.mydomain.com
     as Secondary DNS Server ns.myISPdomain.com

But my ISP says that my DNS settings is looking such as
     ns.root.ns instead of ns.mydomain.com

Because of this problem DNS Server is not running as I want.

I look the file "/etc/named/pri.mydomain.com" but I could not find that my ISP says to me.


My ISP send !
--------------------------------------------------------------------

That is how it looks now !!! 
-------------------------------------------------------------------- 
$ORIGIN mydomain.com. 
@                       1D IN SOA       ns root.ns ( 
                                        2000012717      ; serial 
                                        3H              ; refresh 
                                        1H              ; retry 
                                        1W              ; expiry 
                                        1D )            ; minimum 
                        1D IN NS        ns 
                        1D IN NS        ns.myISP.net. 
                        1D IN A         195.xxx.xxx.xxx 
                        1D IN MX        30 mail 
mail                    1D IN A         195.xxx.xxx.xxx 
www                     1D IN A         195.xxx.xxx.xxx 
@                       1D IN SOA       ns root.ns ( 
                                        2000012717      ; serial 
                                        3H              ; refresh 
                                        1H              ; retry 
                                        1W              ; expiry 
                                        1D )            ; minimum 
-------------------------------------------------------------------- 

That is how it should look !!! 
-------------------------------------------------------------------- 
@               IN      SOA      ns.mydomain.com.       hostmaster.mydomain.com. ( 
                                2000012600      ; serial number 
                                86400           ; refresh once a day 
                                7200            ; retry every 2 hours 
                                604800          ; expire after 7 days 
                                86400)          ; minimum TTL 1 day 
; 
                IN      NS      ns.mydomain.de. 
                IN      NS      ns.myISP.net. 
                IN      NS      ns.secondorymyISP.net. 
; 
localhost       IN      A       127.0.0.1 
ns              IN      A       195.xxx.xxx.xxx 
-----------------------------------------------------------------

How can I change my DNS settings ?


Thanks !

Oguz Demirkapi