|
Edited on Tue, Jan 27, 2009 at 5:44 a.m. by
swerdna.bob
| |
Ubuntu 8.10 Not Saving Static Ip SettingsBack to MainPage. Back to LinuxStuff. As I've got a small home network, with statically configured port-forwarding settings, I find it convenient to use a static IP address for my desktop. Unfortunately, everytime I reboot, my network settings are forgotten, and the default, DHCP driven automatic network configuration takes over. The solution is to use a text editor, instead of the GUI. Edit the file /etc/network/interfaces. Add your settings, following the syntax below: auto lo Note that you'll need to know your gateway address, the IP address you're assigning and the netmask. The entry "lo" above should be present in your interfaces file before and after you edit this file. After modifying this file, Intrepid Ibex shouldn't require reconfiguration on each boot. Back to MainPage. Back to LinuxStuff. |
|