Home
Email
Search
Services
Support

Contact Us

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

3001 Henderson
Suite P
Cheyenne, WY
82001 USA

God Bless the USA

©2009
Wyoming
Network, Inc.

All rights Reserved.

Cisco 675 DSL Modem PPP

Q: How Do I Configure the Cisco 675 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. set ppp wan0-0 password enable "insert password here w/o quotes"
  11. set ppp wan0-0 password exec "insert password here w/o quotes"
  12. set ppp restart enable
  13. set dhcp server enabled
  14. set nat enabled
  15. set tftp disable
  16. set telnet disable
  17. set web disable
  18. set web port 8080
  19. write
  20. 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 675 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. This will program the 675 with the commands from Step 6 through 14.