You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, July 18th 2003, 3:21pm

Setting up cable modem & router

I have a Zoom Cable modem and a Linksys 54G router. Can anyone help me with any specific steps I can use to set up my machine through KDE?
Thanks,

2

Tuesday, July 22nd 2003, 3:59pm

through kde i'm not sure. mandrake has a gui network configuration module for X, what distro are you using? in any case, it should be fairly easy through the console. connect the modem to the "wan" slot in your linksys, and your computer to one of the other slots. you need to know the ip address your router wants to be (my linksys is 192.168.1.1 so i'll assume thats yours, just change that if its not).
as root:
ifconfig eth0 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255
route add -net default gw 192.168.1.1

and you should be up and running. depending on what distro you have, there should be configuration files in /etc somewhere to put this information in.