Link to home
Start Free TrialLog in
Avatar of middletn
middletnFlag for United Kingdom of Great Britain and Northern Ireland

asked on

conditional routing with Cisco router

Hi,
I have a Cisco 837 router.  I have a need to do conditional routing based on external IP address such that if a get traffic from that IP on a given port number I route it to a PC on the network, and if I get traffic on the same port number from another IP I route it to a second PC on the internal network.  

Can someone tell me the best way of achieving that?

regards

Avatar of 3nerds
3nerds
Flag of United States of America image

Are you using NAT/PAT and plan to pass this traffic through public outside to a private inside?

Regards,

3nerds
Avatar of middletn

ASKER

yes that's correct
ASKER CERTIFIED SOLUTION
Avatar of 3nerds
3nerds
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hmm, yes I was struggling  with that issue, however, the router we have replaced (another cisco) does do it somehow, unfortunately we can't access that old router to see how they archived it.

Screnario is this.  They have 3 remote workers, all who use remote desktop to get to their in office PC's

regards
Do you have multiple outside ip addresses?

The other way I have seen it done is via a proxy type setup using an Windowns sbs 2003 server.

Regards,

3nerds
That could be how they did it, they do have an SBS and the network gateway points to the SBS server, so I guess that might be handling the traffic, but how I don't know

regards

The remote desktop proxy in SBS 2003 is called remote work place. Here is a link to it.

http://support.microsoft.com/kb/833983

Good Luck,

3rnerd
Thanks