cmd ROUTE ADD

R

Roberto Novakosky

Hi People

I have a private machine (win2000) (10.7.0.89) conected to the gatway
(10.7.0.1).
My provider have a router 200.148.154.126 (visible to www)

10.7.0.89 -> 10.7.0.1 -> 200.148.154.126

I am trying to do a route from another computer (from another provider) as

ROUTE ADD 10.7.0.0 MASK 255.255.255.0 200.148.154.126
but a error occurs: Fail to add teh rote: 514848

How to do this route ?

Roberto Novakosky
 
M

Marc Reynolds [MSFT]

Are trying to route from a public address on the Internet to a private
address on your lan? If so this will not work, you need to do a port mapping
on your NAT device (router?) back to the computer on the private network and
then acces the private computer by the public IP of the NAT device.

Concerning the route add error:
What is the IP address of the computer that you are trying to add the route
on?


--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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