Popular
Latest Articles
- Cannot Play YouTube Videos on VodaFone iPhone - Cannot Play Back Not Supported
- ASA L2L VPN is not passing traffic when a VPN Filter is applied
- Endpoint Connect Installation / Troubleshooting Guide
- Checkpoint Web Visualization only provides part of the policy
- Running a packet capture on a SourceFire Sensor
Router - Port Forwarding
You will need to have already set your interfaces to inside and outside using the commands,
ip nat ouside
ip nat inside
Once done you can add the command below. This would allow the IP 10.8.8.8 to be accessed on port 23 via the IP address of the interface fa 0/0 using port 2333.
ip nat inside source static tcp 10.8.8.8 23 interface fastEthernet 0/0 2333
Note !! Rember that in the case above the syntax is for NAT`ing the source but also works the other way round, i.e NATs the destination.
We have 6 guests online