CONFIGURAR UNA VPN CON IP PÚBLICA DINÁMICA EN CISCO:
crypto
isakmp policy 11
encr 3des
hash md5
authentication pre-share
group 2
crypto
isakmp key 123456 address 0.0.0.0 0.0.0.0
crypto
ipsec transform-set ipdynamic esp-3des esp-md5-hmac
crypto
dynamic-map sucursal-vpn 100
descriptionVPN IP pública
set security-association lifetime seconds
86400
set transform-set ipdynamic
match address 100
crypto map
vpn 100 ipsec-isakmp dynamic sucursal-vpn
interface
Dialer0
crypto map
vpn
access-list
100 permit ip 192.168.1.0 0.0.0.255 10.1.1.0 0.0.0.255