I can ping the management interface, but I can't ssh to it.Here is my config:ASA Version 8.4(6)
!
command-alias exec sr show run
firewall transparent
hostname guestfw
interface GigabitEthernet0/0
nameif inside
bridge-group 1
security-level 100
...
I'm trying to configure a transparent firewall. I have been loosely following: http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008089f467.shtml my management network is 10.10.0.0 while the connection I wan...
To your first point, there is no reason to have the *management* of the device on the subnet being firewalled. It makes more sense to have the management interface on the management network. As far as your second point, the point of a layer-2 firew...