09-07-2011 01:45 PM
The remote office is connected to hq via site to site vpn. I have 1 static IP (on the remote site)that I use for the site to site. I need to publish a web server at the remote site.
My question is can I use the same IP for VPN and web server publishing, I am having trouble getting the web server to publish
see attachment
Thanks for your time
Solved! Go to Solution.
09-07-2011 06:43 PM
Hi,
Sure you can use the same public IP of your outside interface for port forwarding , you just need to apply the inbound acl to your outside interface
add the line bellow to your config and try www
access-group inbound in interface outside
if no joy you can try changing the acl to reflect outside keyword instead of public IP
example:
access-list inbound permit tcp any interface outside eq www
and remove the old one ( no access-list inbound permit tcp any host 74.94.2yy.xxx eq www )
Regards
09-07-2011 06:43 PM
Hi,
Sure you can use the same public IP of your outside interface for port forwarding , you just need to apply the inbound acl to your outside interface
add the line bellow to your config and try www
access-group inbound in interface outside
if no joy you can try changing the acl to reflect outside keyword instead of public IP
example:
access-list inbound permit tcp any interface outside eq www
and remove the old one ( no access-list inbound permit tcp any host 74.94.2yy.xxx eq www )
Regards
09-08-2011 05:30 AM
That worked perfectly. Thanks a lot.
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: