 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

7th September 2008, 03:15 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 15

|
|
|
No Network Connectivity. etho Inactive
Newby. Look after lots of Windows boxes, and the LAN/domain network generally. Installed Fedora 9, had network connectivity, Firefox worked. Installed updates (I think successfully, it was a big download). Disabled some services eg bluetooth, ISDN. Next day, network nogo.
Network ManAger applet has a red cross. Its Enable Networking is ticked.
system-config-network 1.5.10 says Devices eth0 inactive. I hit Activate and its says cannot, failed.
Hardware SiS00 PCI FastEthernet Status system
DNS Primary and secondary are correct
dns search path (domain name).local
Hosts, nothing specified.
ifconfig eth0 says UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX Packets: 7398 errors
TX packets: 78 errors
Network service is enabled, running.
Firewall disabled.
CAT5e cable to local LAN switch, which shows lots of blinking activity on Fedora port etc. (changed cable and port anyway, same).
mac address has fixed ip address on Domain Controller/DHCP server. cant ping the supposed fedora ip address. Havent managed to find out how to see what IP address fedora is using TODAY.
Thank you!
|

7th September 2008, 03:34 AM
|
 |
Registered User
|
|
Join Date: Oct 2007
Location: Freedonia
Age: 63
Posts: 2,107

|
|
|
Try swapping in a different NIC and see if that's the issue. Hardware does fail, sometimes, you know.
__________________
Registered Linux user #470359 and permanently recovered BOFH.
Any advice in this post is worth exactly what you paid for it.
|

7th September 2008, 04:28 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 15

|
|
|
PC has another hard drive (normally now unplugged) with XP, just checked and network is nogo from that also.
Sorry, should have checked.
btw, how do I determine Fedora IP address etc? ie alternative to ipconfig /all in Windows
|

7th September 2008, 05:02 AM
|
 |
Registered User
|
|
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,304

|
|
|
ifconfig is similar to ipconfig.
Common command "ifonfig" diplays all "up" interfaces. "ifconfig -a" shows info on all interfaces (up or down). "ifconfig eth0 up 192.168.0.77/24" does the obvious setup. "ifconfig eth0 down" shutdown. See "man ifconfig" for more.
Please note that "ifconfig" is still widely used BUT has been deprecated for several years. You should really learn the "ip" command.
"ip addr" shows all interfaces & details.
"ip route" shows routes.
Last edited by stevea; 7th September 2008 at 05:09 AM.
|

7th September 2008, 05:23 AM
|
 |
Registered User
|
|
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168

|
|
|
ifconfig been depreciated? I didn't know that! Better change my scripts.
|

7th September 2008, 05:31 AM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 715

|
|
|
So route command is now consolidated into ip too as in "ip route"
Is netstat deprecated too? I can see "netstat -a" functionality in nmap.
|

7th September 2008, 09:33 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 15

|
|
|
Progress but still no network.
OK, Ive got network again using the XP hard drive in this box. I had to correct the mac address for the ip reservation in the Windows 2000 domain DHCP server (it really is time I got proper glasses).
But, unplug that hd and use the Fedora drive, network is nogo again.
Network Configuration shows eth0 as inactive. Deactivate then Activate, its Active. (big triumph)
Hardware status is System.
DNS looks OK.
Host is blank.
ip addr (thank you for this) says
etho BROADCAST, MULTICAST, UP, LOWER_UP. blahblah state UNKNOWN
link/ether (correct mac address) brd 00:00:00:00:00:00 (what is this?)
inet 192.168.0.30/23 (thats right) brd 192.168.1.255 (dont know what this is, broadcast something?) scope global eth0
And, i can ping the gateway. (hey, ping doesnt stop, ha)(how do ya stop it?, I had to close terminal)
But still,
Network Manager Applet has a red cross, though Enable Networking is ticked.
Firefox is in offline mode.
Now Im looking at adding a Wired connection in the Network Manager Applet, since it has no connections.
mac address, IPV4 - DHCP, plus I add the fixed address the domain will give it(nuts, its duplication), add mask, & gateway, DNS servers, dont know about Search Domains (for what?), Im leaving it blank. But OK is grayed out. Use (domainname).local. OK is still grayed.
Can only Cancel it.
Im stuck.
|

7th September 2008, 11:01 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 15

|
|
|
(broadcast address is the last address in the range. ok)
|

7th September 2008, 11:02 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 15

|
|
|
( ping -c 1 localhost is good )
|

7th September 2008, 11:43 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 15

|
|
"Fixed"
The Network Manager applet is strange.
left-ck "wired network. network is unmanaged" is grayed out.
rt-clk "enable networking" is ticked.
Network Config - Devices - etho - inactive. Deactivate it then Activate it, now says Active.
But now Network Manager, hover mouse, "no network connection".
Yet take Firefox out of offline mode and, it works, I can web browse again. Woohoo.
Conclusion. Dont trust Network Manager, yes?
|

7th September 2008, 06:17 PM
|
 |
Registered User
|
|
Join Date: Oct 2007
Location: Freedonia
Age: 63
Posts: 2,107

|
|
|
Don't *use* Network Manager. I got rid of it long ago, as soon as I learned that it never admitted that I had a connection either. Ping will run until you use ^C to stop it, unless you use a command line switch to change it.
__________________
Registered Linux user #470359 and permanently recovered BOFH.
Any advice in this post is worth exactly what you paid for it.
|

7th September 2008, 09:28 PM
|
 |
Registered User
|
|
Join Date: May 2007
Location: U.S.
Posts: 4,852

|
|
Quote:
|
Originally Posted by sidebrnz
Don't *use* Network Manager. I got rid of it long ago, as soon as I learned that it never admitted that I had a connection either. Ping will run until you use ^C to stop it, unless you use a command line switch to change it.
|
Just to clarify, that's ctrl-c.
I alias ping to ping -c 5 in ~/.bashrc because honestly, how often do I ever want to ping indefinitely?
alias ping='ping -c 5'
EDIT:
Also, as for NetworkManager vs. network, I wouldn't say it's "untrustworthy," just quirky. If you are on wireless and need to manage many wireless profiles, NetworkManager is the way to go.
If you're on a wired NIC using either Static IP or DHCP on the same network all the time, skip NetworkManager (I would definitely say that if you need static IPs with a standard wired Ethernet interface, plain network is the way to go).
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Last edited by forkbomb; 7th September 2008 at 10:13 PM.
|

7th September 2008, 11:14 PM
|
 |
Registered User
|
|
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168

|
|
|
Thought NetworkManager been fixed in the updates. Did all of your yum updates?
|

4th December 2008, 04:12 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 18

|
|
|
Kinda hard to yum update if the network is unavail, no?
I am seeing this same behaviour with Fedora 9 and 10. And haven't updated anything yet. Network functions within WinXP. No prompt to setup network during F10 install. In both F9 and F10, Network manager sees my NIC but has it listed as Inactive. Will try the 'deactivate, then activate' solution tomorrow.
Last edited by kenphillips; 4th December 2008 at 04:18 AM.
Reason: Initial post of no real releavnce
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:25 (Sunday, 26-05-2013)
|
|
 |
 |
 |
 |
|
|