【问题标题】:Microsoft vpn application triggering: connection OK, but browser doesn't use vpnMicrosoft vpn 应用程序触发:连接正常,但浏览器不使用 vpn
【发布时间】:2017-11-01 18:28:22
【问题描述】:

我的代码跟在theory:

Set-VpnConnection -Name fr1-ovpn-tcp.pointtoserver.com -SplitTunneling $True

Set-VpnConnection –Name fr1-ovpn-tcp.pointtoserver.com –IdleDisconnectSeconds 10

Add-VpnConnectionTriggerApplication -Name fr1-ovpn-tcp.pointtoserver.com –ApplicationID "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"

Get-VpnConnection -Name fr1-ovpn-tcp.pointtoserver.com

结果:

Name                  : fr1-ovpn-tcp.pointtoserver.com
ServerAddress         : fr1-ovpn-tcp.pointtoserver.com
AllUserConnection     : False
Guid                  : {54F2D82B-1205-4998-86BB-956E0D18BC66}
TunnelType            : Automatic
AuthenticationMethod  : {Eap}
EncryptionLevel       : Optional
L2tpIPsecAuth         : Certificate
UseWinlogonCredential : False
EapConfigXmlStream    : #document
ConnectionStatus      : Disconnected
RememberCredential    : True
SplitTunneling        : True
DnsSuffix             : 
IdleDisconnectSeconds : 10


Get-VpnConnectionTrigger -ConnectionName fr1-ovpn-tcp.pointtoserver.com

结果:

ConnectionName         : fr1-ovpn-tcp.pointtoserver.com
ApplicationID          : {C:\Program Files (x86)\Google\Chrome\Application\chrome.exe} 

一切正常,当我启动浏览器(任何浏览器都一样)时,连接会自动建立,当我 https://ipcim.com/en/?p=where 尝试找出浏览器的位置,我得到的是我的本国 IP 地址,而不是 - 在本例中 - 来自法国的 IP 地址。

当我像往常一样使用VPN时,ip地址显示我在法国。

我错过了什么?

【问题讨论】:

    标签: vpn


    【解决方案1】:

    您指定了 -SplitTunneling - 并非专门针对隧道网络的所有流量都将通过您的互联网连接。

    【讨论】:

    • AutoTriggering 在没有 SplitTunneling 的情况下不起作用,至少根据 OP 引用的文章。
    猜你喜欢
    • 2014-07-12
    • 2016-08-10
    • 2013-01-04
    • 2021-11-02
    • 2018-06-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-02-27
    相关资源
    最近更新 更多