Re: F10 network issue

2008-12-18 Thread elk dolk
 
 here when I check the network settings the subnet mask is
 changed to 192.168.1.1 ??? 
 
 address: 192.168.1.2
 subnet mask: 192.168.1.1
 default gateway: 192.168.1.1
 
 this is really strange !
 
---
subnet mask was set wrong in /etc/sysconfig/network-scripts/ifcfg-eth0
once corrected problem was solved.



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10 network issue

2008-12-18 Thread Anoop
 [r...@deepblue ]$ /sbin/chkconfig --level 35 network on

 Internet connection is not O.K.

 here when I check the network settings the subnet mask is changed to 
 192.168.1.1 ???

 address: 192.168.1.2
 subnet mask: 192.168.1.1
 default gateway: 192.168.1.1
This is bug in system-config-network which copies gateway address  to
subnet mask. I edited the interface files in
/etc/sysconfig/networking/devices manually to set the addresses.
I disabled 'NetworkManager' and enabled 'network' by running 'setup'.
After a reboot everything was in place and running.

Thanks,
Anoop

 this is really strange !

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10 network issue

2008-12-18 Thread Marc Ferguson
On Thu, Dec 18, 2008 at 5:59 AM, Anoop anoop.chargo...@gmail.com wrote:

  [r...@deepblue ]$ /sbin/chkconfig --level 35 network on
 
  Internet connection is not O.K.
 
  here when I check the network settings the subnet mask is changed to
 192.168.1.1 ???
 
  address: 192.168.1.2
  subnet mask: 192.168.1.1
  default gateway: 192.168.1.1
 This is bug in system-config-network which copies gateway address  to
 subnet mask. I edited the interface files in
 /etc/sysconfig/networking/devices manually to set the addresses.
 I disabled 'NetworkManager' and enabled 'network' by running 'setup'.
 After a reboot everything was in place and running.

 Thanks,
 Anoop
 
  this is really strange !

 --
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines:
 http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Hi,

I found the commands for working with a service via command line and wanted
to share them.

*chkconfig NetworkManager {off/on}* - enables or disables that service
*service NetworkManager {start/stop/restart}* - starts, stops, or restarts
the service

So; for my NetworkManager issue I ran these commands

*chkconfig NetworkManager off
service NetworkManager stop
service network start
chkconfig network on*


-- 
Marc F.

When life gives me lemons... I make Linuxaide!
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: F10 network issue

2008-12-18 Thread Arthur Pemberton
On Thu, Dec 18, 2008 at 6:39 PM, Marc Ferguson marcfergu...@gmail.com wrote:
 On Thu, Dec 18, 2008 at 5:59 AM, Anoop anoop.chargo...@gmail.com wrote:

  [r...@deepblue ]$ /sbin/chkconfig --level 35 network on
 
  Internet connection is not O.K.
 
  here when I check the network settings the subnet mask is changed to
  192.168.1.1 ???
 
  address: 192.168.1.2
  subnet mask: 192.168.1.1
  default gateway: 192.168.1.1
 This is bug in system-config-network which copies gateway address  to
 subnet mask. I edited the interface files in
 /etc/sysconfig/networking/devices manually to set the addresses.
 I disabled 'NetworkManager' and enabled 'network' by running 'setup'.
 After a reboot everything was in place and running.

 Thanks,
 Anoop
 
  this is really strange !

 --
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines:
 http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

 Hi,

 I found the commands for working with a service via command line and wanted
 to share them.

 chkconfig NetworkManager {off/on} - enables or disables that service
 service NetworkManager {start/stop/restart} - starts, stops, or restarts the
 service

 So; for my NetworkManager issue I ran these commands

 chkconfig NetworkManager off
 service NetworkManager stop
 service network start
 chkconfig network on




This is all wel and good, but if you're having problems with
NetworkManger, I would encourage you to report them so that they could
get fixed, instead of just putting it off.

-- 
Fedora 9 : sulphur is good for the skin
( www.pembo13.com )

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


F10 network issue

2008-12-17 Thread elk dolk
Hi all,

I just installed F10 on my desktop and I am trying to configure the network,
but I can not disable NetworkManager: 

/etc/init.d/NetworkManager stop
Stopping NetworkManager daemon:[FAILED] 

any suggestion?



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10 network issue

2008-12-17 Thread Marc Ferguson
On Wed, Dec 17, 2008 at 1:32 PM, elk dolk elkd...@yahoo.com wrote:

 Hi all,

 I just installed F10 on my desktop and I am trying to configure the
 network,
 but I can not disable NetworkManager:

 /etc/init.d/NetworkManager stop
 Stopping NetworkManager daemon:[FAILED]

 any suggestion?





 --
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines:
 http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


I had the same issue.  I'm not certain why it locks up, but I used the
service command.

service NetworkManager stop

I wish I remembered the full command, but try that.  Later on today, I can
reply with the commands I used.  Overall; I stopped NM, and enabled
network.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: F10 network issue

2008-12-17 Thread elk dolk

 I had the same issue.  I'm not certain why it locks up,
 but I used the
 service command.
-- 

thank you Marc for your comment it was helpful :

[r...@deepblue ]$ service NetworkManager stop
Stopping NetworkManager daemon:[FAILED]
[r...@deepblue ]$ service NetworkManager restart
Stopping NetworkManager daemon:[FAILED]
Setting network parameters...  [  OK  ]
Starting NetworkManager daemon:[  OK  ]
[r...@deepblue ]$ /etc/init.d/NetworkManager stop
Stopping NetworkManager daemon:[  OK  ]
[r...@deepblue ]$ /sbin/chkconfig --level 35 NetworkManager off
[r...@deepblue ]$ system-config-network

here I configured my network settings :
General: Nickname eth0
statically set IP addresses
Manual IP address settings
address: 192.168.1.2
subnet mask: 255.255.255.0
default gateway: 192.168.1.1


[r...@deepblue ]$ /etc/init.d/network start
Bringing up loopback interface:[  OK  ]
Bringing up interface eth0:[  OK  ]
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
[r...@deepblue ]$ /sbin/chkconfig --level 35 network on

Internet connection is not O.K.

here when I check the network settings the subnet mask is changed to 
192.168.1.1 ??? 

address: 192.168.1.2
subnet mask: 192.168.1.1
default gateway: 192.168.1.1

this is really strange !





  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10 network issue

2008-12-17 Thread Arthur Pemberton
On Wed, Dec 17, 2008 at 12:32 PM, elk dolk elkd...@yahoo.com wrote:
 Hi all,

 I just installed F10 on my desktop and I am trying to configure the network,
 but I can not disable NetworkManager:

 /etc/init.d/NetworkManager stop
 Stopping NetworkManager daemon:[FAILED]

 any suggestion?


Not to stray, but for all but the most complex situations, you
shouldn't need to disable NetworkManager itself.

-- 
Fedora 9 : sulphur is good for the skin
( www.pembo13.com )

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10 network issue

2008-12-17 Thread Craig White
On Wed, 2008-12-17 at 10:32 -0800, elk dolk wrote:
 Hi all,
 
 I just installed F10 on my desktop and I am trying to configure the network,
 but I can not disable NetworkManager: 
 
 /etc/init.d/NetworkManager stop
 Stopping NetworkManager daemon:[FAILED] 
 
 any suggestion?

# service NetworkManager status
NetworkManager is stopped

# service NetworkManager stop
Stopping NetworkManager daemon:[FAILED]

seems that [FAILED] is the normal response to stopping a service that
isn't already running.

Craig

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines