【发布时间】: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