Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Statcic port forwading, nat

Status
Not open for further replies.

aladin404

IS-IT--Management
Sep 8, 2011
1
0
0
BA
Hi guys,

I was wondering if you can help me. I have never done port forwarding so if someone could guide me through it would be great ..

I'm working in packet tracer 5.1 and I have a simple network lab, like with just two routers.

Router1 has two interfaces, one serial 172.16.0.1/24 and one ethernet 10.0.0.1/24
Router2 also two interfaces, serial 172.16.0.2/24 and ethernet 192.168.1.1

I have done static routing on both routers, and nat for 192.168.1.0/24 network on router2, outside is serial interface, inside ethernet etc.etc.

Now is the part where I need help ..

In 192.168.1.0/24 network I have a web server ...
I want to access it from 10.0.0.0/24 network, for example I have tried something like this (192.168.1.100 is a web server)
#ip nat inside source static tcp 192.168.1.100 80 interface BVI1 3389

So I have already a nat for all computer in 192.168.1.0/24 network and i want for the same network static port so that I can access my web server outside my private network.

Also what are you experineces, how this works with dns server.

Thank you all
 
Could you paste your running-config for both routers 1 and 2.

As I was drawing this out on my whiteboard, I am noticing some issues...

1. between both routers, you need a /30. It would appear that you have 172.16.0.0 /24.

2. You say you have NAT setup but I don't see any public IP's, just a 10., 172.16. and 192.168 all of which are private. NAT is for translating private to public.

3. I would suggest RIP routing with a static default route for unknown traffic as opposed to all static routing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top