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
SoftWareRevue
06-15-2002, 02:02 PM
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
Also you'll need to setup name server on your server :D
to do that you need to setup named
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
zRedDice
06-15-2002, 03:31 PM
You should have been given the ip addresses that came with the server, but you could always juse use if.
- James
swijaya0101
06-15-2002, 04:23 PM
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 ...
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:mad: :mad: :( :(
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
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