Score:-1

How to create a routing on windows server A lookup

ng flag

I created A lookup that when someone types the url it resolves to an IP Address(e.g. 18.1.5.9). Now I would like to put a routing that when the above IP address comes route via another IP(10.1.2.2) address. So the idea is when the (18.1.5.9) IP address comes route it via (10.1.2.2). I am using windows server 2012. Can someone please point me to the right direction.

Score:0
us flag

You can use the route command to set a static route.

Using your example IPs:
route add 18.1.5.9 mask 255.255.255.255 10.1.2.2

You can read more about the Windows route command here: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/route_ws2008

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.