Overview
Network Diagram
Configuring your Router
Determining the Router's
Internal IP Address
Accessing your Router
Port Forwarding
Older Routers
DMZ
Additional Information
Router Manufacturer
Websites
Security Concerns
In order to configure web access (MobileTech, Customer Web Access and/or the API) to ServiceCEO, you need to configure some settings on the router that will connect the web server the Internet. This document will detail the steps you need to take in order to get your web access working smoothly.
To configure web access to ServiceCEO on a network with a router, you can use any router that has "port forwarding" capabilities. This means that your router must be able to route all inbound traffic on a particular source port to one host on a network.
The router's WAN (Wide Area Network) IP Address - the router's IP address to which external sources should be pointing - is the address through which external machines may be permitted to access resources on your internal network. Your WAN IP address will allow external access to ServiceCEO. It is also the address by which other people and computers identify and recognize over the Internet. To determine your WAN, please point your browser to http://www.insightdirect.com/support.html. Your WAN IP Address will be displayed on the left side of the page under Connection Information.
|
|
Caution: |
When properly configured, your network will look something like this:

To configure the router, we have to first log into the router. You can access the router by typing the router's IP address into a browser from an internal computer (a computer in the local network or LAN). The router's IP address usually defaults to "192.168.1.1" or "192.168.0.1". However, if this is not the case, follow the directions below to determine the internal IP address.
|
|
Caution: |
To determine the internal IP address of your router:
Click START > RUN. A Run dialog box appears.
Type COMMAND or CMD in the Open field.
Press ENTER. A "dos" or command prompt window appears.
At the prompt, type IPCONFIG.
Press ENTER. A bunch of information appears.
Record the IP address displayed on the Default Gateway line. This address is your router's IP address as seen from inside your network. In the above screenshot, the router's IP address is 192.168.123.254. Please note that this address is only an example.
Before you access your router, you will need to know your router's user name and password. The router manufacturer supplies you with the user name and password when you purchase the router, normally in the manual or paperwork that came with the router.
Since, for security reasons, it is advisable for security that you do not use the default password with your router, it is possible that the person/company that set up your router changed the router's user name and password. They should have recorded it for you.
Note that Insight Direct cannot help you if you do not know your router's user name and password. However, some typical default user name/password combinations are:
User Name= "admin"; Password= "admin"
User Name="admin"; Password=blank (no text)
If these user name and password combinations do not work, you will need to contact the person who configured the router or the manufacturer of the router to get your user name and password.
To access your router:
Open an Internet browser such as Internet Explorer or Netscape Navigator.
Type the router's IP address into the Address field.
Press Enter. Your router's "login" page appears.
Type the user name into the User Name field.
Type the password into the Password field.
Click Octet router's home page appears in your browser.
You are now logged into your router!
In order to configure ServiceCEO's web access capabilities, need to forward incoming data from port 80 (the port that controls HTTP transactions) to your router's internal IP Address. (See Determining the Router's Internal IP Address section for instructions on locating the internal IP Address.) This section will cover how to configure your router to forward this port.
This section covers how to forward ports on a Linksys® Cable/DSL router setup. We assume that you have SQL Server 2005 running and that you have already set up your router on your network.
To forward port 80 to the correct IP address:
Log in to your router.
Click the Applications and Gaming tab. The Applications and Gaming tab appears.
Type HTTP in the Application field. Note that this field is for identification purposes only.
Type 80 in the Start field.
Type 80 in the End field.
Select TCP from the Protocol drop-down list.
Type the last digits of the internal IP address for the web server in the IP Address field.
Select the Enable check box.
Repeat steps 3-8 for the second row. The only difference is to select UDP from the Protocol drop-down list.
Save your changes. You may need to scroll down to see the Save button.
For older model Linksys Cable/DSL routers, the configuration process might be different. An example configuration for older routers follows.
After logging into the router, click the Advanced tab.
Click the Forwarding tab.
Type 80 in the first Service Port field.
Type the last digits of the internal IP address for the web server in the first IP Address field.
Click Apply.
As long as you can forward incoming data from port 80 to your router's internal IP Address, you should not need a DMZ In computer networks, a DMZ (DeMilitarized Zone) is a computer host or small network inserted as a "neutral zone" between a company's private network and the outside public network. It prevents outside users from getting direct access to a server that contains sensitive data..
However, if you decide to configure a DMZ, only use the DMZ provided by your firewall A set of related programs, located on a network gateway server, that protects the resources of a private network from users from other networks., and configure the DMZ to include only your dedicated web server. DO NOT under any circumstances put your database server computer in the DMZ.
In addition, do not use your router to configure a DMZ In computer networks, a DMZ (DeMilitarized Zone) is a computer host or small network inserted as a "neutral zone" between a company's private network and the outside public network. It prevents outside users from getting direct access to a server that contains sensitive data..
For some useful information regarding internet security, visit Shield's Up, a web site devoted to finding and explaining Internet security issues. Shield's Up can be accessed through http://www.grc.com/default.htm.
For more information on the Linksys cable and DSL router, please see the Linksys website at http://www.linksys.com/
If you are having problems with a particular brand of router, we've listed some of the main router manufacturer websites below:
Linksys: http://www.linksys.com/
Dlink: http://www.dlink.com/
Netgear: http://www.netgear.com/
If your router is not listed, or you experience trouble configuring it, you will need to contact the manufacturer or read the product manual to assist with the router configuration.
Hosting web applications raises potential security concerns. While this document does not cover potential security problems, we suggest the following things:
Read the ServiceCEO Security Best Practices document (PDF).
Explore using SSL Certificates for another level of security. If you use SSL, you will need to forward Port 443 (aka the SSL or Https Port) in the same manner that you forwarded port 80 above.
Back to the Website Deployment Checklist