Rabu, 28 Januari 2015

Configuring Site to Site IPSec VPN Tunnel on Cisco Router





u can buy best vpn 2016 on here

crypto isakmp policy 2
encr aes
hash md5
authentication pre-share
group 2
lifetime 600
crypto isakmp key kamran address 99.99.150.2
!
!
crypto ipsec transform-set MY-VPN esp-aes 256 esp-sha-hmac
!
crypto map MAP 1 ipsec-isakmp
set peer 99.99.150.2
set transform-set MY-VPN
match address VPN_ACL
!
interface FastEthernet0/0
ip address 188.72.150.2 255.255.255.252
duplex auto
speed auto
crypto map MAP
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 188.72.150.1
no ip http server
no ip http secure-server
!
!
!
ip access-list extended VPN_ACL
permit ip 192.168.1.0 0.0.0.255 172.16.50.0 0.0.0.255



thanks to
OnYoutube

Tidak ada komentar:

Posting Komentar