The walkthrough is amazing. I started with it this morning and everything was going swimmingly-Ubuntu on server, putty, VNC and webmin all up and running, blood pressure normal


I was following the section called How to set a fixed or static IP address in Ubuntu, on this page: http://www.havetheknowhow.com/Install-Ubuntu.html and I have made a right bollocks of it. Now my server is not recognised on the network, so I can't run it in Putty or VNC. I can get into my router and it doesn't recognise the server, although I have double checked that it is plugged in.

I searched this forum for various relevant phrases and realised that I should probably have switched off dhcp in my router first, but I'm not sure and I'm kind of nervous about doing anything now. I've put my old monitor back on the server and got this output from sudo cat /etc/network/interfaces:
#This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5)
# The loopback network interface
auto lo
iface lo inet loopback
#The primary network interface
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.1.256
broadcast 192.168.1.255
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1
Help me Obi-Wan Kenobi: you're my only hope.