Questions tagged [vps]

VPS stands for "virtual private server." It is a virtual machine that is sold as a service by a hosting provider.

VPS stands for "virtual private server." It is a virtual machine that is sold as a service by a hosting provider. Typically a VPS will share hardware with other VPSes from other customers.

329 questions
13
votes
3 answers

32 bit or 64 bit OS on a 512 mb VPS?

I am planning to rent a VPS service with following basic specification: 512mb of RAM 1 CPU 20gb HDD (4gb of it is swap) Ubuntu 10.10 server I am able to choose between a 32 bit or 64 bit install of Ubuntu server as the operating system. My…
dds
  • 235
12
votes
3 answers

Easiest way to backup VPS

My situation: I have VPS(ubuntu) with 2 websites on it. As i am new to VPS'ses (recently i've moved from Shared Hosting) i spent almost 2 weeks on learning how to configure my VPS to run all webs in a way as i wanted. I made a lot of mistakes while…
Sid
  • 243
9
votes
2 answers

OpenVPN exclude IP or port

I brought a VPN service that I want to use on VPS for web bots. I've installed OpenVPN and config from the VPN Service, but openVPN is tunneling with the VPN service for all services even for remote desktop connection, so now it is hard to manage…
7
votes
1 answer

Avoid ISP blocking VPN connection

I have rented a Virtual Private Server and I have set up a VPN (of type PPTP) following this simple tutorial. It seems that the VPN server is set up correctly, and the VPS administrators told me that everything is correct in their side, and other…
MikO
  • 1,505
7
votes
2 answers

How can I route a domain to my box at home?

I currently own my own domain, and have been using dyndns.com's "custom DNS" to allow me to redirect 'example.com' to my website at home, which is on a dynamic IP. I've now switched over to a VPS solution which hosts my website and allows me root…
Eddie Parker
  • 3,054
5
votes
0 answers

OVH linux vps stuck in rescue mode

I have tried the fdisk -l command and it shows no drives at all, i tried ls and get nothing, I am pretty new at this so what should i do? the control panel on the site will not allow me to reboot in normal mode, it always falls into rescue mode. i…
5
votes
1 answer

Permission denied when setting values in sysctl on Ubuntu 12.04

I am trying to configure my Ubuntu 12.04 VPS (OpenVZ) to reboot when it runs out of memory. To do this I have added following lines to my "/etc/sysctl.conf" file. vm.panic_on_oom = 1 kernel.panic = 14 But when I run the configuration using the…
Jay Bhatt
  • 163
4
votes
1 answer

If I copy a pem file between multiple computers will I still be able to ssh to amazon e2 instance?

While you creating an instances of Amazon EC2. A step is to generate a pem file. This file allows the sshing into the remote EC2 instance from local. **Question:**If I copy that pem file to another computer will it work the same? or is this…
John Abraham
  • 145
  • 1
  • 6
4
votes
1 answer

Using OpenVPN, yet netflix.com blocks access

I have set up an OpenVPN server on a VPS in the USA and configured it to route all clients traffic through it. Everything seems to work fine regarding the VPN connection in gerneral. All ip lookup sites show me the us server's ip address and even…
4
votes
1 answer

Is it possible and safe to update debian inside VPS?

I have one semi-expendable (not production/mission critical) Debian VPS, which I use for my personal needs. I have some problems with an applications new versions not working properly with old squeeze (I need to use some older packages, or older…
IBr
  • 183
4
votes
4 answers

Automatic Backups using Filezilla

I've lost loads of information caused by HDD errors or viruses. I have a Dedicated Server, and I would like to have an automated backup system using FileZilla. I want it to backup a certain directory every day. How do I do it?
Richard Alfonso
  • 43
  • 1
  • 1
  • 5
4
votes
4 answers

ISP doesn't allow incoming connections (i.e., hosting a server) - anyway to get around this using a VPN?

My ISP, like many today, doesn't allow incoming connections, so if I try to host server software on my home PC, then anyone (even myself) trying to connect to that server software via my public IP address is not able to establish a connection. This…
4
votes
1 answer

How can I forward all traffic from my VPS to my home and vice versa? NAT or just routes?

The goal: Use the VPS's public IPv4 address for its reputation (my ISP allocated a static IPv4 that doesn't have a good reputation) and forward ALL traffic to a container (Debian 12) on my home network. Make the container route ALL outbound traffic…
Stephen
  • 41
4
votes
1 answer

How to SSH to IPv6 only VPS if my ISP only supports IPv4?

I have a server on Vultr ($2.50 plan) that only supports IPv6. But, my ISP right now only supports IPv4 and I can't SSH into that box to do work. How do I SSH into this server? What are the tools/setup that I need? I do really appreciate kind and…
4
votes
2 answers

Non-WWW site redirects to WWW explicitly?

I recently moved my NodeJS app to a new Openshift server. Visiting www.lsmsaSGO.com works as expected. Visiting lsmsaSGO.com seems to redirect explicitly to www.lsmsaSGO.com in the URL bar. I do not want this behavior. I have another site set up…
1
2 3
21 22