Free Help Setting up Your Router or Firewall Set up your router from home
Router List Port List Port Checker Other Guides Game Guides Store Support Forum
see list of routers and firewalls below

Default Port Forwarding on the Cisco 678


What is Port Forwarding?
What is Port Triggering?


To setup port forwarding on this router your computer needs to have a static ip address. Take a look at our Static IP Address guide to setup a static ip address. When you are finished setting up a static ip address, please come back to this page and enter the ip address you setup in the Static IP Address box below.

Do not skip this step!

In windows click on the Start button, and then click Run. This will bring up a Run program box. In the textbox in that window type Command or Cmd depending upon which version of windows you are running. Then click the Ok button. A black msdos prompt window should be open in front of you. Type telnet 10.0.0.1, and then press the enter key on your keyboard.

Type en at the prompt.

You should prompted for your password. Enter your password now. By default the password is blank.

Please visit our default username and passsword page, if the password shown above did not work for you.

The following will give you a couple examples of the commands you can type to setup port forwarding in your router.

Forward port 80 tcp traffic from the current outside ip address.

set nat entry add 10.0.0.2 80 tcp

Forward port 2000-3000 tcp traffic from the current outside ip address. The 0.0.0.0 is use when you are not on a static external ip. set nat entry add 10.0.0.2 2000-3000 0.0.0.0 2000-3000 tcp

Change the tcp portion to udp to forward udp traffic. set nat entry add 10.0.0.2 80 udp set nat entry add 10.0.0.2 2000-3000 0.0.0.0 2000-3000 udp

Type write at the prompt. Type reboot at the prompt.

To test if your port has been properly forwarded, you can use our Port Checker tool.