Cisco Systems Cisco 7200 Series Router Question

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Cisco 7200 Series Router Question jim 04-23-06
Posted by jim on April 23, 2006, 10:18 am
Please log in for more thread options
Hello,

I am trying to find the commands that would allow the WWW to route from a
static IP address
on the router's WAN port to the router's LAN port (internal lan i.e.
192.168.....) and
vice versa.

I am able to get the static IP address setup and ping the WWW, but NOT the
internal side of the router.

I am somewhat familiar with the normal commands.

The router is a 7206 with 0/1 0/2 and 0/3 GIG ports.

Any assistance is very much appreciated.

-J



Posted by Merv on April 23, 2006, 10:45 am
Please log in for more thread options
post you config with the ppublic IP masked out


Posted by Andrew on April 23, 2006, 10:21 pm
Please log in for more thread options
This isn't possible. 192.168.0.0/16 is not routeable across the
internet.

You need to port forward from the public address to the internal LAN.

Setup NAT, then use the following commands to port forward.

ip nat inside source static tcp 192.168.0.x [PORT NUMBER] interface
[External Interface, normally a Dialer] [External Port Number]

Let me know if you need help seting up NAT.
In summary, specifiy your internal and external interfaces, and then
setup your access lists to NAT.
i.e
ip nat inside source list internet-nat interface Dialer1 overload

with the following ACL.
ip access-list extended internet-nat
permit ip 192.168.0.0 0.0.0.255 any


Similar ThreadsPosted
Cisco 7200 Series Router Question April 23, 2006, 10:18 am
Cisco 7200 Series - Bandwidth clarification November 19, 2008, 11:56 am
Loging Changes for Cisco Router 7200 September 7, 2005, 8:54 am
Log files in Cisco 7200 router! January 18, 2006, 5:50 am
A non-Cisco router, BDCOM 1700 Router Series June 28, 2008, 4:27 am
Cisco 3600 Series Newbie Question June 20, 2007, 5:16 am
Cisco 2600 Series Router T1 Speeds December 3, 2005, 2:26 pm
Upgrading a Cisco 2600 Series Router November 15, 2006, 1:27 pm
Cisco 2800 series router - PSTN gateway? June 1, 2007, 5:39 pm
how to open a port on a Cisco 1800 series router February 19, 2008, 9:02 am
Does Cisco 1760 Series Router Support Multiple Gateways? May 16, 2008, 11:33 am
ASA 5500 series question on route, 0.0.0.0 September 21, 2006, 11:18 pm
3750 Series Switches Question June 9, 2008, 5:56 am
Config Question - VPN on 3600 Series August 4, 2008, 1:32 pm
Stable IOS Cisco 7200 August 24, 2005, 8:20 am