Urgent help please: Port redirection

  • Thread starter Thread starter Sojwal Chitnis
  • Start date Start date
S

Sojwal Chitnis

I need urgent help on the following:
On my Windows 2003 Server machine, I have 2 network interfaces
connecting to the internet, one is an ethernet card & the other
is an ISDN dialup connection. I would like all traffic on port
8080 to use only the ISDN connection, while traffic on port 80
should use the ethernet connection only. How can I achieve this?
Thanks in advance.
 
Maybe there is some way to configure this with ISA or a 3rd party firewall. However, assuming that you only access a few sites on port 8080, you can simply create static routes for them:

1. Configure the default gateway on the ethernet card with a lower metric. This should result in all Internet traffic using the ethernet connection unless there is a static route.

2. Configure a static route to the IP address of the port 8080 server - eg.:

Route add IPaddressofServer mask 255.255.255.255 IPaddressofISDNgateway

Doug Sherman

MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
 
Back
Top