09-05-2011 05:41 AM - edited 03-07-2019 02:02 AM
Hi there.
I have an ASA 5510 running two vlans. Vlan 101 for workstations and vlan 102 for server and networking kit.
I can access the asa via ASDM and SSH from the server vlan it sits in but not from my work station vlan.
vlan 101: 172.16.101.0
vlan 102: 172.16.102.0
I can access all servers within vlan102 from vlan101.... Example... I can access my domain controller from 101 which is in vlan102: 172.16.102.101 but not the asa.
Within the access settings of my asa i have addedd allow lists for 172.16.101.0/24 to the asa for asdm and ssh but am unable to access the device or ping it.
Cheers,
Jamie.
09-05-2011 05:46 AM
Hi,
Can you post your config and results of what's not working exactly.
Regards.
Alain.
09-05-2011 07:05 AM
Hi,
my guess is that you will have to allow ssh and http(s) access from the workstation vlan to the ASA.
Like this:
SSH:
ssh 172.16.101.1 255.255.255.0 inside (or whatever interface you want, like mgmt or outside)
ssh 172.16.102.1 255.255.255.0 inside
ASDM:
http 172.16.101.1 255.255.255.0 inside
http 172.16.102.1 255.255.255.0 inside
Check the routing also, make sure that both subnets can address the interface you specify
Hope it helps
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