VPN remote akses pada packet tracer
Fondasi utamanya laptop (client remote access vpn) harus bisa ping ke router vpn server(router yang melayani koneksi vpn). Hal ini mengisyaratkan bahwa nat di router branch sudah ready/ok dalam menterjemahkan alamat IP private si laptop ke alamat IP publik interface outside si router branch.
Dengan settingan yang sama kita bisa membuat remote vpn di real router misalnya cisco 880.
Router corporate:
aaa new-model
aaa authentication login rtr-remote local
aaa authorization network rtr-remote local
username Cisco password 0 Cisco
crypto isakmp policy 1
encr aes 256
hash md5
authentication pre-share
group 2
lifetime 21600
crypto isakmp client configuration group rtr-remote
key cisco123
pool dynpool
crypto ipsec security-association lifetime seconds 86400
crypto ipsec transform-set vpn1 esp-3des esp-sha-hmac
crypto dynamic-map dynmap 1
set transform-set vpn1
reverse-route
crypto map dynmap client authentication list rtr-remote
crypto map dynmap isakmp authorization list rtr-remote
crypto map dynmap client configuration address respond
crypto map dynmap 10 ipsec-isakmp dynamic dynmap
ip local pool dynpool 30.30.30.20 30.30.30.30
interface FastEthernet0/0
crypto map dynmap
Other Videos By Computertechlighthouse
2015-08-26 | Small Basic Curriculum: 1.2 Statements, Properties, and Operations |
2015-08-25 | PHP form basic [ How To ] |
2015-08-19 | How to factory reset a Raspberry Pi |
2015-08-18 | Capture 20150818 1 |
2015-08-15 | RIP convergence |
2015-08-11 | Packet Tracer 2.7.3: Solving The Missing Route |
2015-08-10 | Packet Tracer: Static route dengan exit interface |
2015-08-06 | Configure and verify R1 |
2015-08-06 | Implementing Basic Addressing Scheme |
2015-08-06 | Cabling devices di packet tracer |
2015-08-04 | VPN remote akses pada packet tracer |
2015-08-02 | Membuat GUI/userform di Microsoft Excel bag. 2 |
2015-08-01 | Membuat GUI/userform di Microsoft Excel bag. 1 |
2015-07-28 | Problemcatur#1 dengan narasi |
2015-07-26 | Paduan suara Talitakum |
2015-07-26 | Paduan Suara Talitakum |
2015-07-21 | Capture 20150721 3 |
2015-07-20 | Virtual Circuits |
2015-07-20 | Identifying VC |
2015-07-17 | Condition |
2015-07-17 | Variabel |