Hi Irmoore
Sorry, I cleansed it a bit too much for you to see the different subnets. I did remove the route for the access vpn back out the dialer with no real difference to the result.
Building configuration...
Current configuration : 7576 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname XXXXXX_877
!
boot-start-marker
boot-end-marker
!
logging buffered 4096
enable secret 5 $1$P5iO$E4MKlcCV5QaWwo0cFR
!
aaa new-model
!
!
aaa authentication login default local
aaa authentication login userauthen local
aaa authorization network groupauthor local
!
!
aaa session-id common
memory-size iomem 25
clock timezone AEST 10
clock summer-time AEST recurring 1 Sun Oct 2:00 4 Sun Mar 2:00
!
!
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
!
crypto isakmp policy 21
encr 3des
hash md5
authentication pre-share
group 2
lifetime 480
crypto isakmp key xxxxxxx address 203.xxx.xxx.xxx no-xauth
crypto isakmp nat keepalive 20
!
crypto isakmp client configuration group XXXXX_VPN_Clients
key cisco
dns 192.168.50.4
wins 192.168.50.4
domain XXXXX.#######>$$$$$$$$
pool VPNPOOL
acl XXXXX_IPSEC
!
!
crypto ipsec transform-set XXXXX_TRANSFORM esp-3des esp-md5-hmac
crypto ipsec transform-set REMOTE_CLIENTS esp-3des esp-md5-hmac
!
crypto dynamic-map REMOTE_MAP 10
set transform-set REMOTE_CLIENTS
!
!
crypto map XXXXX_MAP client authentication list userauthen
crypto map XXXXX_MAP isakmp authorization list groupauthor
crypto map XXXXX_MAP client configuration address respond
crypto map XXXXX_MAP 21 ipsec-isakmp
set peer 203.xxx.xxx.xxx
set transform-set XXXXX_TRANSFORM
match address XXXXX_IPSEC
crypto map XXXXX_MAP 65535 ipsec-isakmp dynamic REMOTE_MAP
!
no ip source-route
ip cef
!
!
!
!
!
multilink bundle-name authenticated
vpdn enable
!
!
!
username xxxx password 7 xxxxxxxxxxxxxxxxx
username xxxxx password 7 xxxxxxxxxxxxxxxxxx
username xxxxxx password 7 xxxxxxxxxxxxxxxxx
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
hold-queue 224 in
!
interface ATM0.1 point-to-point
no snmp trap link-status
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
description XXXXX LAN
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
description xxxxxxxxxxxx
switchport access vlan xx
duplex full
!
interface Vlan1
ip address 192.168.50.x 255.255.255.0
ip nat inside
ip rip send version 1 2
ip rip receive version 1 2
ip virtual-reassembly
!
interface Vlanxx
ip address 192.168.200.x 255.255.255.0
ip rip send version 1 2
ip rip receive version 1 2
ip virtual-reassembly
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp chap refuse
ppp pap sent-username XXXXXxxxxxx@!!***!!! password 7 8888888888888
crypto map XXXXX_MAP
!
router eigrp 17
redistribute static
network 192.168.50.0
network 192.168.200.0
auto-summary
!
router rip
redistribute static
network 192.168.50.0
network 192.168.200.0
neighbor 192.168.46.xx
no auto-summary
!
ip local pool VPNPOOL 192.168.49.1 192.168.49.254
ip route 0.0.0.0 0.0.0.0 192.168.46.65 10
ip route 0.0.0.0 0.0.0.0 Dialer1 240
ip route 10.0.0.0 255.255.254.0 203.xxx.xxx.xxx 200
ip route 172.17.0.0 255.255.0.0 203.xxx.xxx.xxx 200
ip route 192.168.46.0 255.255.255.0 203.xxx.xxx.xxx 200
ip route 192.168.51.0 255.255.255.0 203.xxx.xxx.xxx 200
ip route 192.168.70.0 255.255.255.0 192.168.200.5
!
!
no ip http server
ip http secure-server
ip nat inside source route-map NONAT_RMAP interface Dialer1 overload
!
ip access-list extended XXXXX_IPSEC
remark VPN Encrypted Traffic
remark PERMIT TRAFFIC FROM INTERNAL LAN TO VPN CLIENTS
permit ip 192.168.50.0 0.0.0.255 192.168.49.0 0.0.0.255
remark PERMIT TRAFFIC FROM INTERNAL LAN TO VPN SITES
permit ip 192.168.50.0 0.0.0.255 192.168.46.0 0.0.0.255
permit ip 192.168.50.0 0.0.0.255 172.17.0.0 0.0.255.255
permit ip 192.168.50.0 0.0.0.255 192.168.70.0 0.0.0.255
permit ip 192.168.50.0 0.0.0.255 10.0.0.0 0.0.1.255
permit ip 192.168.50.0 0.0.0.255 192.168.200.0 0.0.0.255
deny ip any any log
ip access-list extended NONAT_ACL
remark Filter IPSec traffic from NAT
remark Deny NAT FROM INTERNAL LAN TO VPN CLIENTS
deny ip 192.168.50.0 0.0.0.255 192.168.49.0 0.0.0.255
remark Deny NAT FROM INTERNAL LAN TO VPN SITES
deny ip 192.168.50.0 0.0.0.255 192.168.46.0 0.0.0.255
deny ip 192.168.50.0 0.0.0.255 172.17.0.0 0.0.255.255
deny ip 192.168.50.0 0.0.0.255 192.168.70.0 0.0.0.255
deny ip 192.168.50.0 0.0.0.255 10.0.0.0 0.0.1.255
deny ip 192.168.50.0 0.0.0.255 192.168.200.0 0.0.0.255
permit ip 192.168.50.0 0.0.0.255 any
deny ip any any log
ip access-list extended WAN_IN
permit ahp any any
permit esp any any
permit udp any any eq isakmp
permit udp any any eq non500-isakmp
permit ip any any log
!
dialer-list 1 protocol ip permit
snmp-server engineID local 1921685050
snmp-server community XXXXXXX
snmp-server location XXXXX_Rtr
snmp-server contact ************
snmp-server enable traps tty
snmp-server enable traps authenticate-fail
snmp-server enable traps config-copy
snmp-server enable traps config
snmp-server enable traps syslog
snmp-server enable traps isakmp tunnel start
snmp-server enable traps isakmp tunnel stop
snmp-server enable traps ipsec tunnel start
snmp-server enable traps ipsec tunnel stop
snmp-server host 172.17.160.xxx ***********
!
!
!
route-map NONAT_RMAP permit 21
match ip address NONAT_ACL
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
transport input telnet ssh
!
scheduler max-task-time 5000
ntp clock-period 17175053
ntp server 192.168.46.xx
!
webvpn cef
!
webvpn context Default_context
ssl authenticate verify all
!
no inservice
!
end
XXXXX_877#
Debug
Nov 7 21:27:31.072: ISAKMP (0:0): received packet from 61.88.74.117 dport 500 sport 500 Global (N) NEW SA
Nov 7 21:27:31.072: ISAKMP: Created a peer struct for 61.88.74.117, peer port 500
Nov 7 21:27:31.072: ISAKMP: New peer created peer = 0x84787638 peer_handle = 0x80000019
Nov 7 21:27:31.072: ISAKMP: Locking peer struct 0x84787638, refcount 1 for crypto_isakmp_process_bloc
Nov 7 21:27:31.072: ISAKMP:(0):Setting client config settings 830B1AA4
Nov 7 21:27:31.072: ISAKMP:(0):(Re)Setting client xauth list and state
Nov 7 21:27:31.076: ISAKMP/xauth: initializing AAA request
Nov 7 21:27:31.076: AAA/BIND(0000002E): Bind i/f
Nov 7 21:27:31.076: ISAKMP: local port 500, remote port 500
Nov 7 21:27:31.076: ISAKMP: Find a dup sa in the avl tree during calling isadb_insert sa = 83A80740
Nov 7 21:27:31.076: ISAKMP:(0): processing SA payload. message ID = 0
Nov 7 21:27:31.076: ISAKMP:(0): processing ID payload. message ID = 0
Nov 7 21:27:31.076: ISAKMP (0:0): ID payload
next-payload : 13
type : 11
group id : XXXXX_VPN_Clients
protocol : 17
port : 500
length : 27
Nov 7 21:27:31.076: ISAKMP:(0):: peer matches *none* of the profiles
Nov 7 21:27:31.076: ISAKMP:(0): processing vendor id payload
Nov 7 21:27:31.076: ISAKMP:(0): vendor ID seems Unity/DPD but major 215 mismatch
Nov 7 21:27:31.076: ISAKMP:(0): vendor ID is XAUTH
Nov 7 21:27:31.076: ISAKMP:(0): processing vendor id payload
Nov 7 21:27:31.076: ISAKMP:(0): vendor ID is DPD
Nov 7 21:27:31.076: ISAKMP:(0): processing vendor id payload
Nov 7 21:27:31.076: ISAKMP:(0): vendor ID seems Unity/DPD but major 123 mismatch
Nov 7 21:27:31.076: ISAKMP:(0): vendor ID is NAT-T v2
Nov 7 21:27:31.080: ISAKMP:(0): processing vendor id payload
Nov 7 21:27:31.080: ISAKMP:(0): vendor ID seems Unity/DPD but major 194 mismatch
Nov 7 21:27:31.080: ISAKMP:(0): processing vendor id payload
Nov 7 21:27:31.080: ISAKMP:(0): vendor ID is Unity
Nov 7 21:27:31.080: ISAKMP:(0): Authentication by xauth preshared
Nov 7 21:27:31.080: ISAKMP:(0):Checking ISAKMP transform 1 against priority 10 policy
Nov 7 21:27:31.080: ISAKMP: encryption AES-CBC
Nov 7 21:27:31.080: ISAKMP: hash SHA
Nov 7 21:27:31.080: ISAKMP: default group 2
Nov 7 21:27:31.080: ISAKMP: auth XAUTHInitPreShared
Nov 7 21:27:31.080: ISAKMP: life type in seconds
Nov 7 21:27:31.080: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.080: ISAKMP: keylength of 256
Nov 7 21:27:31.080: ISAKMP:(0):Encryption algorithm offered does not match policy!
Nov 7 21:27:31.080: ISAKMP:(0):atts are not acceptable. Next payload is 3
Nov 7 21:27:31.080: ISAKMP:(0):Checking ISAKMP transform 2 against priority 10 policy
Nov 7 21:27:31.080: ISAKMP: encryption AES-CBC
Nov 7 21:27:31.080: ISAKMP: hash MD5
Nov 7 21:27:31.080: ISAKMP: default group 2
Nov 7 21:27:31.080: ISAKMP: auth XAUTHInitPreShared
Nov 7 21:27:31.080: ISAKMP: life type in seconds
Nov 7 21:27:31.080: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.080: ISAKMP: keylength of 256
Nov 7 21:27:31.080: ISAKMP:(0):Encryption algorithm offered does not match policy!
Nov 7 21:27:31.080: ISAKMP:(0):atts are not acceptable. Next payload is 3
Nov 7 21:27:31.080: ISAKMP:(0):Checking ISAKMP transform 3 against priority 10 policy
Nov 7 21:27:31.084: ISAKMP: encryption AES-CBC
Nov 7 21:27:31.084: ISAKMP: hash SHA
Nov 7 21:27:31.084: ISAKMP: default group 2
Nov 7 21:27:31.084: ISAKMP: auth pre-share
Nov 7 21:27:31.084: ISAKMP: life type in seconds
Nov 7 21:27:31.084: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.084: ISAKMP: keylength of 256
Nov 7 21:27:31.084: ISAKMP:(0):Encryption algorithm offered does not match policy!
Nov 7 21:27:31.084: ISAKMP:(0):atts are not acceptable. Next payload is 3
Nov 7 21:27:31.084: ISAKMP:(0):Checking ISAKMP transform 4 against priority 10 policy
Nov 7 21:27:31.084: ISAKMP: encryption AES-CBC
Nov 7 21:27:31.084: ISAKMP: hash MD5
Nov 7 21:27:31.084: ISAKMP: default group 2
Nov 7 21:27:31.084: ISAKMP: auth pre-share
Nov 7 21:27:31.084: ISAKMP: life type in seconds
Nov 7 21:27:31.084: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.084: ISAKMP: keylength of 256
Nov 7 21:27:31.084: ISAKMP:(0):Encryption algorithm offered does not match policy!
Nov 7 21:27:31.084: ISAKMP:(0):atts are not acceptable. Next payload is 3
Nov 7 21:27:31.084: ISAKMP:(0):Checking ISAKMP transform 5 against priority 10 policy
Nov 7 21:27:31.084: ISAKMP: encryption AES-CBC
Nov 7 21:27:31.084: ISAKMP: hash SHA
Nov 7 21:27:31.084: ISAKMP: default group 2
Nov 7 21:27:31.084: ISAKMP: auth XAUTHInitPreShared
Nov 7 21:27:31.084: ISAKMP: life type in seconds
Nov 7 21:27:31.084: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.084: ISAKMP: keylength of 128
Nov 7 21:27:31.084: ISAKMP:(0):Encryption algorithm offered does not match policy!
Nov 7 21:27:31.084: ISAKMP:(0):atts are not acceptable. Next payload is 3
Nov 7 21:27:31.088: ISAKMP:(0):Checking ISAKMP transform 6 against priority 10 policy
Nov 7 21:27:31.088: ISAKMP: encryption AES-CBC
Nov 7 21:27:31.088: ISAKMP: hash MD5
Nov 7 21:27:31.088: ISAKMP: default group 2
Nov 7 21:27:31.088: ISAKMP: auth XAUTHInitPreShared
Nov 7 21:27:31.088: ISAKMP: life type in seconds
Nov 7 21:27:31.088: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.088: ISAKMP: keylength of 128
Nov 7 21:27:31.088: ISAKMP:(0):Encryption algorithm offered does not match policy!
Nov 7 21:27:31.088: ISAKMP:(0):atts are not acceptable. Next payload is 3
Nov 7 21:27:31.088: ISAKMP:(0):Checking ISAKMP transform 7 against priority 10 policy
Nov 7 21:27:31.088: ISAKMP: encryption AES-CBC
Nov 7 21:27:31.088: ISAKMP: hash SHA
Nov 7 21:27:31.088: ISAKMP: default group 2
Nov 7 21:27:31.088: ISAKMP: auth pre-share
Nov 7 21:27:31.088: ISAKMP: life type in seconds
Nov 7 21:27:31.088: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.088: ISAKMP: keylength of 128
Nov 7 21:27:31.088: ISAKMP:(0):Encryption algorithm offered does not match policy!
Nov 7 21:27:31.088: ISAKMP:(0):atts are not acceptable. Next payload is 3
Nov 7 21:27:31.088: ISAKMP:(0):Checking ISAKMP transform 8 against priority 10 policy
Nov 7 21:27:31.088: ISAKMP: encryption AES-CBC
Nov 7 21:27:31.088: ISAKMP: hash MD5
Nov 7 21:27:31.088: ISAKMP: default group 2
Nov 7 21:27:31.088: ISAKMP: auth pre-share
Nov 7 21:27:31.088: ISAKMP: life type in seconds
Nov 7 21:27:31.088: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.088: ISAKMP: keylength of 128
Nov 7 21:27:31.088: ISAKMP:(0):Encryption algorithm offered does not match policy!
Nov 7 21:27:31.088: ISAKMP:(0):atts are not acceptable. Next payload is 3
Nov 7 21:27:31.088: ISAKMP:(0):Checking ISAKMP transform 9 against priority 10 policy
Nov 7 21:27:31.088: ISAKMP: encryption 3DES-CBC
Nov 7 21:27:31.088: ISAKMP: hash SHA
Nov 7 21:27:31.088: ISAKMP: default group 2
Nov 7 21:27:31.088: ISAKMP: auth XAUTHInitPreShared
Nov 7 21:27:31.088: ISAKMP: life type in seconds
Nov 7 21:27:31.088: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.092: ISAKMP:(0):Hash algorithm offered does not match policy!
Nov 7 21:27:31.092: ISAKMP:(0):atts are not acceptable. Next payload is 3
Nov 7 21:27:31.092: ISAKMP:(0):Checking ISAKMP transform 10 against priority 10 policy
Nov 7 21:27:31.092: ISAKMP: encryption 3DES-CBC
Nov 7 21:27:31.092: ISAKMP: hash MD5
Nov 7 21:27:31.092: ISAKMP: default group 2
Nov 7 21:27:31.092: ISAKMP: auth XAUTHInitPreShared
Nov 7 21:27:31.092: ISAKMP: life type in seconds
Nov 7 21:27:31.092: ISAKMP: life duration (VPI) of 0x0 0x20 0xC4 0x9B
Nov 7 21:27:31.092: ISAKMP:(0):atts are acceptable. Next payload is 3
Nov 7 21:27:31.092: ISAKMP:(0): processing KE payload. message ID = 0
Nov 7 21:27:31.092: crypto_engine: Create DH shared secret
Nov 7 21:27:31.136: ISAKMP:(0): processing NONCE payload. message ID = 0
Nov 7 21:27:31.136: ISAKMP:(0): vendor ID is NAT-T v2
Nov 7 21:27:31.136: AAA/AUTHOR (0x2E): Pick method list 'groupauthor'
Nov 7 21:27:31.136: ISAKMP:(0):Input = IKE_MESG_FROM_PEER, IKE_AM_EXCH
Nov 7 21:27:31.140: ISAKMP:(0):Old State = IKE_READY New State = IKE_R_AM_AAA_AWAIT
Nov 7 21:27:31.140: crypto_engine: Create IKE SA
Nov 7 21:27:31.140: crypto engine: deleting DH phase 2 SW:28
Nov 7 21:27:31.140: crypto_engine: Delete DH shared secret
Nov 7 21:27:31.140: ISAKMP:(2018): constructed NAT-T vendor-02 ID
Nov 7 21:27:31.140: ISAKMP:(2018):SA is doing pre-shared key authentication plus XAUTH using id type ID_IPV4_ADDR
Nov 7 21:27:31.140: ISAKMP (0:2018): ID payload
next-payload : 10
type : 1
address : 203.2xx.xxx.xxx
protocol : 17
port : 0
length : 12
Nov 7 21:27:31.144: ISAKMP:(2018):Total payload length: 12
Nov 7 21:27:31.144: crypto_engine: Generate IKE hash
Nov 7 21:27:31.144: ISAKMP:(2018): sending packet to 61.xxx.xxx.xxx my_port 500 peer_port 500 (R) AG_INIT_EXCH
Nov 7 21:27:31.144: ISAKMP:(2018):Sending an IKE IPv4 Packet.
Nov 7 21:27:31.144: ISAKMP:(2018):Input = IKE_MESG_FROM_AAA, PRESHARED_KEY_REPLY
Nov 7 21:27:31.144: ISAKMP:(2018):Old State = IKE_R_AM_AAA_AWAIT New State = IKE_R_AM2
Nov 7 21:27:36.318: ISAKMP (0:2018): received packet from 61.xxx.xxx.xxx dport 500 sport 500 Global (R) AG_INIT_EXCH
Nov 7 21:27:36.322: ISAKMP:(2018): phase 1 packet is a duplicate of a previous packet.
Nov 7 21:27:36.322: ISAKMP:(2018): retransmitting due to retransmit phase 1
Nov 7 21:27:36.822: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH...
Nov 7 21:27:36.822: ISAKMP (0:2018): incrementing error counter on sa, attempt 1 of 5: retransmit phase 1
Nov 7 21:27:36.822: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH
Nov 7 21:27:36.822: ISAKMP:(2018): sending packet to 61.xxx.xxx.xxx my_port 500 peer_port 500 (R) AG_INIT_EXCH
Nov 7 21:27:36.822: ISAKMP:(2018):Sending an IKE IPv4 Packet.
Nov 7 21:27:41.321: ISAKMP (0:2018): received packet from 61.xxx.xxx.xxx dport 500 sport 500 Global (R) AG_INIT_EXCH
Nov 7 21:27:41.321: ISAKMP:(2018): phase 1 packet is a duplicate of a previous packet.
Nov 7 21:27:41.321: ISAKMP:(2018): retransmitting due to retransmit phase 1
Nov 7 21:27:41.821: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH...
Nov 7 21:27:41.821: ISAKMP (0:2018): incrementing error counter on sa, attempt 2 of 5: retransmit phase 1
Nov 7 21:27:41.821: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH
Nov 7 21:27:41.821: ISAKMP:(2018): sending packet to 61.xxx.xxx.xxx my_port 500 peer_port 500 (R) AG_INIT_EXCH
Nov 7 21:27:41.821: ISAKMP:(2018):Sending an IKE IPv4 Packet.
Nov 7 21:27:45.815: ISAKMP:(2017):purging SA., sa=830A99E0, delme=830A99E0
Nov 7 21:27:46.319: ISAKMP (0:2018): received packet from 61.xxx.xxx.xxx dport 500 sport 500 Global (R) AG_INIT_EXCH
Nov 7 21:27:46.319: ISAKMP:(2018): phase 1 packet is a duplicate of a previous packet.
Nov 7 21:27:46.319: ISAKMP:(2018): retransmitting due to retransmit phase 1
Nov 7 21:27:46.819: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH...
Nov 7 21:27:46.819: ISAKMP (0:2018): incrementing error counter on sa, attempt 3 of 5: retransmit phase 1
Nov 7 21:27:46.819: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH
Nov 7 21:27:46.819: ISAKMP:(2018): sending packet to 61.xxx.xxx.xxx my_port 500 peer_port 500 (R) AG_INIT_EXCH
Nov 7 21:27:46.819: ISAKMP:(2018):Sending an IKE IPv4 Packet.
Nov 7 21:27:56.816: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH...
Nov 7 21:27:56.816: ISAKMP (0:2018): incrementing error counter on sa, attempt 4 of 5: retransmit phase 1
Nov 7 21:27:56.816: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH
Nov 7 21:27:56.816: ISAKMP:(2018): sending packet to 61.xxx.xxx.xxx my_port 500 peer_port 500 (R) AG_INIT_EXCH
Nov 7 21:27:56.816: ISAKMP:(2018):Sending an IKE IPv4 Packet.
Nov 7 21:28:06.814: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH...
Nov 7 21:28:06.814: ISAKMP (0:2018): incrementing error counter on sa, attempt 5 of 5: retransmit phase 1
Nov 7 21:28:06.814: ISAKMP:(2018): retransmitting phase 1 AG_INIT_EXCH
Nov 7 21:28:06.814: ISAKMP:(2018): sending packet to 61.xxx.xxx.xxx my_port 500 peer_port 500 (R) AG_INIT_EXCH
Nov 7 21:28:06.814: ISAKMP:(2018):Sending an IKE IPv4 Packet.
Main Topics
Browse All Topics





by: lrmoorePosted on 2007-10-30 at 19:25:11ID: 20182543
Remove these routing statements
>ip route 192.168.4x.0 255.255.255.0 xxx.xxx.xxx 200
>ip route 192.168.4x.0 255.255.255.0 Dialer1