Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
if you can access the cli the following should be set in order to access the asdm.http server enablehttp server 0.0.0.0 0.0.0.0 insideasdm image disk0:/asdm-615.bin!aaa authentication http console LOCAL!username cisco password cisco123 priv 15!If tha...
You don't have any nat setup for the guest wireless interface. It'd look something like this:object network obj-wirelessnet subnet 192.168.1.0 255.255.255.0nat (Wireless-Guest,outside) static interfaceThat would PAT all of the hosts on the guest net...
access-list 80 extended permit ip 97.0.0.0 255.255.255.0 192.168.222.0 255.255.255.0access-list 80 extended permit ip 10.1.1.0 255.255.255.0 192.168.222.0 255.255.255.0your access list specifiying traffic to be encrypted can be this same access-list....
I didn't look at everything in this config so there might still be something else but one thing I did see is that your using a standard access-list to specify traffic to be tunneled that is permiting any. You need to use an extended acl to specify t...