Networking Forums

Networking Forums > Computer Networking > Linux Networking > RH9 network problem

Reply
Thread Tools Display Modes

RH9 network problem

 
 
Big Al
Guest
Posts: n/a

 
      10-10-2003, 11:21 PM
I am trying to reach the Inet with my dual boot 98/RH9 box. I have it
hooked up a little odd but it works up to a point. I have DSL hooked to
an XP box from there I use a router(as a hub) to hook to the dual boot
box. I can get on the Inet with 98 but not with Linux. What should I
look at, and change on the linux side? Hope I am clear enough for a few
hints. I went through RH9 for dummies and it seems right. what files
will show the correct settings?

Thanks in Advance
Big Al in Seattle
 
Reply With Quote
 
 
 
 
Mattias Honrendgard
Guest
Posts: n/a

 
      10-11-2003, 09:02 AM
Big Al <"alcattle"@go.com(spamtrap)> wrote in message news:<(E-Mail Removed)>...
> I am trying to reach the Inet with my dual boot 98/RH9 box. I have it
> hooked up a little odd but it works up to a point. I have DSL hooked to
> an XP box from there I use a router(as a hub) to hook to the dual boot
> box. I can get on the Inet with 98 but not with Linux. What should I
> look at, and change on the linux side? Hope I am clear enough for a few
> hints. I went through RH9 for dummies and it seems right. what files
> will show the correct settings?
>
> Thanks in Advance
> Big Al in Seattle


netstat -rn
ifconfig -a
cat /etc/resolv.conf
cat /etc/hosts
....

http://www.tldp.org
 
Reply With Quote
 
Big Al
Guest
Posts: n/a

 
      10-13-2003, 09:48 PM
Mattias Honrendgard wrote:
>
> Big Al <"alcattle"@go.com(spamtrap)> wrote in message news:<(E-Mail Removed)>...
> > I am trying to reach the Inet with my dual boot 98/RH9 box. I have it
> > hooked up a little odd but it works up to a point. I have DSL hooked to
> > an XP box from there I use a router(as a hub) to hook to the dual boot
> > box. I can get on the Inet with 98 but not with Linux. What should I
> > look at, and change on the linux side? Hope I am clear enough for a few
> > hints. I went through RH9 for dummies and it seems right. what files
> > will show the correct settings?
> >
> > Thanks in Advance
> > Big Al in Seattle

>
> netstat -rn
> ifconfig -a
> cat /etc/resolv.conf
> cat /etc/hosts
> ...
>
> http://www.tldp.org


Thanks for the help, it showed some odd things, like the kernel was not
talking to the NIC. Turns out the problem was the NIC did not have a
driver loaded in RH9. I will have to find the old driver disk or switch
to a different brand.

Big Al
 
Reply With Quote
 
Mattias Honrendgard
Guest
Posts: n/a

 
      10-14-2003, 12:26 PM
Big Al <"alcattle"@go.com(spamtrap)> wrote in message news:<(E-Mail Removed)>...
> Mattias Honrendgard wrote:
> >
> > Big Al <"alcattle"@go.com(spamtrap)> wrote in message news:<(E-Mail Removed)>...
> > > I am trying to reach the Inet with my dual boot 98/RH9 box. I have it
> > > hooked up a little odd but it works up to a point. I have DSL hooked to
> > > an XP box from there I use a router(as a hub) to hook to the dual boot
> > > box. I can get on the Inet with 98 but not with Linux. What should I
> > > look at, and change on the linux side? Hope I am clear enough for a few
> > > hints. I went through RH9 for dummies and it seems right. what files
> > > will show the correct settings?
> > >
> > > Thanks in Advance
> > > Big Al in Seattle

> >
> > netstat -rn
> > ifconfig -a
> > cat /etc/resolv.conf
> > cat /etc/hosts
> > ...
> >
> > http://www.tldp.org

>
> Thanks for the help, it showed some odd things, like the kernel was not
> talking to the NIC. Turns out the problem was the NIC did not have a
> driver loaded in RH9. I will have to find the old driver disk or switch
> to a different brand.
>
> Big Al



Drivers are in-kernel - just enable and re-compile!
 
Reply With Quote
 
Big Al
Guest
Posts: n/a

 
      10-14-2003, 10:50 PM
Mattias Honrendgard wrote:
>
> Big Al <"alcattle"@go.com(spamtrap)> wrote in message news:<(E-Mail Removed)>...
> > Mattias Honrendgard wrote:
> > >
> > > Big Al <"alcattle"@go.com(spamtrap)> wrote in message news:<(E-Mail Removed)>...
> > > > I am trying to reach the Inet with my dual boot 98/RH9 box. I have it
> > > > hooked up a little odd but it works up to a point. I have DSL hooked to
> > > > an XP box from there I use a router(as a hub) to hook to the dual boot
> > > > box. I can get on the Inet with 98 but not with Linux. What should I
> > > > look at, and change on the linux side? Hope I am clear enough for a few
> > > > hints. I went through RH9 for dummies and it seems right. what files
> > > > will show the correct settings?
> > > >
> > > > Thanks in Advance
> > > > Big Al in Seattle
> > >
> > > netstat -rn
> > > ifconfig -a
> > > cat /etc/resolv.conf
> > > cat /etc/hosts
> > > ...
> > >
> > > http://www.tldp.org

> >
> > Thanks for the help, it showed some odd things, like the kernel was not
> > talking to the NIC. Turns out the problem was the NIC did not have a
> > driver loaded in RH9. I will have to find the old driver disk or switch
> > to a different brand.
> >
> > Big Al

>
> Drivers are in-kernel - just enable and re-compile!


Thanks, the driver names in RH9 were different than what I was looking
for, and once I saw something that fit, it fired off and works great. I
have a Netgear FA310 and it uses a tulip driver but RH9 lists that under
DEC 21*40. I found the reference on Donald Becker's page and worked it
out.

Thanks again everyone
Big Al in Seattle
 
Reply With Quote
 
Frank Winans
Guest
Posts: n/a

 
      10-18-2003, 03:46 PM
"Big Al" wrote
> I have a Netgear FA310 and it uses a tulip driver but RH9 lists that under
> DEC 21*40. I found the reference on Donald Becker's page and worked it
> out.
>
> Thanks again everyone
> Big Al in Seattle

And thanks for remembering us once the problem was fixed.
We may need that tip some day...


 
Reply With Quote
 
 
 
Reply

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network/Network Share Problem Dave Johnson Windows Networking 2 11-08-2006 05:32 PM
windows 2003 SP1 network problem - Network Connections service fails to start Geoff Winkless Windows Networking 9 06-15-2005 05:52 PM
1pc, 2 network devices in same network -> ping problem beyens.pieter@gmail.com Linux Networking 0 05-31-2005 09:22 AM
Strange problem: no problem with Linux, when I boot windows 2K network is down... Santa Linux Networking 11 11-29-2004 06:46 AM
network problem - local network setup tom Linux Networking 8 11-25-2003 05:01 PM



1 2 3 4 5 6 7 8 9 10 11