how to configure 3620 router to redirect public port 8080 to inside local port 80?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2010 07:37 AM - edited 03-04-2019 09:12 AM
I manage a small net work on a boat.
We use a router to manage the internet connection via different interfaces. eg Satellite Internet on fa0/1, Landbased Wi-fi fa1/0 etc. The boat's network is split into 3 VLANS.
We have a new peice of equipment onboard that monitors enginroom machinary. It has a static IP address and is connected to VLAN2.
I need to configure port forwarding so that this equipment can be accessed from ther internet for monitoring purposes...the public port being 8080 and the local being 80.
I have already been kicked off twice by the router for incorrect commands, and would appreciate some detailed command lines to fix the problem.
I attach the show run configuration.
Thanks in advance
- Labels:
-
Other Routers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2010 11:45 PM
Dear,
below will bind internet ip port 8080 to device ip port 80. so everything that come to 8080 on the internet will be passed to device ip on port 80.
ip nat inside source static tcp [device ip] 80 [internet ip] 8080
Hope this helps.
Regards
Syed
