1 min read

Testing new provider, Time4vps VPS-S

A few days ago, I saw an offer at LowEndBox of a new provider, Time4vps.eu, and I decided to purchase one of their VPS-S with :

Memory 1GB RAM
Swap 512 MB
2 x  Intel Xeon E5645 @ 2.4 GHz
Disk space 40 GB
Bandwidth 1 TB
100Mbps uplink
1 IPv4 and no IPv6
OpenVZ/SolusVM
€1.90/month ($2.13)
€19.90/year ($22.28)
Location : Lithuania

After completing the payment, I only received the email containing VPS OS installation instruction from the Client Area, and no SolusVM details like the most vps provider.
 
time4vps
OS reinstalled with Debian 6 64bit, but there’s no Tun/Tap/Ppp function button, so we have to make the /dev/net/tun manually if we want to use OpenVPN.

mkdir -p /dev/net
mknod /dev/net/tun c 10 200
chmod 600 /dev/net/tun
reboot

Another way to setup the rDNS is by changing the hostname from the Client Area.
More review will be added soon…