반응형
    
    
    
  powershell 에서 해당 vpn 의 SplitTunneling 을 false 에서 true 로 변경 후 재접속
PS C:\Users\hskim> Get-VpnConnection                                                    
Name                  : VPN_NAME
ServerAddress         : XXX.XXX.XXX.XXX
AllUserConnection     : False
Guid                  : {12345678-ABCD-1234-ABCD-1234567890AB}
TunnelType            : L2tp
AuthenticationMethod  : {MsChapv2}
EncryptionLevel       : Optional
L2tpIPsecAuth         : Psk
UseWinlogonCredential : False
EapConfigXmlStream    :
ConnectionStatus      : Disconnected
RememberCredential    : True
SplitTunneling        : False
DnsSuffix             :
IdleDisconnectSeconds : 0
PS C:\Users\hskim> Set-VpnConnection -name VPN_NAME -splitTunneling $true
PS C:\Users\hskim> Get-VpnConnection
Name                  : VPN_NAME
ServerAddress         : XXX.XXX.XXX.XXX
AllUserConnection     : False
Guid                  : {12345678-ABCD-1234-ABCD-1234567890AB}
TunnelType            : L2tp
AuthenticationMethod  : {MsChapv2}
EncryptionLevel       : Optional
L2tpIPsecAuth         : Psk
UseWinlogonCredential : False
EapConfigXmlStream    :
ConnectionStatus      : Disconnected
RememberCredential    : True
SplitTunneling        : True
DnsSuffix             :
IdleDisconnectSeconds : 0
PS C:\Users\hskim> 반응형
    
    
    
  '[컴퓨터]' 카테고리의 다른 글
| Intel(R) I211 Gigabit Network Connection WOL not working (0) | 2021.12.15 | 
|---|---|
| Windows 8 작업표시줄 freezing 현상 업데이트 (0) | 2015.05.02 | 
| 실시간 해킹 현황 (0) | 2015.02.28 | 
| 윈도우에서 shit + space, 한영키 동시에 쓰기 (0) | 2015.01.10 | 











