09-25-2012 12:24 AM - edited 03-04-2019 05:39 PM
please help me out, i am trying to forward port 80 to my web server but its not working, if i ping my website its replying, but if itry to access it from the browser its not working
Solved! Go to Solution.
10-07-2012 03:16 PM
Hello
To configure your Cisco router to do Port forwarding to your web server you will need to do the following
IP nat inside Source static tcp "your privet IP address" " Public IP Address " 80 extendable
The above command will do the NAT port forward but you will need to add ACL.
Access-list 171 permit tcp any host “Public IP Address " eq 80
And case it was HTTPs you will use 443 instead of port 80 .
Hope it will help
09-25-2012 12:48 AM
Hi,
from where are you trying this? what is the forwarding device, a router or firewall ?
are you sure your server is listening on port 80 ? are there any ACL or firewalling feature in place ?
Post your configs as well as the screenshots of your test.
Regards.
Alain
Don't forget to rate helpful posts.
10-07-2012 03:16 PM
Hello
To configure your Cisco router to do Port forwarding to your web server you will need to do the following
IP nat inside Source static tcp "your privet IP address" " Public IP Address " 80 extendable
The above command will do the NAT port forward but you will need to add ACL.
Access-list 171 permit tcp any host “Public IP Address " eq 80
And case it was HTTPs you will use 443 instead of port 80 .
Hope it will help
10-07-2012 10:45 PM
Thank you very much it has worked fine, that was excellent
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide