Aug
31
2009
0

Debian Lenny on VMware, quick and easy

Install as “standard system”

Default repositories:
deb http://ftp.nl.debian.org/debian/ lenny main
deb-src http://ftp.nl.debian.org/debian/ lenny main

Configure the network as static
vi /etc/network/interfaces

remove all and replace with the following:
auto eth0
iface eth0 inet static
address 10.0.0.1
netmask 255.0.0.0
network 10.0.0.0
broadcast 10.255.255.255
gateway 10.0.0.254

Install ssh server:
apt-get install openssh-server

install a better editor Continue reading

Written by bantenbrink in: Debian, ESX, ESXi, Linux |

Powered by WordPress | Theme: Aeros 2.0 by TheBuckmaker.com