Good Afternoon I have a question regarding a Frame-relay
I have a frame-relay on the WAN Interface I have a private IP but I have a range of Ip to leave
The question is
As the interface to the internet that I have I have a private ip I can apply VPN Crypto Map
I could tell the Crypto Map to use for VPN Ip
attached the config
hostname LAB
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
ip cef
!
!
!
!
ip domain name yourdomain.com
ip name-server 200.44.32.12
ip name-server 200.75.130.131
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
username c1sc0 privilege 15 password 0 c1sc0
!
!
!
!
crypto isakmp policy 10
hash md5
authentication pre-share
group 2
crypto isakmp key VPN address xxx.Xx.215.251
!
!
crypto ipsec transform-set B-MAIQ esp-des esp-md5-hmac
!
crypto map VPN 1 ipsec-isakmp
set peer xxx.xx.215.251
set transform-set B-MAIQ
match address Ma
!
interface FastEthernet0/1
ip address 192.168.200.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/1/0
description Conexion
ip address 10.18.14.78 255.255.255.252
ip nat outside
ip virtual-reassembly
encapsulation frame-relay IETF
no fair-queue
frame-relay interface-dlci 16
frame-relay lmi-type cisco
!
ip local pool RutMIQ 192.168.40.50 192.168.40.200
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 10.18.14.77
!
!
no ip http server
ip http access-class 23
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat pool red XX.Xx.xx1.90 XX.XX.XX1.91 netmask 255.255.255.248
ip nat inside source list 1 pool red overload
!
ip access-list extended Ma
permit ip 10.10.2.0 0.0.0.15 10.10.1.0 0.0.0.255
!
