These instructions are intended for a Cisco 678 DSL router configured for DMT. If you have a CAP line, you will need to follow other instructions.
Setup for a Routed Network
Attach your Cisco 678 DSL router to your computer using the serial management cable which was included in the box with your router from Qwest.
Use a terminal program (such as HyperTerminal for Microsoft Windows or ZTerm for Apple Macintosh) to connect to your router. You will need to use the following terminal settings:
Baud Rate: 38400 bps
Parity: None
Data Bits: 8
Stop Bits: 1
Flow Control: None
The router will prompt you for a login password. If you have not set a password on this router before, then simply hit the Enter key.
At the "cbos>" prompt, enter "enabled mode" by
typing the command "en". The router will prompt you
for an enable password. If you have not set a password on this
router before, then simply hit the Enter key. In enabled mode,
the prompt changes to "cbos#".
Enter the command "set nvram erase" at the prompt
to erase any current configuration and settings from the router's
memory.
Enter the command "write" to write the empty
configuration to the router's permanent memory.
Finally, enter the command "reboot" to restart
the router.
After the router has finished restarting, connect and login into it again as above. Enter enabled mode.
Enter the following commands, one at a time, at the
"cbos#" prompt. For the USERNAME and PASSWORD, use
the DSL username and password which were given to you when you
signed up for your ipHouse DSL account.
For the GATEWAY and NETMASK, use the Network Gateway address
and Netmask which were given to you.
set int wan0-0 close
set int wan0-0 vpi 0
set int wan0-0 vci 32
set int wan0-0 open
set ppp wan0-0 login USERNAME
set ppp wan0-0 password PASSWORD
set ppp wan0-0 ipcp clear
set ppp restart enabled
set interface eth0 address GATEWAY
set interface eth0 netmask NETMASK
set broadcast forwarding disabled
set web disabled
set web port 31337
set web remote 127.0.0.1
set password exec PASSWORD
set rip disabled
write
reboot
After the router has finished restarting, you should be online with ipHouse.
You will need to assign each computer on your local network an IP address from the range of usable IP addresses given to you and configure each computer to use that static IP address.