Is it possible to use ROUTE ADD just for one IP address ?

M

Magoo

Imagine I want to allow my ISA server to communicate with a specific
published server.

The way it is now, I am doing:
route ADD 1.1.1.0 MASK 255.0.0.0 <gateway>

Since all I need is communication with a specific host on the 1.1.1.0
network, is it possible to do:
route ADD 1.1.1.1 MASK 255.0.0.0 <gateway>

Every time I try to <1.1.1.1> I get an error regarding invalid masks. Please
advise.
Win2003 Server.
 
C

Clay Calvert

Imagine I want to allow my ISA server to communicate with a specific
published server.

The way it is now, I am doing:
route ADD 1.1.1.0 MASK 255.0.0.0 <gateway>

Since all I need is communication with a specific host on the 1.1.1.0
network, is it possible to do:
route ADD 1.1.1.1 MASK 255.0.0.0 <gateway>

Simply use:

route add 1.1.1.1 <gateway>

and that's it.

Clay Calvert
(e-mail address removed)
Replace "W" with "L"
 

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