Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st May 2008, 09:29 PM
xcurtisx Offline
Registered User
 
Join Date: Aug 2007
Posts: 22
Fedora 9 network settings wont save

I have a fresh install of 9.
I picked most of my network settings during the isntall however I failed to get the default gateway set.
I can launch the net conf utility in KDE - set it apply it and get online however it is not saving the changes in spite of me hitting save form the drop down.
Now every time I reboot I have to re-add the default gateway.
And any other networking changes I make.
Please advise.
TIA
Reply With Quote
  #2  
Old 21st May 2008, 09:41 PM
Malachai's Avatar
Malachai Offline
Registered User
 
Join Date: Jan 2006
Location: USA
Posts: 275
You know what I have the same problem. I always have to setup my DNS entry all the time or my gateway... it's weird how that works...

If you find a resolution let me know.
Reply With Quote
  #3  
Old 22nd May 2008, 02:01 PM
xcurtisx Offline
Registered User
 
Join Date: Aug 2007
Posts: 22
I managed to run 'system-configuration-services' and disable the Network Manager thing.
I found that on another site.
But it is still not clean as far as every boot I have to do something to get my networking up.
Please advise on how to get this to work correctly without that horrid tool.
Reply With Quote
  #4  
Old 22nd May 2008, 02:54 PM
hyperspace's Avatar
hyperspace Offline
Registered User
 
Join Date: Oct 2006
Location: Lincoln, NE
Age: 55
Posts: 414
Quote:
Originally Posted by xcurtisx
I managed to run 'system-configuration-services' and disable the Network Manager thing.
I found that on another site.
But it is still not clean as far as every boot I have to do something to get my networking up.
Please advise on how to get this to work correctly without that horrid tool.
What do you have to do to get it working?
__________________
lost in hypertime...

Registered Linux User #329061
Reply With Quote
  #5  
Old 22nd May 2008, 02:59 PM
xcurtisx Offline
Registered User
 
Join Date: Aug 2007
Posts: 22
As of right now I edited /etc/rc.d/rc.local and added

Code:
ifconfig eth0 xxx.xxx.xxx.xxx
ifconfig eth0 up
route add default gw xxx.xxx.xxx.xxx
thankfully its keeping my DNS settings.
I have to say this is the WORST trouble I've had with a network utility in Linux.
Lets hope there is a bug report.
Reply With Quote
  #6  
Old 22nd May 2008, 03:39 PM
Viperpsyche1 Offline
Registered User
 
Join Date: Nov 2006
Posts: 8
Smile resolv.conf

I had to disable the NetworkManager service and then I deleted everything in resolv.conf and added the correct DNS server settings to resolv.conf. This solution seemed to keep the DNS settings.
Reply With Quote
  #7  
Old 22nd May 2008, 04:41 PM
hyperspace's Avatar
hyperspace Offline
Registered User
 
Join Date: Oct 2006
Location: Lincoln, NE
Age: 55
Posts: 414
Quote:
Originally Posted by xcurtisx
As of right now I edited /etc/rc.d/rc.local and added

Code:
ifconfig eth0 xxx.xxx.xxx.xxx
ifconfig eth0 up
route add default gw xxx.xxx.xxx.xxx
thankfully its keeping my DNS settings.
I have to say this is the WORST trouble I've had with a network utility in Linux.
Lets hope there is a bug report.
Do you have "network" service enabled?
__________________
lost in hypertime...

Registered Linux User #329061
Reply With Quote
  #8  
Old 22nd May 2008, 05:03 PM
brebs's Avatar
brebs Offline
Banned
 
Join Date: Apr 2008
Posts: 558
Switch from NetworkManager to "normal" networking:
Code:
/sbin/chkconfig NetworkManager off
/sbin/chkconfig NetworkManagerDispatcher off
/sbin/chkconfig network on
/usr/sbin/system-config-network
Reply With Quote
  #9  
Old 23rd May 2008, 01:16 AM
techmum Offline
Registered User
 
Join Date: Dec 2005
Location: Western Australia
Posts: 267
Something appears to have been broken between F9 Preview and F9 release.

Disabling Network Manager is fine if you are only using a wired LAN connection, however if you want to use wireless, Network Manager is (was!) invaluable.

I'm hoping the Network Manager problem will be fixed ASAP.
Reply With Quote
  #10  
Old 23rd May 2008, 10:32 PM
ragavendra_bn Offline
Registered User
 
Join Date: Apr 2008
Posts: 8
Thumbs up Do this. It'll work :)

NetworkManager on Fixed Networks

On machines with a fixed networking device and a fixed IP address (e.g. desktop, server, appliance), it might be easier to disable NetworkManager and use the older network service. Note that the Fedora 9 installer disables the network service by default. To switch to using the network service:

First disable NetworkManager and prevent it from automatically loading:

[ragavendra_bn@linuxflavour.co.in ~]$ sudo /etc/init.d/NetworkManager stop
Stopping NetworkManager daemon: [ OK ]

[ragavendra_bn@linuxflavour.co.in ~]$ sudo /sbin/chkconfig --level 35 NetworkManager off

Next, configure your network settings:

[ragavendra_bn@linuxflavour.co.in ~]$ sudo system-config-network

You should have an eth0 device already showing. To configure the IP settings click on Edit. Do not forget to set DNS on the DNS tab (if you're using fixed IP's). Make sure the eth0 is selected as Active. Then File > Save and quit.

Next, enable the service and make sure it loads at next boot:

[ragavendra_bn@linuxflavour.co.in ~]$ sudo /etc/init.d/network start
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]

[ragavendra_bn@linuxflavour.co.in ~]$ sudo /sbin/chkconfig --level 35 network on

While it may be possible to re-activate your network without a reboot, it may be recommended to reboot.
Reply With Quote
Reply

Tags
fedora, network, save, settings

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 11: Cannot save dual head settings in system-config-display dehnugget Using Fedora 4 11th August 2009 03:41 PM
system-config-network always ask me to save settings. helloworld1 Using Fedora 1 17th December 2007 04:47 AM
etc/yum.repos.d/ wont save xXxz3r0xXx Using Fedora 5 14th May 2006 02:38 AM
iptables wont save hampeh Servers & Networking 5 29th April 2005 03:45 AM


Current GMT-time: 02:32 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat