DNS Ubuntu 6.06

Discussion in 'Installation/Configuration' started by pinguingilo, Jul 27, 2006.

  1. pinguingilo

    pinguingilo New Member

    I Have configuration DNS Server on Ubuntu Dapper, This DNS Running Well in That Mechine, But if I Access From nother Computer ( Client ) the DNS can't be resolve, Some Thing Wrong ?? The DNS on Client has forward to DNS Server...If I use lynx in that mechine the DNS can be access, But If I Use Browser from Client The DNS Can't access..

    Here The Code :
    For The Zone :
    $TTL 604800
    @ IN SOA ubuntudk.or.id. root.ubuntudk.or.id. (
    1 ; Serial
    604800 ; Refresh
    86400 ; Retry
    2419200 ; Expire
    604800 ) ; Negative Cache TTL
    ;
    @ IN NS ns.ubuntudk.or.id.
    @ IN A 192.168.0.140
    www IN CNAME ns.ubuntudk.or.id
    @ IN MX 10 mail.ubuntudk.or.id

    For The Revese :
    $TTL 604800
    @ IN SOA ubuntudk.or.id. root.ubuntudk.or.id. (
    1 ; Serial
    604800 ; Refresh
    86400 ; Retry
    2419200 ; Expire
    604800 ) ; Negative Cache TTL
    ;
    @ IN NS ubuntudk.or.id.
    140 IN PTR ubuntudk.or.id.
    ~
    ~
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Is your DNS server authoritative for your domain? Can you post your real domain here?
    Also, don't use private IP addresses for your domains, otherwise you can access them only from within your network.
     
  3. pinguingilo

    pinguingilo New Member

    Use For Local

    I Use That domain For Local Server not for Internet, There For I Use Private IP Address
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Ok, then you must configure your client computers to use your DNS server as the primary one.
     
  5. pinguingilo

    pinguingilo New Member

    Oke

    Oke..Thanks...Now Work...
     

Share This Page