04-26-2013 07:38 PM - edited 03-07-2019 01:04 PM
I have a problem at my 877W router problem in brief is that router is connected to 2 WAN (internet lines) one Via ATM interface dialer 0 (dedicated to VPN clients) with static public IP 78.x.x.x the other line is connected to the router using one of its ethernet interfaces through DSL Modem (dedicated to any Internet services) with dynamic IP assigned by ISP
default static route is configured to ethernet interface, but problem is that when a client connected to the network using cisco VPN client by static public IP: 78.x.x.x virtual access interface is created as shown
Router#show ip route 192.168.1.195
Routing entry for 192.168.1.195/32
Known via "static", distance 1, metric 0
Routing Descriptor Blocks:
* 41.37.68.115, via Virtual-Access3
Route metric is 0, traffic share count is 1
but cisco router has a defualt route to ethernet interface to reach the above mentioned next hop not routed to dialer0 as usual, all what i need is when one connected via VPN client route directed to its next hop using dialer0 not using ethernet
- I tried to match VPN-Pool using route-map and routed them to dialer0 but problem still exists as router need to reach next hop of 41.x.x.x so it uses default route.
- Also I tried to match them using port numbers but problem still the same
Is there any solution ?
05-01-2013 10:04 PM
Dears,
I am still waiting any reply if it is available or not
05-10-2013 12:22 PM
Hello Mohamed,
I assume that you use public IP 78.x.x.x for VPN client to connect. Try to configure PBR for all traffic with source IP
78.x.x.x to use Dialer 0 interface.
ip access list extend VPN_TRAFFIC
permit ip host 78.x.x.x any
route-map VPN_TRAFFIC_MAP
match ip address VPN_TRAFFIC
set interface Dialer0
ip local policy route-map VPN_TRAFFIC_MAP
But I am not sure if this will work.
Best Regards
Please rate all helpful posts and close solved questions
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide