03-12-2013 05:13 AM
I setup my Clientsless VPN on a ASA Firewall 5510 and when accessing it internally (using the firewall's internall IP address) it displays fine.
But when I entering the externall IP address from home e.g. https://232.14.14.14/ it gives you the choise to procceed or not and wjen i choose it is a secure page in order to procceed then I get the following message:
Under Construction
The site you are trying to view does not currently have a default page. It may be in the process of being upgraded and configured.
Please try this site again later. If you still experience the problem, try contacting the Web site administrator.
If you are the Web site administrator and feel you have received this message in error, please see "Enabling and Disabling Dynamic Content" in IIS Help.
Any ideas please???
Solved! Go to Solution.
03-12-2013 09:54 AM
Awesome, thanks!!
Now, you have two options:
1- Remove the static translation or change it to a different port:
no static (inside,outside) tcp interface https Firewall5510_Server https netmask 255.255.255.255
2- Change the WebVPN port to something else:
webvpn
no enable outside
port 8443
enable outside
So when you connect, you go to: https://1.1.1.1:8443
HTH.
Portu.
03-12-2013 08:07 AM
Hi Achilleas,
It looks like you have a port-forwarding to an internal IIS server on port 443.
Please issue a "show run nat" on your ASA and look for any static translation pointing to 443.
You could share the output here, I'll be glad to check it out for you.
HTH.
Portu.
Please rate any helpful posts.
03-12-2013 08:21 AM
That's the output:
Firewall5510# show run nat
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0
Firewall5510#
any suggestions?
03-12-2013 08:35 AM
Thanks
Please share the "show run static", I thought the ASA was running 8.3 +.
Thanks.
Portu.
03-12-2013 09:42 AM
Firewall5510# show run static
static (inside,outside) tcp interface 3389 Firewall5510_Server 3389 netmask 255.255.255.255
static (inside,outside) tcp interface smtp Firewall5510_Server smtp netmask 255.255.255.255
static (inside,outside) tcp interface ftp Firewall5510_Server ftp netmask 255.255.255.255
static (inside,outside) tcp interface 465 Firewall5510_Server 465 netmask 255.255.255.255
static (inside,outside) tcp interface https Firewall5510_Server https netmask 255.255.255.255
static (inside,outside) tcp interface www Firewall5510_Server www netmask 255.255.255.255
Firewall5510#
03-12-2013 09:54 AM
Awesome, thanks!!
Now, you have two options:
1- Remove the static translation or change it to a different port:
no static (inside,outside) tcp interface https Firewall5510_Server https netmask 255.255.255.255
2- Change the WebVPN port to something else:
webvpn
no enable outside
port 8443
enable outside
So when you connect, you go to: https://1.1.1.1:8443
HTH.
Portu.
03-13-2013 07:58 AM
Hi Javier,
I tried option 1 and it didn't work.
But with option 2 works fine!
Thank you very much for your help, I really appreciate your help.
Many Thanks,
Achilleas.
03-13-2013 10:44 AM
Awesome!!
Have a nice day
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