Stick to one default gateway, and then add your static routes based on which gateway you go with. So if you keep the 192.168.2.1 as your Default Gateway and remove the 192.168.168.5 you'll need to add routes for any subnet that isn't directly connected to that 192.168.168.0/24 network you have direct access to if you want to reach it via that NIC.

May 27, 2016 How to configure IPv6 on Windows and Linux - Enupal 2.4.- Add an IPv6 route: To add an IPv6 route, follow the steps below. Press the Windows + R key to open the Execute dialog box. We write cmd, followed by Enter to open a DOS window. In the window; from the command prompt, type netsh, and then press ENTER. Type interface ipv6, and then press ENTER. [SOLVED] How can I route traffic between two network Jan 20, 2017 Using the 'route print' Command in Windows 7 - Detailed The 'route print' Command from an Administrative Command Prompt in Windows 7 provides a variety of useful information. Let's take a look at the output of a 'route print' Command to examine how the output data is grouped and to understand its logic. Let's begin by simply issuing the following command: route …

I added the current routing table to my question. – user4035 Jul 7 '14 at 7:50 ok I solved it by adding a route 192.168.0.0/24 to 192.168.1.37 on the access point, only now understood what you meant – user4035 Jul 7 '14 at 9:49

Route. 08/31/2016; 6 minutes to read; In this article Applies To: Windows Server 2003, Windows Vista, Windows XP, Windows Server 2008, Windows 7, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2000, Windows Server 2012, Windows 8. Displays and modifies the entries in the local IP routing table. Used without parameters, route Dec 14, 2019 · To make it permanent and add to the Windows OS routing table, we should use –p key with the route add command. So, adding a persistent (or permanent) static route on Windows 10 command will be like this; route add –p 10.10.10.0 mask 255.255.255.0 10.10.29.1. Read Also: How to find the IP address of a network printer on Windows OS

Dec 14, 2019 · To make it permanent and add to the Windows OS routing table, we should use –p key with the route add command. So, adding a persistent (or permanent) static route on Windows 10 command will be like this; route add –p 10.10.10.0 mask 255.255.255.0 10.10.29.1. Read Also: How to find the IP address of a network printer on Windows OS

Manually added route table entries are deleted You add a default gateway route entry with a persistent option by using the route command: route add -p 0.0.0.0 mask 0.0.0.0 192.168.0.1. You add an additional IP address to the network interface by using the netsh command: Windows 7 and Windows Server 2008 R2 file information notes Creating Static Routes - Windows 7 Tutorial To add a static route to a Windows Server 2008 multihomed computer, you would use the Routing and Remote Access program located under Administrative Tools or use the appropriate MMC snap-in. Next, right-click Static Routes under IPv4 or IPv6 and select New Static Route for IP Networks. Configuring Static Routes Solved - Windows 7 Help Forums Jan 30, 2014