advice on how to edit the static ip address of ubuntu please.
i enter the command: sudo vi /etc/network/interfaces
which bring up the:
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
but i dont seem to either be able to edit or save the info.
when i try to re-start the network using the command: sudo /etc/init.d/networking restart
i get the message patern not found E 486
