|
|
Question : Problem: Routing Table update - Connection manager admin
|
|
ADD 10.0.0.0 MASK 255.0.0.0 192.168.1.22 METRIC default IF ???? - i have this command on a file that i attached to the profile. I am stucked on the part where i want to route packets for the 10 network using the vpn adapter not to my physical adapter. How should i write this add command?
|
Answer : Problem: Routing Table update - Connection manager admin
|
|
The command you want to use is ROUTE ADD You can get the interface IDs with the command ROUTE PRINT - eg:
C:\>route print =========================================================================== Interface List 0x1 ........................... MS TCP Loopback interface 0x8 ...00 19 d2 00 00 00 ...... Intel(R) PRO/Wireless 3945ABG Network Connection 0x20009 ...00 15 58 00 00 00 ...... Intel(R) PRO/1000 PL Network Connection =========================================================================== ===========================================================================
|
|
|