PDA

View Full Version : [SOLVED] Set static IP address in Jaunty?


SoftwareExplorer
March 29th, 2009, 11:10 PM
So this is one of the things that made me stick with the LTS Hardy instead of going to intrepid. I'm currently trying to figure out how you can set a static ip with GUI (Network Manager most likely). Is there a way to do this? I can do it in windows (after reading instructions), but can't seem to figure it out on Linux. TIA

e-rebus
March 29th, 2009, 11:58 PM
So this is one of the things that made me stick with the LTS Hardy instead of going to intrepid. I'm currently trying to figure out how you can set a static ip with GUI (Network Manager most likely). Is there a way to do this? I can do it in windows (after reading instructions), but can't seem to figure it out on Linux. TIA

Actually, setting up static IP in Intrepid is quite easy, don't know about Jaunty, but I would imagine it's the same. If you right click on the Network Manager applet and select Edit Connections..., then select Wired tab (if you are setting a static IP for wired connection) and select Add. Give a name to this connection and click on IPv4 Settings, select Manual under Method drop down and punch in your IP, netmask, gateway, dns, etc. and you are done. Works fine here.

novafluxx
March 30th, 2009, 12:02 AM
Yes its that easy, as he described. Thanks for the information!

vishalrao
March 30th, 2009, 12:15 AM
i've added the manual entry in network manager (kubuntu) but it shows "never used" and its still getting an IP from DHCP not the specified static one...even after reboot... last time (with intrepid) i remember i had to edit /etc/network/interfaces and uninstall network manager to get it to be static...

e-rebus
March 30th, 2009, 12:22 AM
i've added the manual entry in network manager (kubuntu) but it shows "never used" and its still getting an IP from DHCP not the specified static one...even after reboot... last time (with intrepid) i remember i had to edit /etc/network/interfaces and uninstall network manager to get it to be static...

Can it be that you still had the default DHCP configuration used even when you've added your static configuration? I currently have two configurations set up, one with static IP for work and one with DHCP for home. And I choose one depending on where I am. NM defaults to the static IP config whenever I plug in an ethernet cable, so if I am at home I have to click on the applet and choose the "home" config manually.

SoftwareExplorer
March 30th, 2009, 12:32 AM
Originally Posted by e-rebus
Actually, setting up static IP in Intrepid is quite easy, don't know about Jaunty, but I would imagine it's the same. If you right click on the Network Manager applet and select Edit Connections..., then select Wired tab (if you are setting a static IP for wired connection) and select Add. Give a name to this connection and click on IPv4 Settings, select Manual under Method drop down and punch in your IP, netmask, gateway, dns, etc. and you are done. Works fine here.

Thanks for the encouragement. I apparently needed to get the DNS addresses from my isp. It's working now.

I vaguely remember having troubles with static ip when intrepid came out-- maybe it was updated, or, I might have not been persistent enough.

e-rebus
March 30th, 2009, 12:46 AM
Thanks for the encouragement. I apparently needed to get the DNS addresses from my isp. It's working now.

I vaguely remember having troubles with static ip when intrepid came out-- maybe it was updated, or, I might have not been persistent enough.

Cool, glad it worked out for you!