update
This commit is contained in:
4
Windows 10/VPN/VPN-Admin.ps1
Normal file
4
Windows 10/VPN/VPN-Admin.ps1
Normal file
@ -0,0 +1,4 @@
|
||||
Add-VpnConnection -Name "VPN_ADMIN_FICHORGA" -ServerAddress "vpn103.fichorga.com" -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling -AllUserConnection
|
||||
Add-VpnConnectionRoute -ConnectionName "VPN_ADMIN_FICHORGA" -DestinationPrefix 10.0.0.0/8 -PassThru
|
||||
Add-VpnConnectionRoute -ConnectionName "VPN_ADMIN_FICHORGA" -DestinationPrefix 120.0.0.0/8 -PassThru
|
||||
Add-VpnConnectionRoute -ConnectionName "VPN_ADMIN_FICHORGA" -DestinationPrefix 84.246.219.0/24 <EFBFBD>PassThru
|
Reference in New Issue
Block a user