04-21-2016 11:32 AM - edited 03-12-2019 12:39 AM
I do not have much experience with firewall side of things, there for I had a question with regards to what I am trying to do.
I have enabled Direct Access on Windows Server 2012, for DA to work it uses HTTPS port 443.
How do I open or enable Direct Access to be able get in and out. Also ASDM is also using Port 443. Any thoughts?
Solved! Go to Solution.
04-21-2016 12:03 PM
to allow access to ther DA server from the internet you would need to do the following (NAT configuration is dependent on ASA version you are running):
object network NAT-DASERVER
host 1.2.3.4
object network DASERVER
host 10.10.10.10
nat (inside,outside) static NAT-DASERVER service tcp 443 443
http server enable 4433 <-- changes ASDM port to 4433
--
Please remember to select a correct answer and rate helpful posts
05-02-2016 04:17 AM
What version ASA are you running
--
Please remember to select a correct answer and rate helpful posts
04-21-2016 12:03 PM
to allow access to ther DA server from the internet you would need to do the following (NAT configuration is dependent on ASA version you are running):
object network NAT-DASERVER
host 1.2.3.4
object network DASERVER
host 10.10.10.10
nat (inside,outside) static NAT-DASERVER service tcp 443 443
http server enable 4433 <-- changes ASDM port to 4433
--
Please remember to select a correct answer and rate helpful posts
04-27-2016 09:41 AM
Hi
Thank you for the information.
When I try that I get a error at the following.
I was able to change the ASDM Port also.
05-02-2016 04:17 AM
What version ASA are you running
--
Please remember to select a correct answer and rate helpful posts
05-03-2016 06:35 AM
Hi Marius
The ASA version is 9.5(2)2.
Device is ASA5512
05-05-2016 02:49 AM
Are your interfaces named inside and outside?
Also, the following is incorrect configuration as 174.x.x.x is not an IP on the inside network:
C5512(config-network-object)# host 174.X.X.X
C5512(config-network-object)# nat (inside,outside) static DAserver-ext se$
--
Please remember to select a correct answer and rate helpful posts
05-18-2016 11:24 AM
Interfaces are called MGMT and PROD.
05-20-2016 01:35 PM
Then that is where your issue is with regards to the invalid input error. the format should be:
nat (real_int,mapped_int)
--
Please remember to select a correct answer and rate helpful posts
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