Home
Email
Search
Services
Support
About

Contact Us

Tel: 307-772-4466
877-996-6381
   

3001 Henderson
Suite P
Cheyenne, WY
82001 USA

God Bless the USA

©2006
Wyoming
Network, Inc.

All rights Reserved.

Cisco 678 DSL Modem PPP

Q: How Do I Configure the Cisco 678 DSL Modem for PPP
A:
Login with Hyperterminal For Instructions on Hyperterminal click Here, otherwise, follow the instructions below.

Note: In the Windows95/98/NT/2K: Make sure all IP configurations (DNS, IP, etc.) come from the DHCP server.

(Login With Hyperterminal, Hit enter twice.) (Hit Enter after each command)

  1. enable (if asked for a password, just hit enter)
  2. set nvram erase
  3. write
  4. reboot (wait for it to reboot, Hit enter)
  5. enable (if asked for a password, just hit enter)
  6. set ppp wan0-0 ipcp 0.0.0.0
  7. set ppp wan0-0 dns 0.0.0.0
  8. set ppp wan0-0 login "insert username here w/o quotes"
  9. set ppp wan0-0 password "insert password here w/o quotes"
  10. (Make Sure the Ethernet Cable is unplugged)
  11. set int wan0-0 close
  12. set int wan0-0 vpi 0
  13. set int wan0-0 vci 32
  14. set int wan0-0 open
  15. write
  16. (Plug Ethernet cable back in)
  17. set int wan0 ret
  18. set ppp restart enable
  19. set dhcp server enabled
  20. set nat enabled
  21. set password enable "insert password here w/o quotes"
  22. set password exec "insert password here w/o quotes"
  23. set tftp disable
  24. set telnet disable
  25. set web disable
  26. set web port 8080
  27. write
  28. reboot (after it reboots, unplug the unit, wait for 25 seconds)

(plug it back in and let it come all the way back up)

To automate the programming task, we have created a text file with the commands starting from step 6.

  • Download this text file autocommand.txt (4k) by right clicking on the link, and choosing Save Target As... Save this file where it will be easily found.
  • Edit the autocommand.txt with notepad only. Insert your username and password (provided by Lonetree,) where you see the text "Insert username/password here."
    Important! Insert this information without the quotes. Save the file.
  • Once you have logged into the 678 with HyperTerminal, do steps 1 - 4.
  • In HyperTerminal go to the Transfer menu. Choose Send Text File... Select the text file you downloaded and edited earlier.