Static route toward a DNS Address, it is possible ?
Posted
by aleroot
on Server Fault
See other posts from Server Fault
or by aleroot
Published on 2010-05-23T16:51:34Z
Indexed on
2010/05/23
17:02 UTC
Read the original article
Hit count: 196
networking
I need to add a static route on a windows server toward a web server with a service, i need to add a static route with this command on windows command prompt :
ROUTE ADD -p IPADREESS GATEWAYIP
Is there a way to do a static route toward a DNS address instead of a IP Address ? How ?
For example : ROUTE ADD -p DNSServer GATEWAYIP
© Server Fault or respective owner