a tip
Says I: How do I put Debian on my VPS?
Says support: Ye'll get no support from the likes of me fer that, arrrrr.
That's okay. Linux supports itself. Here's a step-by-step (in German) for installing vanilla Debian on a Virtuozzo guest.
Tiefe Abneigung gegenüber Plesk, indeed. Rock on, DanielD.
If you just need the network settings, here they are:
auto lo
iface lo inet loopback
auto venet0
iface venet0 inet static
address 127.0.0.1
netmask 255.255.255.255
broadcast 0.0.0.0
auto venet0:0
iface venet0:0 inet static
address your.ip.here
netmask 255.255.255.255
broadcast 0.0.0.0
up route add -net 191.255.255.0 netmask 255.255.255.0 venet0
up route add default gw 191.255.255.1 venet0
down route del default
down route del -net 191.255.255.0
By Chris Snyder on September 21, 2006 at 11:14pm