Something along these lines if you wanted to just send 10.10.53.0/24 and
10.10.54.0/24 through the VPN tunnel

tunnel-group testgroup general-attributes
    default-group-policy testpolicy

group-policy testpolicy internal
group-policy testpolicy attributes
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value TunnelList

access-list TunnelList standard permit 10.10.53.0 255.255.255.0
access-list TunnelList standard permit 10.10.54.0 255.255.255.0

BR,
Sibbi


On 3.2.2009 15:22, "Eimantas Zdanevičius" <eiman...@occ.lt> wrote:

> Sigurbjörn Birkir Lárusson wrote:
>> If you're connecting through a natted host to the VPN you might try adding
>> 
>> crypto isakmp nat-traversal 30
>> 
>> I have a fairly similar setup to yours which works just fine.
>>   
> This solved the problem, thanks!
> 
> Another problem is that client sets default gateway to tunnel.
> How can i configure only some networks to go trough tunnel?
> 
> 
> Eimantas

_______________________________________________
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to