Ahoj,
mám rozjetou site-to-site VPN mezi Cisco 1812 a ASA, jenže mi z routeru 1812 nefunguje provoz do Internetu, veškerý provoz mi jde do tunelu. Z routeru nepingnu ani GW providera. Nějaký nápad? Díky moc




access-list inside_nat0_outbound extended permit ip 10.254.254.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.254.254.0 255.255.255.0 192.168.253.0 255.255.255.0
!
access-list outside_cryptomap_3 extended permit ip 10.254.254.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list outside_cryptomap_3 extended permit ip 10.254.254.0 255.255.255.0 192.168.253.0 255.255.255.0
!
nat (inside) 0 access-list inside_nat0_outbound
!
crypto ipsec transform-set esp-3des-sha esp-3des esp-sha-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
!
crypto map outside_map 3 match address outside_cryptomap_3
crypto map outside_map 3 set peer w.x.y.z
crypto map outside_map 3 set transform-set esp-3des-sha
crypto map outside_map 3 set security-association lifetime seconds 28800
crypto map outside_map 3 set security-association lifetime kilobytes 4608000
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
!
tunnel-group w.x.y.z type ipsec-l2l
tunnel-group w.x.y.z ipsec-attributes
pre-shared-key <sekret>
isakmp keepalive threshold 180 retry 2





Uživatelé procházející toto fórum: Žádní registrovaní uživatelé a 1 návštěvník