Cable Modems
Summary: Contributed by John Paul Robson- PPP over Ethernet
- @home networks
Time Warner's ~RoadRunner Cable modem in Memphis (and other areas probably) with Linux-Mandrake 6.1 HOWTO
Most of this HOWTO should work in any city with ~RoadRunner or any cable modem (maybe even DSL) but I have not tested it outside of Memphis, TN. What you'll need:- Linux-Mandrake 6.1 installed
- dhcpcd (installed by Linux-Mandrake)
- rrlogin.c (only if you're using ~RoadRunner in Memphis and maybe other area's)
- dhcp server ip address and default gateway ip address (I'll explain how to get these in a minute).
modprobe 3c59x
cd /etc;ln -s dhcpcd dhcpc
- boot up another operating system and use a ~TimeWarner supported login program, then reboot to linux
- download rrlogin.c and use it to login. You will need to edit it before you can compile and use it. You will need to get the address of your dhcp server and default gateway in one of two ways:
- boot up another operating system and run the program: winipcfg
- open up /etc/dhcpc/dhcpcd-eth0.info (if you have more than one ethernet card in you computer this file may be named something different eg: dhcpcd-eth1.info), take note DHCPSIADDR and GATEWAY. Open up rrlogin.c and edit the lines at the top:
~#define AUTHHOST "" // fill in dhcp server here
~#define PROXYHOST "" // fill in gateway here
~#define AUTHHOST "172.16.0.185"
~#define PROXYHOST "24.95.100.1" Okay now we need to compile rrlogin.c by typing the following command at a terminal:
gcc rrlogin.c -o rrlogin
mv rrlogin /sbin/
Now we'll create a password file to save us from typing in our login and password every time, you will NEED to put it somewhere SECURE so that nobody will be able to read it. A good place for this is in '/root/.rrlogin'. Create the file '/root/.rrlogin' and put your login name on the first line, and password on the second line and save it.
Now to login at a terminal type:
rrlogin /root/.rrlogin 1>/dev/null 2>/dev/null
- Note that this should work for any glibc based GNU/Linux, or any Unix for that matter.
- Your IP-Number
- Gateway (GWAY)
- DNS server addresses
- the subdomain (BIG MUST) eg: lndn1.on.wave.home.ca
- the control number (starts with cr and ends with -a eg: cr1234567-a)
- the HTTP proxy address
dmesg
I used 'netcfg' and I will use that as the example. Please note, this is only an example and that these entries really don't exist1.1 Under Names:
Hostname: cr1234567-a
Domain: city.on.wave.home.com
Search for Hostnames in additional Domains:Nameservers: 24.111.180.13
24.111.180.14
IP: 24.111.180.13
Name: city.on.wave.home.com
Nicknames:
IP: 24.112.111.1
Netmask: 255.255.255.224
Default Gateway: 24.114.190.113
Default Gateway Device: eth0
(click 'add')
Device: eth0
network: 24.112.111.1
Netmask: 255.255.255.224
Gateway: 24.114.190.113
ping 24.111.180.13
ping www.netscape.com
Related Resources:
Nine 'easy' steps to setup your @Home network under MandrakeDSL HOWTO
Cablemodeminfo.Com Revision / Modified: June 21, 2001 / July 25, 2000
Author: John Paul Robson et al. Legal: This page is covered by the GNU Free Documentation License. Standard disclaimers of warranty apply. Copyright LSTB and Mandrakesoft.
Cable Modems
Version 1.3 last modified by AdminWiki on 22/03/2004 at 09:44
Version 1.3 last modified by AdminWiki on 22/03/2004 at 09:44
Document data
- Lost account?
- Join the community, be part of the Club: it's free!
- Get the PWP Download Subscription!
Mandriva.com
Store
Club

