
una informazione ma avete mai avuto il seguente problema con il gns3....
configurazione router + nat + vpn la configurazione sembra ok ma quando faccio sho cry isa sa ,,...non mi appare niente

cmq posto la cfg
Grazie a tutti
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto isakmp policy 20
encr 3des
authentication pre-share
group 2
crypto isakmp key 123 address 100.100.100.2
!
!
crypto ipsec transform-set VPN-R4 esp-3des esp-sha-hmac
!
crypto map router1 10 ipsec-isakmp
set peer 100.100.100.2
set security-association lifetime kilobytes 86400
set security-association lifetime seconds 28800
set transform-set VPN-R4
match address 100
!
!
!
!
interface FastEthernet0/0
ip address 100.100.100.4 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
crypto map router1
no shut
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
no shut
!
!
!
no ip http server
no ip http secure-server
ip nat inside source list 110 interface FastEthernet0/0 overload
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.255
access-list 100 deny ip 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.255
access-list 110 permit ip 192.168.1.0 0.0.0.255 any
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
!
!
end