Welcome to the Cisco 67x Website Setup Page
This page discuses how to set up your Cisco 675 or 678 DSL router so that you can have a web server on one of your computers. The requirements are as follows:
- Windows 9x/Windows 2000/Windows XP
- Cisco 675 or Cisco 678
- Your Managment Cable or access to your router via telnet (if you have set it up)
- Your servers private IP Address
- Web server software (this will be discused later on)
- About 30 minutes of your time
The first thing that you need to do is gain access to your router. You can does this in two ways: with the management (Mgmt) cable or via telnet. To connect with the Mgmt cable, follow these simple steps:
- Locate your Mgmt cable
- Plug the ethernet side into the MGMT port of your router and the serial side into your computer
- Start HyperTerminal
- Open a session using the appropriate settings that came with your router
- Press the “Connect” button
- You might need to press a couple of times for the router to responde
- The router will say:
User Access Verification
Password: - Press <enter> as there is no password set (unless you’ve already set a password, then type that password in)
- The router will then display
cbos> - Type
enable
- The router will display:
Password: - Again, press <enter> (unless you have set a password)
- The router will display:
cbos# - Type:
quit
and press <enter> to exit the Cisco modem. - is the private IP address of the computer that will host the web site. To find this IP address click Start>Run: and type
command
<enter>. A MS-DOS window will come up. Type:ipconfig
<enter>. The number next to were it says: IP Address is your <ip-address>. Note: this procedure (just in step 16) needs to be complete on the computer that will be hosting the web server (known as the “host computer”). The host computer must also be connected to the network so that it can obtain its IP address. Typeexit
<enter> to exit the MS-DOS command.
Type
set nat entry add <ip-address> 80 tcp
<enter>
(<ip-address> is defined in step 16)
The next step is to load your Server Software. Both Windows 98 and Windows 2000 come with Microsoft Personal Web Server (PWS). PWS should be located some place on the WIN98 CD-ROM for Windows 98. For Windows 2000, go to Start>Control Panel>Add/Remove Programs. Click on Add/Remove Windows Components and make sure there is a check mark next to Internet Information Service (IIS). Follow the wizard that comes up. If you don’t want to use PWS, there are also a variety of other server software that is available. The best place to start looking is http://www.tucows.com. The main things to consider when getting server software is what you want to do on your website.
These include things like:
- Server-Side-Includes SSI)
- Secure Socket Layer (SSL)
- CGI
- SMTP
- FTP