how to configure Remote VPN on Router and Explainning with Debug

Опубликовано: 07 Август 2026
на канале: Bikash's Tech
1,687
27

Hi Friends,
Please checkout my new video on Configuring Ikev1 Remote vpn on router with debug explanation. If you like this video give it a thumps up and subscribe my channel for more video. Have any question put it on comment section.

Steps to configure Remote vpn on router

aaa new-model
aaa authentication login remotevpn local
aaa authorization network remotevpn local

username cisco password 0 cisco

IP local pool VPNPOOL 192.168.1.10 192.168.1.20

access-list permit ip 10.1.1.0 0.0.0.255 192.168.1.0 0.0.0.255

crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2

crypto isakmp client configuration group Remotevpn
key cisco
dns 10.1.1.50
pool VPNPOOL
acl 101 === Only required for Split tunnel

crypto ipsec transform-set TSET esp-3des esp-md5-hmac
mode tunnel

crypto dynamic-map DMAP 10
set transform-set TSET

crypto map REMOTEVPN client authentication list remotevpn
crypto map REMOTEVPN isakmp authorization list remotevpn
crypto map REMOTEVPN client configuration address respond
crypto map REMOTEVPN 10 ipsec-isakmp dynamic DMAP

interface g0/0
crypto map REMOTEVPN

Please checkout my video on Site to site vpn and other concepts as well

Site to Site VPN on Router- Understanding and Explanation

   • Site to Site VPN on Router- Understanding ...  

Site to Site VPN Main mode negotiation with Wireshark Explanation

   • Site to Site VPN Main mode negotiation wit...  

What is NAT-T ? What is use in Site to Site VPN with NAT -T wireshark capture and LAB explanation

   • What is NAT-T ? What is use in Site to Sit...  

#Remotevpn #VPN #bikashtech

e-mail id : [email protected]

~-~~-~~~-~~-~
Please watch: "Palo Alto Firewall Basic Configuration | Zone | Security Policy | NAT | Virtual Router"
   • Palo Alto Firewall Basic | Configuration |...  
~-~~-~~~-~~-~