LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Closed Thread
  Search this Thread
Old 07-23-2001, 10:59 PM   #1
mahoney
LQ Newbie
 
Registered: Jul 2001
Posts: 11

Rep: Reputation: 0
Networking w/ Red Hat 7.0


I'm trying setup a simple network.
I'm able to ping both nic cards but unable
to make connection or ping to the other computer.
I'm using a netgear e-net s/w.
I tried switching cables no luck unless I have 2 bad cables.
Green lights are on NIC cards and E-net s/w
I appears to work the same way with the other ugly OS win98.
I'm using a Network starter from netgear.
Although I could never get kernel to compile
for Netgear nic cards (FA311) so I bought cheap o nic cards (real tek) that was in the list of nic cards kernel in linuxconf. The Cables were the ones that came with kit. I bought different cable for that was for a e-net s/w. As far as I can tell they aren't crossover cable. It appears that linuxconf won't accept a incorrect subnet address I tried it once and it let me know.
Problem seems simple but .... I'm lost.
 
Old 07-23-2001, 11:23 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
If you have a hub and using standard cables it should work, if you are connecting nic to nic you need a crossover cable. You stated it works on win98 and the lights are lit, so whatever you have we will assume it is correct.

You must first set them up on the same network.

Computers nic connected to linux computers nic -- ip address

example

10.0.0.2

netmask

255.255.255.0
-----------------------------------------------
linux computers nic

10.0.0.3

netmask

255.255.255.0

------------------------------------------------

how to set ip --- assume it is eth0

ifconfig eth0 10.0.0.3 netmask 255.255.255.0

------------------------------------------------
 
Old 07-24-2001, 11:48 PM   #3
mahoney
LQ Newbie
 
Registered: Jul 2001
Posts: 11

Original Poster
Rep: Reputation: 0
when using ifconfig to configure the eth 0 nic board I get SIOCSIFFLAGS resoucre unavialable.
massage whatever that means ?
I got this after I re-installed Redhat 7.0.
 
Old 07-25-2001, 02:29 AM   #4
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
Quote:
Originally posted by mahoney
when using ifconfig to configure the eth 0 nic board I get SIOCSIFFLAGS resoucre unavialable.
massage whatever that means ?
I got this after I re-installed Redhat 7.0.
That message usually indicates a resource (IRQ) conflict, although from your post, it sounds like you had it working before, so I'm not sure what else may have changed.

Here are some basic "canned answers" to those kind of problems (I'm using RH 6.2, but the basics should apply):

1. Check the screen output at bootup. If the NIC is being properly initialized, you should see a line that says: "Bringing up eth0- O.K.". If you see "failed" or "delaying" instead, you've got problems.

- If you get a failure on bootup, you may have a resource conflict with another device. Try turning off Plug-N-Play support in your BIOS, it can cause conflicts with some cards.

- Log in as root, go to the command line or terminal window, and type "cat /proc/pci" and verify that your NIC is being recognized.

- Type "cat /proc/interrupts" and make sure your NIC's IRQ isn't conflicting with another device. Type "cat /proc/ioports" and check the address ranges for conflicts. If you have resource conflicts, you can try rearranging the slot order of your PCI cards.

- You can also verify the IRQ/address info by typing "ifconfig". There should be stats for the loopback device (lo) and eth0.

- If you get card recognized, but the module isn't loading, try to load it manually by typing "insmod <your_module_name>" or "modprobe <your_module_name>". After that, type "lsmod" to list all loaded modules; your module should show up there.

- You can then manually configure the NIC by typing "ifconfig eth0 xxx.xxx.xxx.xxx up", where xxx.xxx.xxx.xxx is your IP address.

- Last, type "alias eth0 <your_module_name>".
 
Old 07-25-2001, 11:52 AM   #5
mahoney
LQ Newbie
 
Registered: Jul 2001
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks to DMR, now it works.
The problem turned out to be the Plug N Play OS was on in the BIOS that was hosing me.
I'm still little confused on how I could ping nic card own address if the IRQ's dorked up.



Last edited by mahoney; 07-25-2001 at 11:56 AM.
 
  


Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Red Hat Networking ciberrust Linux - Networking 4 11-18-2004 01:27 PM
red hat 8 networking commands/help zeb_666 Linux - Networking 2 09-20-2004 01:41 PM
XP and Red Hat 8.0 Networking kodiak Linux - Networking 2 04-12-2003 03:22 AM
Networking Red Hat 7.2 Laura043 Linux - Networking 1 02-20-2002 09:05 PM
Help with Red Hat Networking AlanLip Linux - Networking 3 08-27-2001 08:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration