Gentoo Archives: gentoo-user

From: Jeff Cranmer <jcranmer01@×××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Trying to install a cable modem connection
Date: Sat, 29 Oct 2005 18:39:49
Message-Id: 1130617568.11084.13.camel@localhost
1 I have recently been attempting to connect to Roadrunner cable using my
2 Linux box.
3 According to their login instructions, it should be possible to connect
4 it to the service without requiring a password (Roadrunner systems
5 apparently used to have a custom login script which made Linux installs
6 even more of a pain.
7
8 I have successfully emerged dhcpd. I have not attempted to put dhcpd in
9 my startup scripts.
10
11 First, after plugging in the cable box and typing adsl-stop to
12 disconnect my adsl connection, running ifconfig yields the following:
13
14 eth1 Link encap:Ethernet HWaddr 00:04:5A:5E:42:FE
15 inet6 addr: fe80::204:5aff:fe5e:42fe/64 Scope:Link
16 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
17 RX packets:1777 errors:0 dropped:0 overruns:0 frame:0
18 TX packets:1912 errors:0 dropped:0 overruns:0 carrier:0
19 collisions:0 txqueuelen:1000
20 RX bytes:1249796 (1.1 Mb) TX bytes:232302 (226.8 Kb)
21 Interrupt:11 Base address:0xe800
22
23 lo Link encap:Local Loopback
24 inet addr:127.0.0.1 Mask:255.0.0.0
25 inet6 addr: ::1/128 Scope:Host
26 UP LOOPBACK RUNNING MTU:16436 Metric:1
27 RX packets:14 errors:0 dropped:0 overruns:0 frame:0
28 TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
29 collisions:0 txqueuelen:0
30 RX bytes:700 (700.0 b) TX bytes:700 (700.0 b)
31
32 I have a broken eth0 connection on the motherboard which is disabled, so
33 this info is correct.
34
35 I then edit /etc/conf.d/net as follows:
36 #iface_eth1="up" --- added # to comment out the config required by
37 rp-pppoe
38 config_eth1=( "dhcp" ) --- added the dhcp configuration required by
39 the cable modem,
40
41 running the command /etc/init.d/net.eth1 start yields the following:
42
43 * Starting eth1
44 * Bringing up eth1
45 * dhcp
46 * Running dhcpcd ...
47 [ ok ]
48 * eth1 received address 24.88.247.205
49
50 ifconfig now reports
51
52 eth1 Link encap:Ethernet HWaddr 00:04:5A:5E:42:FE
53 inet addr:24.88.247.205 Bcast:255.255.255.255
54 Mask:255.255.255.0
55 inet6 addr: fe80::204:5aff:fe5e:42fe/64 Scope:Link
56 UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
57 RX packets:6340 errors:0 dropped:0 overruns:0 frame:0
58 TX packets:1914 errors:0 dropped:0 overruns:0 carrier:0
59 collisions:0 txqueuelen:1000
60 RX bytes:1530454 (1.4 Mb) TX bytes:232952 (227.4 Kb)
61 Interrupt:11 Base address:0xe800
62
63 lo Link encap:Local Loopback
64 inet addr:127.0.0.1 Mask:255.0.0.0
65 inet6 addr: ::1/128 Scope:Host
66 UP LOOPBACK RUNNING MTU:16436 Metric:1
67 RX packets:20 errors:0 dropped:0 overruns:0 frame:0
68 TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
69 collisions:0 txqueuelen:0
70 RX bytes:1266 (1.2 Kb) TX bytes:1266 (1.2 Kb)
71
72 Here's where I get a little stuck. My internet programs are not
73 recognising this eth1 connection. What step do I need to perform in
74 order to get the internet connection working?
75
76 Thanks in advance
77
78 Jeff Cranmer

Replies

Subject Author
Re: [gentoo-user] Trying to install a cable modem connection Michael Kjorling <michael@××××××××.com>