Config example for ipsec vpn with iPad native vpn client

The iPad native vpn client supports ikev2. I have searched many documents in the internet and most of them are example for site-to-site, very few useful documentation about remote access vpn with ipsec using ikev2 perhaps for remote access ssl vpn is more convenient and popular. So here's the sample config. The config use certificate … Continue reading Config example for ipsec vpn with iPad native vpn client

Advertisement

Anyconnect VPN using local account

Network diagram Configure inside and outside interface ciscoasa(config)# int gi0/1 ciscoasa(config-if)# nameif outside INFO: Security level for "outside" set to 0 by default. ciscoasa(config-if)# ip address dhcp setroute ciscoasa(config-if)# no shut ciscoasa(config-if)# int gi0/0 ciscoasa(config-if)# nameif inside INFO: Security level for "inside" set to 100 by default. ciscoasa(config-if)# ip address 172.18.1.1 255.255.255.224 ciscoasa(config-if)# no shut … Continue reading Anyconnect VPN using local account

VPN establishment between Hirschmann Eagle20 and Cisco router (2811)

The purpose of VPN is to secure the confidentiality of the communication between two sites by using encryption. Two tunnels are set up, the first tunnel is for Diffie Hellman key exchange, the second tunnel is for data transmission either in transport or tunnel mode. Transport mode in addition to what tunnel mode is doing … Continue reading VPN establishment between Hirschmann Eagle20 and Cisco router (2811)

Security: Remote Access VPN

Moments ago Raj and I tried the remote access vpn and accessing each other's services under encrypted tunnel. Define local pool ip local pool vpnpool 192.168.10.10-192.168.10.20 mask 255.255.255.0   Define username and password for remote user username guest password guest privilege 0 (You would not want your remote user to have full privilege of an … Continue reading Security: Remote Access VPN

Security: Setting up Certificate Authority Server with Win2003

I have been doing pre-shared key based site to site vpn, and decided to move forward to advance vpn technology using digital certificate. I am using Windows 2003 as the Certificate Authority to authenticate users. Pre-shared key is easy to setup and configured but it is not scalable, if you have more than 2 sites … Continue reading Security: Setting up Certificate Authority Server with Win2003