当 VPN 连接时,无法访问互联网

Ole*_*nev 3 vpn windows-7

我需要 VPN 才能访问某些局域网。问题是 - 当我连接到 vpn intenet 时停止工作。但我需要同时访问局域网和互联网。当 VPN 连接并尝试 tracert 时,我收到“网络无法访问”消息。

抱歉下面的俄语,这是从控制台复制粘贴的:

C:\Users\Oleg>tracert 173.194.69.102

??????????? ???????? ? bk-in-f102.1e100.net [173.194.69.102]
? ???????????? ?????? ??????? 30:

  1     *        *        *     ???????? ???????? ???????? ??? ???????.
  2  1.1.1.1  ????????: ???????? ???? ??????????.

??????????? ?????????.
Run Code Online (Sandbox Code Playgroud)

或谷歌翻译后:

C:\Users\Oleg>tracert 173.194.69.102

Tracing route to bk-in-f102.1e100.net [173.194.69.102]
with a maximum of 30 hops:

   1 *** timed out a request.
   1.1.1.1 two reports: The specified network is unavailable.

Trace complete.
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

nc4*_*4pk 5

这在聊天中讨论过,但供将来参考:

  1. 右键单击 VPN 并选择“属性”
  2. 选择“网络”选项卡
  3. 选择“Internet 协议版本 4 (TCP/IPv4)”
  4. 单击“高级...”按钮
  5. 取消选中“在远程网络上使用默认网关”
  6. 单击确定,确定,确定...

这称为“拆分隧道”,其中并非所有流量都通过 VPN 路由。用于远程网络的流量通过 VPN,但正常流量通过正常连接。

缺点是客户端不会从远程网络接收 UDP MULTICAST 数据包。