cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
489
Views
0
Helpful
7
Replies

c837 Split-Tunnel problem

larry
Level 1
Level 1

Hello. I am running IOS 12.4(1) on a new 837 router. VPN clients can connect and access internal network. However I cannot seem to get split-tunnel working.

837 has single static public IP. I am static NATing some ports to internal servers. I have IP pool and the split-tunnel ACL in ISAKMP client config group and am not NATing IP pool in route-map.

VPN clients are v4.5.x & v4.6.x. Traceroutes from all clients indicate all traffic to Internet is routing through tunnel -- no split-tunnel functionality.

Config file (837.txt) is attached. Thanks in advance for your assistance!

7 Replies 7

rooter_c
Level 1
Level 1

My access list goes like this.

ip access-list extended vpnaccess

permit ip 192.168.1.0 0.0.0.255 172.16.23.0 0.0.0.255

where 192.168.1.x is my lan subnet and 172.16.23.x is my ippool

everything else looks much like yours except I think your vpn clients won't be able to get to those ports that you have static nat's on.

Thanks Rooter. I'm out of town until Friday (24 June), but will try your suggestion Saturday & let you know here.

I've seen examples of split-tunnel ACLs permitting local LAN to only to the IP pool and others to any.

Rooter, it didn't work. I applied the ACL as you described with my IP segment info, and more importantly, my VPN IP Pool.

The status is the same where the VPN tunnel works, but I cannot get Split Tunnel to work.

when you say no split tunnel, what can't you get to exactly?

Hi Rooter --

The Windows "route print" on the PC running VPN Client, shows the remote network gateway AND the VPN IP Pool IP as the gateway for all the segments. When the tunnel is disconnected, I only have the remote network gateway which I would expect. As soon as the VPN is established, it becomes the precedent gateway for every network.

Also when I tracert to hosts and IPs that are on the Internet vs. private LAN, it still attempts to route through the tunnel.

-- Larry

Have you tried it without the "reverse-route"? I haven't used that before, but it looks like it populates your routing table, maybe conflicts with the split tunnel settings.?

I removed the reverse-route with no change in status. IOS v12.4.2T was issued with some caveat discussion about split-tunnel corrections. I tried v12.4.2T too with no change. I then tried several of the v12.3 releases with no change.

The route print continues to show two gateways for the 0.0.0.0 path and tracert continues to reach any host via tunnel.

I'm growing suspicious of the static NAT causing conflict and will experiment with that next I suppose.