First post. I have been an Ubuntu user for a long time and am now using Linux Mint. On my LAN I use static IP addresses and I usually edit the:
/etc/network/interfaces
file. When editing I enter the following:
- Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet static
address <desired static IP address>
netmask 255.255.255.0
gateway <router gateway>
auto eth0
This does not appear to work. I have consulted the Ubuntu Oneric documentation as Mint 12 is a fork of Ubuntu 11.10. The documentation tells me to do this as well.
Anyone have any suggestions?
Thanks.





