OK, my interfaces file is as follows:
neuromancer:~#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
name Ethernet LAN card
auto eth1
iface eth1 inet dhcp
name Wireless LAN card
Wireless_essid xxxxxxxx (I commented the essid out)
auto eth1
neuromancer:~# ls -l /etc/network/interfaces
-rw-r--r-- root rppt 381 2005-05-18 18:53 /etc/network/interfaces
neuromancer:~#
I hope this helps, we are already beyond my capabilities.
Thanks,