Hello,
Does the proctorlabs vpn support 1760 routers?
The configs from the proctorlabs vrack access pasted into the CLI no problem.
and I was able to login to the session with:
crypto ipsec client ezvpn connect
crypto ipsec client ezvpn xauth
There seems to be traffic running between the session but I can't seem
to get to the proctorlabs PODS thru the tunnel.
Some variables that I'm not sure cause a problem or not is the 1760
has only one fastethernet interface.
1760:
interface FastEthernet0/0
description (Outside Public Interface)
ip address dhcp
ip access-group FW-IN in
no ip unreachables
ip nat outside
ip virtual-reassembly
speed auto
no cdp enable
crypto ipsec client ezvpn IPx-Pod5
interface FastEthernet0/0.888
description (Inside Private Interface)
encapsulation dot1Q 888
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
crypto ipsec client ezvpn IPx-Pod5 inside
ip nat inside source list 101 interface FastEthernet0/0 overload
VPN#sh crypto session
Crypto session current status
Interface: FastEthernet0/0
Session status: UP-ACTIVE
Peer: 209.124.41.250 port 4500
IKE SA: local 10.0.55.104/4500 remote 209.124.41.250/4500 Active
IPSEC FLOW: permit ip host 10.0.1.21 0.0.0.0/0.0.0.0
Active SAs: 2, origin: crypto map
VPN#sh crypto isakmp sa det
Codes: C - IKE configuration mode, D - Dead Peer Detection
K - Keepalives, N - NAT-traversal
X - IKE Extended Authentication
psk - Preshared key, rsig - RSA signature
renc - RSA encryption
C-id Local Remote I-VRF Status Encr Hash Auth
DH Lifetime Cap.
1 10.0.55.104 209.124.41.250 ACTIVE 3des md5 2
21:10:22 CXN
Connection-id:Engine-id = 1:1(software)
PN#sh ver
Cisco IOS Software, C1700 Software (C1700-ADVENTERPRISEK9-M), Version
12.4(23), RELEASE SOFTWARE (fc1)
System image file is "flash:c1700-adventerprisek9-mz.124-23.bin"
Cisco 1760 (MPC860P) processor (revision 0x500) with 118556K/12516K
bytes of memory.
Processor board ID FOC08180DZE (3195384442), with hardware revision 0000
MPC860P processor: part number 5, mask 2
1 FastEthernet interface
1 Serial(sync/async) interface
1 Channelized T1/PRI port
2 Voice FXS interfaces
32K bytes of NVRAM.
32768K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
What am I doing wrong?