Windows server 2012 r2 with virtual machines also win 2012 r2. I am assigning pubic ip’s to the virtual machine like: route add xxx.xxx.xxx.xxx/32 192.168.1.1 IF 14 –p where xxx.xxx.xxx.xxx is a public ip. However if I restart the Host, the routes ( persistant ) still exist in route print but aren’t working.

ROUTE.exe. Manipulate network routing tables. Route packets of network traffic from one subnet to another by modifying the route table. Syntax Display route details: ROUTE [-f] PRINT [destination_host] [MASK subnet_mask_value] [gateway] [METRIC metric] [IF interface_no.] Windows has a command-line tool for view the routing table. It is called "route." To view the routing table (this is universal on all recent Windows versions) open a command prompt. The easiest way to do that is to go to Start->Run and type in "cmd" then click "OK." From the command prompt (which will look like this) Type in `route print -4.` Wed Apr 06 19:47:16 2011 [QWVPN] Peer Connection Initiated with 184.95.36.118:80 Wed Apr 06 19:47:18 2011 TAP-WIN32 device [Local Area Connection 3] opened: \\.\Global\{A38066FE-CE4F-45CC-944A-9AA90C6054B7}.tap Jul 30, 2015 · In our example we sent the command as following: c:\route add 1.1.1.1 mask 255.255.255.255 192.168.0-254 –p. The -p parameter specifies the configuration is permanent: With another netstat -rn we can check if the static route has a metric value lower than the other ones (higher priority): Nov 10, 2007 · route print. To display the routes in the IP routing table that begin with 10., type: route print 10.* To add a default route with the default gateway address of 192.168.12.1, type: route add 0.0.0.0 mask 0.0.0.0 192.168.12.1. To add a route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0 and the next hop address of 10.27.0.1

route [-p] command dest [mask subnet] gateway [-if interface] The following list describes each of the route command's parameters:-p: Makes the entry persistent. If you omit -p, the entry will be deleted the next time you reboot. (Use this only with add commands.) command: Add, delete, or change. dest: The IP address of the destination subnet.

NetRouteView - Network Route Utility for Windows NetRouteView is a GUI alternative to the standard route utility (Route.exe) of Windows operating system. type, protocol, age (in seconds), interface name, and the MAC address. NetRouteView also allows you to easily add new routes, as well as to remove or modify existing static routes. Notice: Currently, this utility doesn't support IPv6. Default Gateway Route Does Not Appear in the Routing Table

How to Add a Static TCP/IP Route to the Windows Routing Table

How to Add a Static TCP/IP Route to the Windows Routing Table Jul 03, 2017 Route Add Windows - A Guide to Windows Routing - TunnelsUP To add a route to the routing table use the route add command. An example looks like this: route add 10.0.0.0 mask 255.0.0.0 192.168.177.1. You can optionally add a metric 2 to the end if you want to add a specific weight to the route. The routes with the lowest metric will take precedence over higher metrics. How to Add, Delete and Modify Static Route Windows 10 and Dec 14, 2019 Route Add