Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Connect to the VPN
  2. Run cmd.exe as Administrator
  3. > ipconfig /all
  4. Note the Description field of the interface that corresponds to the VPN IP
  5. > route print
  6. At the top, you'll see a list of interfaces with the number of the interface on the left. Find the interface that matches with the Description field you looked up
  7. > route CHANGE 172.16.13.0 MASK 255.255.255.0 0.0.0.0 METRIC 1 IF <insert interface # here>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement