LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   connecting to the internet via cable (https://www.linuxquestions.org/questions/linux-networking-3/connecting-to-the-internet-via-cable-11428/)

dnpate 01-09-2002 02:27 PM

connecting to the internet via cable
 
I connect to the internet via a cable modem easily using windows. I recently installed SuSE Linux, but have been unable to connect to the internet. How do I do this? I would think that Windows would have all of the appropriate IP numbers, etc that I would need.
Thanks,
David

trickykid 01-09-2002 02:29 PM

are you connecting via ethernet or usb adapter.. ?? what kind of ip do you get from your isp, static or dhcp ??

dnpate 01-09-2002 02:47 PM

I use ethernet adaptor and DHCP.
Thanks,
David

ascii2k 01-09-2002 03:05 PM

You net card would have to be setup to use DHCP. You can probably do this from the network config utility in X windows. Can't say for sure, but depending on what DHCP hands out, you might not need much other than your host name. You may also want to check and see if the DHCP client is running.

ps -aux | grep dhcp


If you get something back with 'dhcpcd' in the line then the client is running.

Also check ifconfig to see if anything is setup.


All times are GMT -5. The time now is 06:10 PM.