Symantec Endpoint Protection Small Business Edition provides easy to use enterprise level protection that optimizes performance and system resources so small businesses can get up and running quickly The simple management capabilities 20 minute deployment and pre configured settings make it lsquo ready to go rsquo so you can focus on running and growing your business rather than worry about security
Symantec Endpoint Protection Small Business Edition v12.0.122.192 Retail
Symantec Endpoint Protection Small Business Edition provides easy to use enterprise level protection that optimizes performance and system resources so small businesses can get up and running quickly The simple management capabilities 20 minute deployment and pre configured settings make it lsquo ready to go rsquo so you can focus on running and growing your business rather than worry about security nbsp Key Features Provides best of class integrated technologies and unmatched protection from the market leading endpoint security vendor Comes with pre configured settings streamlined user interface and built in tools tailored for the small business environment 20 minute…
Base Config: ASA WebVPN
This is becoming a common configuration for me. Here’s a base template I use:
ip local pool WebVPNPool 192.168.251.10-192.168.251.100 mask 255.255.255.0
webvpn
enable outside
svc image disk0:/anyconnect-win-2.3.0254-k9.pkg 1
svc image disk0:/anyconnect-macosx-i386-2.3.0254-k9.pkg 2
svc enable
tunnel-group-list enable
group-policy WebVPNPolicy internal
group-policy WebVPNPolicy attributes
dns-server value X.X.X.X
vpn-tunnel-protocol svc
group-lock value WebVPNAccessProfile
split-tunnel-policy tunnelspecified
split-tunnel-network-list value Split_Tunnel_List
default-domain value business.local
address-pools value WebVPNPool
webvpn
svc ask none default svc
hidden-shares none
file-entry disable
file-browsing disable
url-entry disable
tunnel-group WebVPNAccessProfile type remote-access
tunnel-group WebVPNAccessProfile general-attributes
default-group-policy WebVPNPolicy
tunnel-group WebVPNAccessProfile webvpn-attributes
group-alias WebVPN enable
Base Config: ASA Site-to-Site VPN
It doesn’t matter how many times I’ve done this, I always forget one piece. Here’s a template for the future:Assume local subnet 192.168.15.0/24, remote subnet 192.168.16.0/24. Remote public IP 11.11.11.11.crypto isakmp enable outsidecrypto isakmp policy 10 authentication pre-share encryption aes hash sha group 1 lifetime 28800access-list REMOTE_SITE ex permit ip 192.168.15.0 255.255.0.0 192.168.16.0 255.255.255.0crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmaccrypto map OUTSIDE_MAP 20 match address REMOTE_SITEcrypto map OUTSIDE_MAP 20 set pfs group1crypto map OUTSIDE_MAP 20 set peer 11.11.11.11 crypto map OUTSIDE_MAP 20 set transform-set ESP-AES-128-SHAcrypto map OUTSIDE_MAP 20 set security-association lifetime seconds 28800crypto map OUTSIDE_MAP interface outsidenat (inside) 0 access-list REMOTE_SITEtunnel-group 11.11.11.11 type ipsec-l2ltunnel-group 11.11.11.11 ipsec-attributes pre-shared-key…