LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Connection for a Red Hat 9 Linux (https://www.linuxquestions.org/questions/linux-newbie-8/connection-for-a-red-hat-9-linux-188660/)

david_harvard 06-01-2004 09:37 PM

Connection for a Red Hat 9 Linux
 
Hello Linux friends,

I have just registered for this forum and I am glad that I am into this community. My question is that I have taken a cable connection from my local ISP. Now, I am able to connect this through XP and 2000 as this has been configured on Windows but not on Linux because the ISP people are not qualified to accomplish this task on Red Hat 9 which I am using.


The cable connection does not uses any cable modem. It just uses a cable wire which is connected to my LAN card.

I wish to connect this on my Linux.


Detailed instructions on this (as I very new to Linux) would be muchly appreciated.



regards
David Harvard

bruno buys 06-01-2004 09:48 PM

********
The cable connection does not uses any cable modem. It just uses a cable wire which is connected to my LAN card.
******

Are you sure? This is kinda odd...

Anyway, as root, in the console try to issue the command:
ifconfig
This will let you see some basic network configs.

In my suse box, to activate the net interface I do:
ifup eth0 (eth0 is the name of my card connected to the cable modem)

When I ifup eth0, the dhcp client looks for a server to get an ip. When it gets one, i'm ready to navigate.

Also, try the command: ifconfig eth0 up (Some setups use this).

Post again, if you need. And be welcome!

david_harvard 06-01-2004 10:03 PM

Connection on Red Hat 9 Linux
 
Thank you very much for the quick reply,

Yes, this is somewhat different this is through the cable connection wherein the cable wire just gets plugged into my LAN card. Its somewhat like I am on a LAN.


The card is Realtek RTL8139 Family PCI Fast Ethernet NIC, if that helps.



any more help is for great.



regards
David Harvard.

bruno buys 06-01-2004 10:12 PM

did you try the commands?

david_harvard 06-02-2004 12:56 AM

Connection for a Red Hat 9 Linux
 
Hi again,


I tried those commands and it determined the ip but when i tried to access the websites , no luck

Also is there any limit to post any query?

any more ideas.


regards
David Harvard

zeropash 06-02-2004 03:01 AM

in the ifconfig command output check the errors , dropped fields.
does it show both eth0 and lo ?

if things are fine there and still you have problem run

become root user by doing su -
run /usr/sbin/netconfig - here select dhcp
after saving the configuration
do
service network restart

also do you need to set some proxy for your browser (check that in windows)?


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