I want to access my pc that hosting application with address http://pc locally but if I want to access this outside I can type my external ip via port 8080 like this http://external ip:8080
Please help with the proper cisco command:
Can I use the command below?
ip nat inside source static tcp 192.168.0.10 80 interface Dialer 1 8080
Many Thanks!