Tampilkan postingan dengan label Cisco router. Tampilkan semua postingan
Tampilkan postingan dengan label Cisco router. Tampilkan semua postingan

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

Senin, 08 Oktober 2012

How to Setup a Cisco Router VPN (Site-to-Site): Cisco Router Training 101





u can buy best vpn 2016 on here

http://www.soundtraining.net/bookstore In this VPN tutorial video, author, speaker, and IT trainer Don R. Crawley demonstrates how to configure a site-to-site VPN between two Cisco routers. The demo is based on software version 12.4(15)T6 and uses IPSec, ISAKMP, tunnel-groups, Diffie-Hellman groups, and an access-list. The demo is based on the popular book "The Accidental Administrator: Cisco Router Step-by-Step Configuration Guide (http://bit.ly/buyandroidsamsung?0983660727) and includes a link where you can download a free copy of the configs and the network diagram.



thanks to
OnYoutube