LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't get linux box online! (https://www.linuxquestions.org/questions/linux-newbie-8/can%27t-get-linux-box-online-229748/)

sfhseric06 09-12-2004 02:48 PM

Can't get linux box online!
 
I am having very much trouble trying to get my linux box online, I am new to linux..... I pretty much just installed it.

In the end my goal is to build a server from it, but my main concern as of now is getting it online so i can get to work.

I have gotten to the forwarding page of my router, but from there i do not know where to go.

I have a 4 port router, linksys befsx41 if that helps at all. I am using red hat 9.

I cannot ping my router or any outside IP.

Any help is greatly appreciated for I am so far completely incompetant toward the world of linux.

Thanks in advance,
-eric

mermxx 09-12-2004 03:00 PM

are u using dhcp or static addresses for ur set up. Have u tried going to rh main menu and system tools > network device control to add ur ip addy and dns etc (if u r statically assigning) your first thing is to get to ping your router from your rh machine. what is ur router addy?

sfhseric06 09-12-2004 03:17 PM

I am using dhcp although i have no knowledge of it past the name.
I pinged the router, all i got was "Network is unreachable".
Router IP is 192.168.1.1

I have no idea what to do.

Thanks for the quick reply.

celticX 09-12-2004 03:21 PM

are you using a wifi card? if so what one? what kind of card are you currently using?

sfhseric06 09-12-2004 03:26 PM

from what i know its the ethernet card that came with the computer.... which is about 5 years old.

does '10/100' ring any bells? because that is my only source of ID for it. its in an HP Pavillion.

mermxx 09-12-2004 03:33 PM

or if it`s not a wifi card as has been asked lets start basic....u have a network card that u r plugged in to... what type of card is it? is the green light lit at the back.
try putting the command lspci in your terminal window to see what hardware pci devices u have

mermxx 09-12-2004 03:43 PM

ok just saw the card type b4 i posted there shouldn`t be any prob with that for networking.
try lspci
and also ifconfig -a

u will have to do these prob as root

sfhseric06 09-12-2004 04:51 PM

#lspci
00:00.0 Host bridge: Intel Corp. 82810E DC-133 GMCH [Graphics Memory Controller Hub] (rev 03)
00:01.0 VGA compatible controller: Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller] (rev 03)
00:1e.0 PCI bridge: Intel Corp. 82801AA PCI Bridge (rev 02)
00:1f.0 ISA bridge: Intel Corp. 82801AA ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801AA IDE (rev 02)
00:1f.2 USB Controller: Intel Corp. 82801AA USB (rev 02)
00:1f.3 SMBus: Intel Corp. 82801AA SMBus (rev 02)
01:09.0 Multimedia audio controller: Rockwell International: Unknown device 4310
01:09.1 Communication controller: Rockwell International: Riptide HSF 56k PCI Modem
01:09.2 Input device controller: Rockwell International: Unknown device 4312
01:0a.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX (rev 10)

# ifconfig -a
lo Link encap:Local loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:131355 errors:0 dropped:0 overruns:0 frame:0
TX packets:131355 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8437860 (8.0 Mb) Tx bytes:8437860 (8.0 Mb)


I appologize for the delay. Hope this helps.

btmiller 09-12-2004 05:23 PM

Looks like your local loopback is the only interface that shows up in ifconfig (did you post the complete output?). You appear to have a SMC2-1211TX ethernet card. I've used cards with similar chips and they've all worked without a hitch. You probably just need to modprobe the appropriate driver to get the card set up. A google on Linux + the chip should help you. Did you enable networking when you installed Linux? What distro are you using?

sfhseric06 09-12-2004 05:40 PM

Yeah, i posted everything that was returned from ifconfig.

From what i know, i have not enabled networking.... and i have red hat 9.

Anything leading me towards a basic tutorial or some type of breakdown on how i can go about fixing this problem would be great, because i know absolutely nothing about linux. Any thing else you need to know i will gladly share.

Thank you for everything so far.

Ciccio 09-12-2004 06:14 PM

what distro and versioun are you using?

sfhseric06 09-12-2004 06:25 PM

RH 9

comprookie2000 09-12-2004 07:34 PM

Apparently that card is included in the "Tulip" ethernet driver.Do a modprobe -l from root and see if you see your card and then try dhcpcd eth0.If you have the genetic rethat kernel the driver may be already loaded.Start with only one computer,get that working first,do you use dsl,broadband?another link; http://www.tiger-marmalade.com/~jame...al.php?cms=568 and this; http://www.voy.com/41165/1/3178.html hope this helps


All times are GMT -5. The time now is 03:01 PM.