New Unmanaged VDS
-
barhund
- This is my homepage

- Posts: 124
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri May 16, 2014 7:37 am
New Unmanaged VDS
Ok... i've been bashing my skull against this thing for the better part of 2 hours trying to figure out why none of the simple commands like apt-get update are working... Basically the VDS won't resolve us.archive.ubuntu.com...
If I run "sudo apt-get update" it spits out unable to resolve host 'wompvds' ... then proceeds to error out and not resolve us.archive.ubuntu.com
If I run "sudo apt-get update" it spits out unable to resolve host 'wompvds' ... then proceeds to error out and not resolve us.archive.ubuntu.com
Re: New Unmanaged VDS
The error "cannot resolve wompvds" is shown when running commands as root and shows because you do not have your hostname setup properly.
Type this in your command line as root:
hostname vds1.mysite.com
vds1 can be anything you want.
Then make an "A" record on your website pointing to your VDS's primary IP.
As for domain names not resolving, have you edited your interfaces or resolv.conf files?
Type this in your command line as root:
hostname vds1.mysite.com
vds1 can be anything you want.
Then make an "A" record on your website pointing to your VDS's primary IP.
As for domain names not resolving, have you edited your interfaces or resolv.conf files?
Not a NFO employee
Re: New Unmanaged VDS
I have yet to edit anything i tried setting the route command but it said... network unreachable.
Re: New Unmanaged VDS
what is the output if you do this in your command line:
Code: Select all
ping google.comNot a NFO employee
Re: New Unmanaged VDS
edit your /etc/network/interfaces file and make sure it looks something like this:


Not a NFO employee
Re: New Unmanaged VDS
got the nano open just looking for the extension to the network/interfaces file
Re: New Unmanaged VDS
I updated the etc/resolv.conf file too and that gave me interweb access yaaaay!! ty soja
Re: New Unmanaged VDS
Great, glad you got it sorted! I got a little distracted, but you figured it out 
If you need anything else please ask!
If you need anything else please ask!
Not a NFO employee