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