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
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