Hi
I have a Router 2011UiAS and I have configured it and working perfectly well. I have a system that is running and application on my LAN. I want to be able to get access to the Application. The application server is 192.168.0.2 and it runs on port 5000. My WAN IP is aaa.bbb.ccc.ddd.
When I type the IP address of my WAN aaa.bbb.ccc.ddd:5000 I will like the router to forward the request to the application server 192.168.0.2:5000/Management where the application is running.
Please can anyone tell me how to go about this.
I have already done some NAT.
chain=dstnat action=dst-nat to-addresses=192.168.0.2
to-ports=5000-9049 protocol=udp dst-address=aaa.bbb.ccc.ddd
in-interface=ether1 dst-port=5000-9049 log=no log-prefix=“”
Still i cant access to the application. Please assist me on this issue.