cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
755
Views
0
Helpful
2
Replies

Access ASA

Locayta123
Level 1
Level 1

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.

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

Hi,

Can you post your config and  results of what's not working exactly.

Regards.

Alain.

Don't forget to rate helpful posts.

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