cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
262
Views
0
Helpful
1
Replies

Need help routing over WIC-1ADSL

bsallison
Level 1
Level 1

I have attached my current config for our 1841 router. I have one DSL connection into FA0/1 which I want to handle most all traffic. Through a vendor request, I have added a dedicated DSL connection coming through the WIC-1ADSL port. Now I need to setup routing so that all outside traffic on port 1494 destined for inside 10.2.1.4 come across the WIC-1ADSL connection (67.41.95.91), & of course the response back should go out that port. The current listing for 1494 coming through FA0/1 can be removed. I need to be careful with this as not to break the current VPN connecting over the FA0/1 port which connects our satellite office.

Thank You

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Brian,

your requirements are specific I think you need to use PBR to be able to send the packets coming from 10.2.1.4 TCP port 1494 to the DSL link.

But here you have NAT too.

access-list 135 permit tcp host 10.2.1.4 eq 1494 any

You need to use a route-map that will set the outgoing interface to dsl in its first block

the following link can be useful:

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080093fca.shtml

it explains how to use multiple nat pools using route-maps

Hope to help

Giuseppe

Review Cisco Networking products for a $25 gift card