Results 1 to 9 of 9

Thread: ns1$ns2?

  1. #1
    Join Date
    Jun 2002
    Posts
    38

    * ns1$ns2?

    hi
    i bought new sever from Nocster , and its install has been completed
    and i want creat my own nameserver
    e . g :
    ns1.d4host.net
    ns2.d4host.net

    how can i do that?

    for your knowledge my domain name whith godaddy.com

    thank you

  2. #2
    Join Date
    Jun 2001
    Location
    Kalamazoo
    Posts
    33,412

    Re: ns1$ns2?

    Originally posted by naif
    hi
    i bought new sever from Nocster , and its install has been completed
    and i want creat my own nameserver
    e . g :
    ns1.d4host.net
    ns2.d4host.net

    how can i do that?

    for your knowledge my domain name whith godaddy.com

    thank you
    If you want to know how to create name servers in your godaddy account; it goes like:

    Log into your GoDaddy account control panel/
    Click on the domain name you want to create name servers for/
    Under "Domain Host Information" click "(click here to add)"/
    In the page the opens, enter "ns1" next to the box by your domain name/
    Enter the IP address that you will use for that name server/
    Click "Register Nameserver"
    Repeat for ns2
    There is no best host. There is only the host that's best for you.

  3. #3

    re

    Also you'll need to setup name server on your server
    to do that you need to setup named
    Powered by AMD & FreeBSD.
    "Documentation is like sex:
    when it is good, it is very, very good;
    and when it is bad, it is better than nothing."

  4. #4
    Join Date
    Jun 2002
    Posts
    38
    hi SoftWareRevue
    thank you very very much
    i could enter my name server whith godaddy.com
    for this domain
    d4host.com
    this domain is resseller for venturesonline.com
    and i have all information include 2 ip and dns info


    but i couldn't do this domain
    d4host.net
    because i want it to y new server with Nocster
    and i couldn,t know what are 2 ip for my knew server

  5. #5
    Join Date
    Apr 2002
    Posts
    221
    You should have been given the ip addresses that came with the server, but you could always juse use if.

    - James

  6. #6
    Join Date
    May 2002
    Location
    singapore
    Posts
    455
    after you have register your name server,

    dont forget to change the dns info to point into your nameserver.

    if you need d4host.net to be accessible from Cpanel, you have to
    create this account using your Cpanel root ... then dont forget to update your dns file at /var/named/ ... eg. d4host.db with your name server information, because once you create d4host.net account with CPanel, it will overwrite the file setup by nocster ...

  7. #7
    Join Date
    Jun 2002
    Posts
    38
    thanx swijaya0101

    i received email from Nocster
    -------------------------------------
    To setup nameservers of you dedicated server:

    1. telnet/ssh into your server and log in as root
    2. change directory to /var/named

    3. Add DNS entries for your nameserver, by one of these two methods:

    edit the yourname.com.db file for the domain you are adding nameservers for.
    Add these two lines at the bottom of the file:
    ns1 IN A 0.0.0.0
    ns2 IN A 0.0.0.0
    (replace ns1 & ns2 with the nameservers you are setting up)
    (replace 0.0.0.0 with the actual ips of the nameservers you are setting up)
    * remember, you can do hosting and have nameservers on the same IP(s)

    OR

    run /scripts/adddns for each of the nameserver you are setting up,
    and enter the full nameserver name and IP as requested by the script.

    4. run /etc/rc.d/init.d/named reload
    ...to reload the nameserver/bind.

    5. ping the nameservers, and they should resolve to the correct ips now.
    If they do not, edit /etc/ressolv.conf
    add the following line above all other lines beginning with "nameserver", add:
    nameserver 127.0.0.1
    If they still do not resolve, please contact system administration

    ------------------------------------------
    i couldn't inderstand
    i think they have to send to me 2ips
    like Rackshck , when i bought server from them , they sent to me 2ips to use it to creat my own DNS
    and also venturesonline.com , they sent to me 2ips and i could creat my dns whath www.godaddy.com

    i am waiting from three days for any one from Nocster can help me , because i need to use my server

  8. #8
    Join Date
    Jun 2002
    Posts
    38
    Originally posted by zRedDice
    You should have been given the ip addresses that came with the server, but you could always juse use if.

    - James
    i think so
    but they didn't send to me 2 ip addresses

  9. #9
    Do you know what you Network address is and your broadcast address? If so... normally they will be setup like this for example...say they assigned you a /29

    127.0.0.0 network
    127.0.0.1 gateway
    127.0.0.2 server address
    127.0.0.3 usuable
    127.0.0.4 usuable
    127.0.0.5 usuable
    127.0.0.6 usuable
    127.0.0.7 broadcast


    That means you would need to activate your other ip's .3-.7 and could use them. But I dont' know how they assign your ips...but just incase you had something to go on from there... SO it would be a matter of adding your Ip's in your cpanel... make sure they are active and then make sure BIND/DNS/NAMED (however you want to reference it) is running on those ip's. Normally the way i've seen it running with cpanel is that is normally bound to all ip's on the machine... but that can be changed.

    HALO

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •