Windows 95/98/NT/2000 DSL Technical
Support
| Here are instructions for setting your Cisco to Routed mode. |
Setting up in
Routed-RFC1483 Mode for Multiple Workstations
Cbos# enable
Password: xxxxx
Cbos# set nvram erase
Cbos# write
Cbos# reboot
Log back into router
Cbos# enable
Password: xxxxx
Cbos# set rfc1483 enabled
Cbos# set dhcp server enabled
Cbos# set dhcp server pool 0 dns 199.199.195.5
Cbos# set nat enabled
Cbos# set nat outside ip 209.32.1xx.xxx (IP of your workstation)
Cbos# set nat entry add 10.0.0.2 113 209.32.1xx.xxx 113 tcp (IP of your workstation)
Cbos# set nat entry add 10.0.0.2 113 209.32.1xx.xxx 113 udp (IP of your workstation)
..if you have a Cisco 677..
cbos# set interface wan0 trellis-coding disabled
..if you have a Cisco 677/678 and your line is the newer (installed after 4/1/2001) DMT style..
Cbos# set int wan0-0 disable
Cbos# write
Cbos# set int wan0-0 vpi 0
Cbos# set int wan0-0 vci 32
Cbos# set int wan0-0 enable
Cbos# write
Cbos# set int wan0 retrain
..if you have a Cisco 675 or 678 and your line is the older CAP style..
Cbos# set int wan0-0 vpi 1
Cbos# set int wan0-0 vci 1
Cbos# write
Cbos# reboot
|