Web Hosting Talk







View Full Version : Name Server Setup


tymonhall
02-03-2001, 02:03 PM
I have been trying with no luck on setting up my names servers on a raq 3. I'm new at this and I have check cobalts website and the information is just so confusing is there anyone out there that may have a direct approach to getting my name servers to work?

MattKD
02-03-2001, 02:10 PM
1) Choose your addresses eg ns1, and ns2 and get your ip's to go with it.

2) Goto your domain registrars control panel eg opensrs etc, and register your IP's and nameservers..with opensrs you can config nameservers that are hosted on your domain and you can enter ns1 -> 123.123.123.123 and ns2 -> 123.123.123.124 etc.

3) Goto Control panel\network and in the nameserver 1 and 2 boxes, enter the IP's for the nameservers which you registered as nameservers.

4) Setup a virtual site...and then wait for 24-72 hrs for the nameservers to become active.

You dont need to add A-Records for ns1 -> whatever. Just set them up in the network section of the panel and register tham with your domain registrar.

Matt

tymonhall
02-03-2001, 02:36 PM
I have tried that with no luck. the name servers are register already but when I look at the domain name it just gives me the page cannot be displayed error. I have a raq 3 with 4webspace and the dns help they give on their site is not helpful (at least it din't work for me.)

mkaufman
02-03-2001, 07:30 PM
Is BIND running?

Try this, through telnet or SSH.

cd /etc/rc.d/init.d

./named start

Maybe it doesn't work like that on Cobalts, I'm really not sure.

tymonhall
02-03-2001, 07:38 PM
I tried that and I got a permission denied error

mkaufman
02-03-2001, 07:41 PM
Is Apache running?

cd /usr/sbin

./httpd start






You should install WebMin, it makes configuring every aspect of the server so much easier :)

mkaufman
02-03-2001, 07:42 PM
Originally posted by tymonhall
I tried that and I got a permission denied error

You're logged in as root?

tymonhall
02-03-2001, 07:46 PM
I don't have the PW for root.

-Edward-
02-03-2001, 07:58 PM
ur root password is the password you use for logging into your admin panel.

To become root user type

su

and hit enter then type ur password and hit enter again and you will be logged in as admin.

Chicken
02-04-2001, 02:18 PM
Originally posted by Technics
...and you will be logged in as admin.

He meant:
...and you will be logged in as root.

-as not to confuse you completely :)

-Edward-
02-04-2001, 02:30 PM
opps yeah thanks chicken.