Does this count also towards context licensing? Meaning that I can have 10 context's in the active node, and not needing to buy 10 context's also for the standby node? Regards Paul Malmqvist
... View more
Hi Adam! If the ASDM-image is still on the flash: Do a "show flash" and look for the asdm-image file. It's named asdm-xxx.bin, where xxx=version. Then in config mode, type "asdm image disk0:/asdm-xxx.bin" Hope this helps!
... View more
Hi Adam! You are doing it right, you are just missing on little keyword. The line should be as this: access-list dmz_access_in extended permit object-group Sample_Port_Group host 192.168.1.1 any or you could specify the subnetmask as: access-list dmz_access_in extended permit object-group Sample_Port_Group 192.168.1.1 255.255.255.255 any Regards
... View more
Hello. According to this document there is NO support at all for VPN in multiple context mode: http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/mode_contexts.html Regards Paul
... View more
Hello! 1) No natting from inside to outside: access-list nonat_inside permit ip 10.2.1.0 255.255.255.0 any access-list nonat_inside permit ip 10.1.200.0 255.255.255.0 any access-list nonat_inside permit ip 10.1.222.0 255.255.255.0 any nat (inside) 0 access-list nonat_insisde 2 No natting from outside to inside: static (inside,outside) 10.2.1.0 10.2.1.0 netmask 255.255.255.0 static (inside,outside) 10.1.200.0 10.1.200.0 netmask 255.255.255.0 static (inside,outside) 10.1.222.0 10.1.222.0 netmask 255.255.255.0 And then you must have a access-list applied to outside interface wich permits the traffic that is allowed to go to inside. Regards Paul
... View more
Hello! Yes, there is restrictions. You can't use client VPN when conmtext is enabled. You can only use Client VPN when NOT using contexts. Regards
... View more
Hi What happened with the old PIX command "sysopt connection permit-ipsec" ? If you remove that in the PIX, then it's poosible to control VPN-connections with a access-list. Isn't there any equivalent command in the ASA? Regards
... View more
Hi. Thanks a lot for this info. It solved our problem with exact the same symptoms. What has happened in the PIX when this happens? Regards Paul
... View more