06-05-2015 08:46 AM - edited 03-11-2019 11:03 PM
Hello ASA Engineers,
I am trying to allow RDP from the data Vlan 192.168.1.0 (inside_network) to the Voice Vlan server 192.168.20.6 (Voice_Vlan_network), I managed to allow ICMP between the 2 vlans, can anyone help me configure RDP from 192.168.1.0 network to 192.168.20.6 server? Thanks in advance.
06-05-2015 07:05 PM
Hi,
It depends on the existing configuration that you have on the ASA device.
I would request you to post the relevant configuration so that we can verify if the traffic will work or not ?
Also , try to simulate the traffic on the ASA device using the packet tracer feature:-
https://supportforums.cisco.com/document/29601/troubleshooting-access-problems-using-packet-tracer
Thanks and Regards,
Vibhor Amrodia
06-15-2015 08:31 AM
.
06-15-2015 08:31 AM
The line below should allow all IP traffic from inside to the voice vlan:
access-list inside_access_in extended permit ip 192.168.1.0 255.255.255.0 192.168.20.0 255.255.255.0
Agree with Vibhor, you should run packet tracer on the firewall to see where it's being dropped:
packet-tracer input inside tcp 192.168.1.1 4444 192.168.20.1 3389 detailed
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