01-23-2017 01:19 AM
Hello all,
Please i have configured a host behind VPN on ASA Version 9.1(2) and am having a challenge on how to configure OUTBOUND access list from my host to the host on the other site on port 8086 and 8009.
Kindly help asap.
01-23-2017 04:41 AM
You best option is to configure an inbound ACL on the interface on which the host is connected. So say it is connected on the inside interface and it has an existing ACL called inside-in, the entry you would need to add would be:
access-list inside-in permit tcp host <your host> host <remote host> eq 8086
This would be outbound with respect to your host but blocked before the ASA can process it further.
01-23-2017 04:42 AM
You best option is to configure an inbound ACL on the interface on which the host is connected. So say it is connected on the inside interface and it has an existing ACL called inside-in, the entry you would need to add would be:
access-list inside-in permit tcp host <your host> host <remote host> eq 8086
This would be outbound with respect to your host but blocked before the ASA can process it further.
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