Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Development & Programming > Ubuntu Forum Archives > Karmic Koala Testing and Discussion (CLOSED)
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Karmic Koala Testing and Discussion (CLOSED)
Ubuntu Karmic Koala is in development, use only for testing purposes!!!

This forum is for the discussion of Ubuntu Karmic Koala. Karmic is in development and will be out in October 2009. Please note: Ubuntu Developers do not usually read the forums, to report a problem found in Karmic please report the bug in Launchpad.


 
 
Thread Tools Display Modes
Old September 29th, 2009   #1
giorsat
5 Cups of Ubuntu
 
Join Date: Oct 2004
Beans: 30
impossible to set a static IP with network manager

I Installed the latest alpha version of Karmic and I'm not able to set a static ip with network manager. It simply doesn't save the configuration and keep adhcp profile even if I create a different profile from standard auto eth0
is it possible to write the stati configuration manually in some config file ? my pc is useless without network connection (and I can't update either)
giorsat is offline  
Old September 29th, 2009   #2
moviemaniac
A Carafe of Ubuntu
 
moviemaniac's Avatar
 
Join Date: Mar 2008
Location: Austria
Beans: 106
Ubuntu Karmic Koala (testing)
Re: impossible to set a static IP with network manager

You can edit your /etc/network/interfaces to assign a static IP to your ethernet card.

Here's what my eth0 part looks like:

Quote:
auto eth0
iface eth0 inet static
address 192.168.0.3
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 208.67.222.222 208.67.220.220
__________________
My machines:
iMac 24" (8,1): Ubuntu 9.10 | IBM T40: Debian Lenny

FSF Associate member #7570
moviemaniac is offline  
Old September 29th, 2009   #3
OffHand
Dark Roasted Ubuntu
 
OffHand's Avatar
 
Join Date: Feb 2006
Beans: 1,117
Re: impossible to set a static IP with network manager

You can also configure a static lease in your router and put your computer to DHCP.
__________________
"I'd rather be hated for what I am, than loved for what I'm not."
OffHand is offline  
Old September 29th, 2009   #4
hikaricore
RIP ~ Fluffy ~ 2006-2008
 
hikaricore's Avatar
 
Join Date: Aug 2006
Location: lewis center, ohio
Beans: 5,563
Kubuntu Jaunty Jackalope (testing)
Send a message via ICQ to hikaricore Send a message via AIM to hikaricore Send a message via MSN to hikaricore Send a message via Yahoo to hikaricore
Re: impossible to set a static IP with network manager

Personally I've had no luck with network manager since it became part of ubuntu.
Everytime I'd configure a static IP the next boot it would be gone.

I suggest just removing this piece of garbage if it's not working for ya and setup your interfaces file manually as suggested above.
hikaricore is offline  
Old September 29th, 2009   #5
wizard10000
Quad Shot of Ubuntu
 
wizard10000's Avatar
 
Join Date: May 2007
Location: Michigan
Beans: 436
Kubuntu Karmic Koala (testing)
Re: impossible to set a static IP with network manager

Quote:
Originally Posted by OffHand View Post
You can also configure a static lease in your router and put your computer to DHCP.
^^^ this is my preferred method. All my devices do DHCP (four computers, two game consoles, a printer and a satellite receiver) and the devices that need static IP addresses get them from the DHCP server.

We do the same thing at the office with several thousand computers - all workstation static addresses are managed on DHCP servers by MAC reservation.
__________________
we don't see things as they are, we see them as we are.
-- anais nin
wizard10000 is offline  
Old September 29th, 2009   #6
zika
Dark Roasted Ubuntu
 
zika's Avatar
 
Join Date: Oct 2008
Location: Čubura->Exodus Hair
Beans: 1,147
Ubuntu Development Release
Re: impossible to set a static IP with network manager

Quote:
Originally Posted by giorsat View Post
I Installed the latest alpha version of Karmic and I'm not able to set a static ip with network manager. It simply doesn't save the configuration and keep adhcp profile even if I create a different profile from standard auto eth0
is it possible to write the stati configuration manually in some config file ? my pc is useless without network connection (and I can't update either)
Did You check the "Available to all users" box? ...
zika is online now  
Old September 29th, 2009   #7
Grenage
Way Too Much Ubuntu
 
Grenage's Avatar
 
Join Date: Mar 2007
Location: Portsmouth, UK
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to Grenage Send a message via MSN to Grenage
Re: impossible to set a static IP with network manager

I feel your pain, and ended up using wicd. I manually configured it initially, enly for the default manager to clean it all out after 10 minutes.
Grenage is offline  
Old September 30th, 2009   #8
shakaran
A Carafe of Ubuntu
 
shakaran's Avatar
 
Join Date: Aug 2007
Location: Spain
Beans: 102
Ubuntu 9.10 Karmic Koala
Send a message via MSN to shakaran Send a message via Skype™ to shakaran
Re: impossible to set a static IP with network manager

You should be fill a bug with this problem, else the developers dont see this problem for make a GUI for static IP configuration.
__________________
Blog: www.shakaran.es (for non-spaniards users you can use the right translator on the page)
Tivion: a streaming player for TV channels www.shakaran.es/blog/tivion
Hosting service: www.quijost.com RPG: www.apogeus.es & www.apogeus.es/ao
shakaran is offline  
Old September 30th, 2009   #9
zika
Dark Roasted Ubuntu
 
zika's Avatar
 
Join Date: Oct 2008
Location: Čubura->Exodus Hair
Beans: 1,147
Ubuntu Development Release
Re: impossible to set a static IP with network manager

I'm still missing the way how You could encounter problems that You describe. I've had problems with NM but that was in earlier versions of Ubuntu, 8.10 especially, but now it works like a clock, I've had it stopped and hidden in 8.10 and I've restarted using it eventhough I love just using interfaces and resolve.conf files ... Please give us contents of /etc/NetworkManager/nm-system-settings.conf ... and check my previous post in this thread. I'm just missing what could be the problem on Your box. I've reread Your original post and the only difference is that I've deleted original "auto eth0" entry and created new one that NM gave name "Wired connection 1" ... I've edited my interfaces and resolve.conf got automatically re-created by NM. I did not use DHCP, except on chaos around Sept. 15, for quite some time ...

Last edited by zika; September 30th, 2009 at 03:55 PM..
zika is online now  
Old September 30th, 2009   #10
xens
A Carafe of Ubuntu
 
Join Date: Jan 2007
Location: Switzerland
Beans: 105
Re: impossible to set a static IP with network manager

I had this issue in previous ubuntu releases, I thought It was fixed???

Edit:
I just checked on my laptop... can't believe this isn't fixed, I think it's an 2 years old issue!
__________________
xens.dyndns.org

Last edited by xens; September 30th, 2009 at 04:17 PM..
xens is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:41 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry