Reroute specific IP's only

P

Paul

Hi,

Is it possible to define static routes in Windows 2000 RRAS to redirect
traffic only from a specific range of IP's

For example: Range 10.0.0.1 to 10 should route all ftp traffic through
10.0.0.254 and range 10.0.0.21 to 30 should route ftp traffic through
10.0.0.253?

If this is possible could somebody point me to a good resource where I can
find out how it could be done?

Thanks

Paul
 
G

Guest

Hello Paul,

since those ranges are not representing any subnetable ranges (and if you
can't change them to e.g. 0-8 or 0-16) the only way I see is to set up single
host routes for every single IP address:

route add [-p] 10.0.0.1 mask 255.255.255.255 10.0.0.254
.... and so on

Claus Greck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top