Penguin
Blame: 3ComDualLink
EditPageHistoryDiffInfoLikePages
Annotated edit history of 3ComDualLink version 1, including all changes. View license author blame.
Rev Author # Line
1 JamesSpooner 1 3Com Dual Link ADSL (USB or Ethernet, you choose).
2 Nice modems, work well in Linux once you agree on a [PPPoE] frame type, see [3ComDualLinkPPPoE].
3
4 Heres a config file you can past to it via serial, this is set-up for Telecom NZ:
5
6 add user root password SECRET
7
8 set system name "3ComDualLink"
9 set system contact "My Name"
10 set system location "My House"
11
12 add port ISP
13 set port ISP vpi 00 vci 100 pcr 0 network PPP
14 enable port ISP
15
16 recon ip network ip address 10.0.0.254/C
17 set dhcp mode disabled
18
19 add snmp comm public access ro address 10.0.0.1
20 set adsl wire inner
21 save all
22
23 Replace ''SECRET'' with the password you want ''root'' to have when telnetting in, ''10.0.0.254'' with the IP you want the modem to have (to telnet to), ''10.0.0.1'' with the IP of the box doing SNMP queries. ''/C'' specifys a Class C, or 24bit CIDR netmask.