IKA has many good points here but I think he might of made a small typo.
You have this already:
ip local pool VPN-CGY-VPN2 10.1.2.140-10.1.2.170 mask 255.255.255.0
so when he wrote this:
no ip local pool VPN-CGY-VPN 10.1.1.141-10.1.1.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN 10.1.2.141-10.1.2.170 mask 255.255.255.0
I think he meant to write this:
no ip local pool VPN-CGY-VPN 10.1.1.141-10.1.1.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN 10.1.3.141-10.1.3.170 mask 255.255.255.0
other wise this line has no real purpose:
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.3.0 255.255.255.0
Other then that what he suggested looks solid.
Good Luck,
3nerds
Main Topics
Browse All Topics





by: ikalmarPosted on 2009-09-02 at 02:46:29ID: 25239288
Hi,
Try this:
no access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.1.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.2.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.1.1.0 255.255.255.0 10.1.3.0 255.255.255.0
no ip local pool VPN-CGY-VPN 10.1.1.141-10.1.1.170 mask 255.255.255.0
ip local pool VPN-CGY-VPN 10.1.2.141-10.1.2.170 mask 255.255.255.0
no crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
group-policy VPN-CGY attributes
no split-tunnel-policy excludespecified
split-tunnel-policy tunnelall