Newbie with problems :(
I have a new linode (I'm a newbie..), but I am having problems setting up the DNS services / hostname etc.
I am using Debian, and I have a domain registered with
Godaddy. What exactly do I need to do to get it working from
setting up in godaddy, to setting the hostname / dns settings in
debian. Any help would be GREATLY appreciated.
Also, I have noticed that heaps of common tools are missing,
and I cant seem to find them in the apt-get source … which packages should I install, to initially set the box up?? I am also intestered in getting java running on my box.. (to play with some java coding..)
Sorry for all the q's..
Peter.
7 Replies
2. Go to Gododdy, and the control panel for your domain. Enter the primary and secondary nameservers & IPs that zoneedit gave you.
3. It would take a day or two to deligate/resolve. Nothing you can do about it.
Try "ping yourname.com" from your linode & home machine. When it starts returning your linode IP address you are in business!
4. I have not set up the host name. I think you are confused - you set up godaddy to point to your name servers & name servers that point to your linode IP; you don't set set up your linode to point to the name servers or godaddy. You can have many domains pointing to your linode IP (I have four), & host multiple web sites using Apache off one linode & one linode IP.
5. I use
Thanks for your reply gmt.
I have my domain parked at Godaddy, and I have my domain
name pointed to my linode, and when i ping the domain name,
it returns my linodes ip addy.. so all good..
Per my linode, what exactly do I need to set? Do I have to set
the nameservers, domain name etc.. Which files do I have to
modify, and what should be in those files..
And any suggestions on the other q's?
Regards,
Peter.
be able to ping your domain & get your linode ip.
As I said before, godaddy points to your name servers and your name servers point to your linode IP. Follow thru the guide @
From your linode control panel, go to "ssh remote console and desktop". Assuming you are running a ssh client (like
1. secure shell to root@99.99.99 (your linode ip)
2. secure shell to
3.secure shell to
4. type your linode ip into a browser (should get a default apache page)
5. type your domain name into a browser (should get a default apache page)
If you can do this all is well. Its then you to you to work out what services you want to run. I think all linodes at least have Apache (ie web server) & sendmail (ie email) set up.
To add a user you can use the linux 'adduser' command. But I recommend installing
Assuming you added user 'gmt' & want to set up Apache for IP 99.99.99.99 you need to edit /etc/httpd/conf/httpd.conf using an editor such as vi and add:
AllowOverride All
Order allow,deny
Allow from all
NameVirtualHost 99.99.99.99
ServerAlias yourdomain.com
Options +Indexes
ServerAdmin
DocumentRoot /home/gmt/public_html/
In this case go to /home/gmt/public_html/, and index.htm is the home page of
I will give it a shot, and see what happens..
Peter.
Apache is running, I can ssh to everything etc.
Just a q, one thing I noticed is that on a friends login to his shell
his is listed as "testing / unstable".. yet mine isnt.. He explained to me that he was using software that wasnt fully supported yet.
At the moment, I am going to stick with stable and get things running ok first, but later on.. how do I add other packages etc. not fully supported.. (do I need to add 'unstable' source paths etc.?)
And finally, any ideas on getting java going (so I can use java, javac, etc. etc.?)
Thankyou so much for your help!
Regards,
Peter.
@gmt:
You can't have both a parked domain at godaddy (ie enter your domain name into a browser & get a godaddy page ); &
be able to ping your domain & get your linode ip.
I know what you mean here but, yes you can do this in the somewhat confusing labels that GoDaddy use on their menu.
GoDaddy provide free DNS with a registered domain. To make use of it you need to leave your domain 'Parked at GoDaddy' which in their case means, 'use our dns servers'.
For simple stuff (ie A, MX and CNAME) you don't need ZoneEdit for a domain at GoDaddy.
Ross