Creating A Vps From Dedicated
Apr 5, 2009I want to create from a Dedicated server some vps.
What software i will need ?
Some basic info on how to create a vps offering Direct Admin as a panel?
Cpanel i think is more expensive...
I want to create from a Dedicated server some vps.
What software i will need ?
Some basic info on how to create a vps offering Direct Admin as a panel?
Cpanel i think is more expensive...
I've created many vpn connections in the past using private ip addresses allocated automatically but I haven't really found much on making a vpn server that hands out a dedicated ip address.
The problem:
Basically, I have Windows Server 2003 x64 Enterprise and an extra public IP address that is unblocked from the internet. I have a private server (Windows Server 2003 Enterprise R2 i386) sitting here at home that is behind many firewalls (both my isp and my own) that controls my x10 light system, etc.
I have custom written software so that within my home network, I can goto my server's IP address via a web browser and http address and bring up a control panel that controls my lights, etc. Everything works great, but when I'm on my mobile phone, I cannot access this nice control panel because it is on the internet outside of my home network.
I am wondering if there is a way to configure my public web server to act as a VPN server, accept public requests from this IP address and forward them onto my private home server that would have a vpn established 24x7. I haven't found much documentation on doing this, and I'm not entirely sure what to search for.
more experience Linux users to partition my dedi into VPS. I have an Intel Quadcore 2.4 Ghz, 500GB HDD, 2GB DDR RAM, dedicated server with a max 100mbit connection and 2000GB BW/mo. It has Centos 5.3 (centos-release-5-3.el5.centos.1) installed on the server and I want to install the DirectAdmin CP soon.
I'm not a reseller or webhost and don't intend to become one. This server is for my exclusive use.
I want to use half the server to run virtual instances of a Windows 2008 server and a KDE or similar Linux virtual desktop using FreeNX as well as a 4PSA VoIP Now or similar software. The other half of the drive will be to run my businesses websites, mailserver, a DNS server, etc.
I have six IP addresses for this server that can be used to this end and will host at least three websites (under separate domain names) and one or two blogs for which I will install requisite software.
I understand that the RHEL 5 embedded virtualization software will allow me to partition the server into VPS for various purposes.
Here are the outputs from ckdisk -l and parted -l respectively for the current HDD partitions.
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 60801 488279610 8e Linux LVM
[root@denprivatevaert ~]# parted -l
Model: ATA ST3500320AS (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 107MB 107MB primary ext3 boot
2 107MB 500GB 500GB primary lvm
Error: Unable to open /dev/md0 - unrecognised disk label.
For the DA install, so I don't have to try to figure out where things are, I'd like to use their more complex partition structure as follows:
/boot 40 meg
swap 2 x memory
/tmp 1 Gig. Highly recommended to mount /tmp with noexec,nosuid in /etc/fstab
/ 6-10 Gig
/usr 5-12 gig. Just DA data, source code, frontpage.
/home rest of drive. Roughly 80% for user data. Mount with nosuid in /etc/fstab if possible.
I will install dovecot to be able to create SSL access to my webmail so don't need a '/var' directory.
What I want to know is:
1) Should install virtualization and partition the drive prior to having DA installed?
2) How do I best partition the drive into VPSes so I can run distinctly different virtual instances of different OS and/or programs on the VPS as well as use half for websites, blogs, servers, etc.?
3) What else do I have to keep in mind when doing this?
I'd appreciate any positive, useful response and information on getting this done and I'd like to try to get this done by Monday or Tuesday of next week so DA can be installed on the appropriate partition.
how i can create a reseller account on my new dedicated server? i am using c-Panel/WHM for my control panel
View 2 Replies View RelatedI've added a new Apache/MySQL node to our PPA cluster and we'd like to be able to host a single subscription on that node for the Apache webhosting and MySQL databases for that subscription while allowing that subscription to utilized the rest of the shared resources in the cluster, such as mail, DNS, etc. I'm looking for the best way to go about doing that.
I guess one simple way would be to set the new server to 'ready to provide' and set the rest to not ready, add the "linux shared hosting" hosting subscription to the customer account, then switch the new server to not ready and the rest back to ready. That works fine I suppose in a small cluster, but there has to be a better way. Is there a way to craft a service template that restricts subscribers to a particular node for Apache + MySQL and leaves them to rest of the "regular" nodes in the cluster for other services?
Whats the easiest way to create a private server within a dedicated server running cpanel/WHM/Fantastico?
I need to allow this 'virtual server', to host up to 10 domains, and for them to use their own nameservers, not the ones used on my dedicated server.
I have 2 IPs to spare, but I have no idea on how to do this.
Any help is much appreciated, or if you can guide me on where to get info on this.
i need this new reseller NOT to be identified with my own server (IPs)
First thing I would like to clear off I DO NOT WANT TO MAKE VPS FOR PROFITS/BUSINESS. I need to make VPS because me and my friend have bought this server
[url]
I want to make VPS because my friend like to use Ubuntu desktop and I like to use CentOS from the OVH website they pretty much give you the basics to make VPSes so I have chosen virtuozzo
So my enquiry is
1. Can I have Ubuntu desktop and CentOS on it at the same time
2. How easy is it to create VPSes using virtuozzo since I need a GUI and ease of use
3. Also if I want can I change from CentOS to forexample Ubuntu desktop too
4. Also does anyone know and good tutorials
My main use of creating different VPS with different OS on them so I can learn there language and other stuff
When you create a SSL certificate for www.mydomain.com vs mydomain.com, is the "www" vs "non-www" decided when you generate the CSR (for example, in cpanel/whm)? Or is it "decided" when you actually purchase the certificate?
View 14 Replies View RelatedI have done the following guides below but I cant connect my ftp account. And i dont know my directory to public html
I would like to create an account for my staff but im quite novice of this and i dont know the directories name
Create a FTP user group. eg: ftpaccounts
#/usr/sbin/groupadd ftpaccounts
Add a new user to this group, and set the default path of that user to /home/user/.
#/usr/sbin/adduser -g ftpaccounts -d /home/user/ testuser
Set a password for the newley created user.
#passwd testuser
Set ownership of /home/user to the testuser and ftpaccounts.
#chown testuser:ftpaccounts /home/user
Give Read/Write access to testuser and all members in ftpaccounts
#chmod 775 /home/user
Edit /etc/vsftpd/vsftpd.conf file and make sure 'local_enable=YES' is uncommented.
Restart the vsftpd service.
#/etc/init.d/vsftpd restart
The server I got from LayeredTech has two hard drives, obviously they set up the first hard drive with Linux etc.
The second hard drive is just there, not showing any partitions in 'fdisk' when I checked, so I assume they just leave it blank in every new server for the owner to deal with however they want.
I've been looking up guides to create a new partition for the full size of the hard drive and then mount it. However, it hasn't been very successful. Everytime I created the partition in fdisk, I have to set a size, and then when I mount it, it only says that the drive is ~98MB big.
Is there a way to partition the drive to its full capacity? And then mount it somewhere on the system? Or anywhere I can go to to find out easily?
I have a old pentium 2 lying around. I was actually wondering if I install a smll linux distro such as DSL linux, is there a way to make it into a fileserver only?
3 comptuers will connect to it.
My main computer and server will use the same internet (ive got a 5MBS line but right now I am just doing an expirment so I dont care if its slow.)
theres a laptop which connects wirelessly using my neighbours (i dont have wireless) so thats a whole different IP and differnt ISP.
and my dads computer which is about 3 KM away.
So I want to do it, store like a couple of word documents
I want to create a forum and have not got any idea in where to start. All I have at the moment is a PhpBB2 template which I would like to use.
The few questions I have are:
1: Do I need to purchase Webspace, if so which are recommended?
2: How would I install the template to the webspace and would the users login information get stored in a seperate database or would that come with the web hosting?
All help would be very much appriciated as i have no idea where to start and how to get it up and running.
I have an AMD Athlon 1.2MHz with 512MB of RAM. I would like to change this computer into a server where to host my websites. However I do not have any experiance on what web hosting includes.
I am definitly going to use tomcat or jetty as application server. Would it be enough this computer? could I just upgrade it? would the people comming on my website experiance a very slow loading?
I have a dedicated business III linux root server (CentOS + Plesk) with 1and1.co.uk and have two domains purchased through them. What I want to do is set up resellers and then the resellers can point their own external domains to their reseller packages. To test the process, this is what I have done...
In the 123-reg.co.uk control panel (where I have my own list of domains), I change the nameservers from ns/ns2.123-reg.co.uk of example.com to ns59/ns60.1and1.co.uk and then proceed to set up web forwarding to my servers IP. Now, after setting up a reseller account through Plesk, I log in and click add the domain example.com. After waiting 24+ hours, when I type in example.com, I get the 'address not found' message through my browser. Clearly something is not set up right.
The only way I can host external domains is to use the domain control panel in the 1and1 screens to transfer an external domain to my root package - not an efficient way of setting up a reseller account.
Does anybody have any guideance on where I am going wrong? Do I need to set up my own nameserver for reseller clients to point their domains to?
I want to set up my server (a linux dedicated server) to automatically create daily backups of the pop3, mysql, & webfiles. I want it to go to a server which i have purchased with the exact same specifications.
I am not very good at unix command line/scripting. So what I need is for someone to help me define the backup strategy, select the scripts, and tell me of how to make sure backup server is secure.
I would like to create custom nameservers for a Server i just purchased. I seem to be getting unclear messages from my Host & Domain registrar on what the process should be.
I have [url] registered. i would like to be able to provide [url]& [url]etc. to clients to use as nameservers.
i have no other servers hosting nor do i have a DNS created somewhere's else? what should be the process in getting these created?
Do i have to have full root access to create a SSL certificate, it seems if not i have to pay my the host $10 to have it setup for me!
View 1 Replies View RelatedI have some URLs like:
[url]
[url]
Now,I would like to create an alias/sub-domain for this URL. For example:
[url]-> [url]
[url]-> [url]
how this can be done? Do I have to create a subdomain for this? But when I try to create a subdomain throught the OLM control panel, it asks me for the real path i.e. '/var/www/html/subdomain_folder' which I don't have in this case. Secondly, can this be done without modifying any information in the DNS? Changing DNS costs be $5/change from OLM
I have a dedicated server with no control panel. I have a main, root FTP account. But now I'd like to create an FTP account with access to just one folder.
For example, I want the FTP account to only be able to view and upload files only to "mysite.com/special/upload"
It would also be nice if the new FTP user could only modify/delete the files that he uploaded.
I have recently bought a dedicated box and want to run some gameservers on it. I know how to install server at all with hldsupdatetool. But the thing I need to know: what is the perfect command line to get 1000FPS constant server with pingbooster and cpu priority.
./hlds_run -game cstrike +maxplayers 11 +map de_dust2 +port 27015 -autoupdate - I DONT KNOW THE REST TO GET GREAT SERVERS ( i know +sys_ticrate but not the value to add after this.. )
I have a file server, and want to build a system that has network-based reload feature. However, I have no idea how to create it. Is there any tutorial to do that? So whenever I need to reload OS for my server, I can do myself, dont need to ask help from the tech in datacenter?
View 3 Replies View RelatedJust curious what the benefits are to:
- creating your own nameservers on your dedicated server
- using your datacenter's nameservers
- using your domain providers nameservers
I'm wondering if using your own nameservers uses server resources, so it might be best using your datacenters nameservers?
When an account is created in WHM, it is given an MX record of :
domain.com. 14400 MX 0 domain.com.
However sometimes people have their own MX records, that can be added easily in WHM.
Is it something that is simple to set up your own mail server, so that you could offer it potential clients?
Is this something that can be done in WHM/cPanel?
I have basic Html and webdesign skills other than that zilch
I am working on my assignment for uni. and wanted to know if I can create multiple sub domains when I am hosted with a webhost.
I want to be able to do the following:users can sign up and get a subdomain of their choice.
users are allocated a limited webspace
The access to file types need to be controlled. In the sense that users can only upload/download certain file types like html, htm, jpg, gif, zip etc.
Users can have forms that work only within their subdomain.
for example the domain name is www.webworld.com
the user signs up for [url] where "mysite" is the subdomain.
the user can have a form at [url]
This form should not affect the other subdomains hosted by users. Just in case someone screws up the entire site should not be down.
Is this possible? if yes, any pointers on how I can go about getting this done?
Would the webhost help with setting this up?
Any good webhost I should consider for such a setup? Any other things I should consider like data transfer / bandwidth Would this be a very expensive affair?costs?
I installed WHMCS on my server and for some reason it is not creating the account in WHM after someone signs up. I tried installing Cp creator as well and for some reason that is not working either. So I now know the issue is is somewhere in the communication between the gateway and WHM. I am guessing WHM is where the problem is located, but then again I do not know. If you have any ideas please tell me because I am in need of whatever I can get. I am losing patience with this because I have been trying to setup this server for over a week.
View 4 Replies View RelatedI currently own a dedicated server with direct admin.
Now I want to create a user account for someone else to upload stuff to the server via cuteftp or a program like. that.
But now I can't create another account with the same domain.
Is there anyway around this or another way to do this?
I have been using IMAP for the last few years, but I find it difficult to retain my carefully built set of filters across PC and laptop changes.
Is there a way to set filters at the server level so that they work at all times whether I am using Webmail (Horde or SquirrelMail) or a PC or a laptop? Kind of a set once and forget it thing?
I can see the email filtering option in each domain's cPanel, but I am not too sure it's the most robust option.
How do you create a user and group in Centos?
useradd says command not found.
I have a problem here.
I have 2 domain on 1 account, which one is called domainA.com & domainB.com is an add-on.
I created 2 same subdomain name which are assigned to same subfolder!
subdomain.domainA.com (/public_html/subdomain)
subdomain.domainB.com (/public_html/subdomain)
The question is: How do i change domainB subdomain folder to something else? (eg. /public_html/domainb/subdomain)
I apoligize in advance if this is the wrong place to post this thread.
I am trying to create a CNAME entry in my DNS tables and have no clue where to begin.
I have did a search but didnt find anything that gives reference on how to do it just how to fix errors.
Can anyone point me in the right direction to learning how to accomplish this task.
I am trying to create a subdomain on my dedicated server myself without paying 20 bucks to get it done through the host. I've been able to create the directory through IIS Manager and have it setup to point to a specific IP.
I'm not entirely sure what to do from this point on....When I type in the subdomain on the browser, it says it can't find it, so I'm guessing I have to do something through the DNS but not sure on how to do this.
It's IIS 6 on a Windows 2003 Server.