Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Оглавление

Table of Contents
excludeОглавление

Требования

  • Компьютер или ноутбук с установленной операционной системой Windows 8, 10, 11
  • Интернет

...

4. Скопировать и вставить в это окно Команды:

Дополнительные блоки команд для Лахты, Никольского, итд в конце статьи

Code Block
languagepowershell
themeEmacs
Get-Vpnconnection | where {($_.name -like "Smart VPN")} | Remove-VpnConnection -Force
Add-VpnConnection -Name "Smart VPN" -ServerAddress "smcgr.orgmsk1.smart-group.ru" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.192.16881.254.1/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10192.220168.10200.0111/2332" -PassThru
Add-VpnConnectionTriggerDnsConfigurationVpnConnectionRoute -NameConnectionName "Smart VPN" -DnsSuffix "locDestinationPrefix "192.168.71.245/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DnsIPAddressDestinationPrefix "192.168.254.1

5. После вставки команд, вывод должен быть похожий на скрин ниже

Image Removed

...

71.249/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "192.168.0.240/28" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.220.10.0/25" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.192.0.0/22" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN" -DnsSuffix "smart.net" -DnsIPAddress "10.192.3.251", "10.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN" -DnsSuffix "loc" -DnsIPAddress "10.192.3.251", "10.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru
#


5. После вставки команд, вывод должен быть похожий на скрин ниже

Image Added

6. Можете закрыть окно. Возле часов нажмите на иконку сети. Она может быть в виде «компьютера» или в виде значка вайфая.
У Вас появится новое подключение   Smart   VPN . Нажмите подключиться.

Image Added


7. Появится окно, куда нужно ввести ваш логин и пароль от удалёнки .
если ваш логин   smart \ username , то вводить нужно   username
После успешного ввода ВПН подключится, а введенные данные запомнятся


Image Added


После настройки и подключения к VPN вы можете подключаться к серверам.

Инструкции по подключению к удаленным рабочим столам:

WIndows OS

Mac OS


 

Альтернативные команды для ввода

Основной VPN 

Code Block
languagepowershell
themeEmacs
# Основной VPN
Get-Vpnconnection | where {($_.name -like "*smart*")} | Remove-VpnConnection -Force
Add-VpnConnection -Name "Smart VPN" -ServerAddress "msk1.smart-group.ru" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.192.81.1/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "192.168.200.111/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "192.168.71.245/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "192.168.0.240/28" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.220.10.0/25" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.192.0.0/22" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN" -DnsSuffix "smart.net" -DnsIPAddress "10.192.3.251", "10.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN" -DnsSuffix "loc" -DnsIPAddress "10.192.3.251", "10.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru
#



Резервный VPN:

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name "Smart VPN reserve" -ServerAddress "spb1.smcgr.org" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "192.168.253.1/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "10.220.10.0/23" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN reserve" -DnsSuffix "loc" -DnsIPAddress 192.168.253.1


Лахта VPN:

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name "Smart VPN Lakhta" -ServerAddress "spb1.smcgr.org" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN Lakhta" -DestinationPrefix "192.168.253.1/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN Lakhta" -DestinationPrefix "192.168.71.0/24" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN Lakhta" -DestinationPrefix "10.220.10.0/23" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN Lakhta" -DnsSuffix "loc" -DnsIPAddress 192.168.253.1
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN Lakhta" -DnsSuffix "smart.net" -DnsIPAddress 10.220.10.5


NIK VPN (Никольское):

...

Альтернативные команды для ввода

...

Code Block
languagepowershell
themeEmacs
# Основной VPN
Add-VpnConnection -Name "Smart VPN" -ServerAddress "nik.smcgr.org" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefixEncryptionLevel "192.168.254.1/32Required" -PassThru
Add-VpnConnectionRouteAuthenticationMethod MSChapv2 -SplitTunneling -ConnectionNameL2tpPsk "drom`$123"Smart VPN"-Force -DestinationPrefix "10.220.10.0/23"RememberCredential   -PassThru
Add-VpnConnectionTriggerDnsConfigurationVpnConnectionRoute -NameConnectionName "Smart VPN" -DnsSuffix "loc" -DnsIPAddress DestinationPrefix "192.168.254.1

...

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name252.1/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -ServerAddressDestinationPrefix "spb110.220.smcgr10.org"0/23" -PassThru
Add-VpnConnectionRoute -TunnelTypeConnectionName "L2tpSmart VPN" -EncryptionLevelDestinationPrefix "Required10.230.50.0/24" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN" -DnsSuffix "loc" -DnsIPAddress 192.168.252.1


PPTP (Москва):

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -NameForce -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reservepptp" -DestinationPrefixServerAddress "192.168.253.1/32smcgr.org" -PassThru
Add-VpnConnectionRouteTunnelType "Pptp" -ConnectionNameEncryptionLevel "Required"Smart VPN-AuthenticationMethod reserve"MSChapv2 -DestinationPrefix "10.220.10.0/23" -PassThruSplitTunneling -RememberCredential -PassThru 
Add-VpnConnectionTriggerDnsConfigurationVpnConnectionRoute -NameConnectionName "Smart VPN reservepptp" -DnsSuffixDestinationPrefix "loc" -DnsIPAddress 192.168.253.1

Лахта VPN:

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name254.1/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN Lakhtapptp" -ServerAddressDestinationPrefix "spb110.220.smcgr10.org0/23" -TunnelType "L2tp" -EncryptionLevel "RequiredPassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN pptp" -DnsSuffix "loc" -DnsIPAddress 192.168.254.1


Основной VPN (для доменных пк):

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN Lakhta" -DestinationPrefixServerAddress "192.168.253.1/32smcgr.org" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN Lakhta" -DestinationPrefix "192.168.71.0/24" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN Lakhta" -DestinationPrefix "10.220.10.0/23" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -NameTunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru -UseWinlogonCredential
Add-VpnConnectionRoute -ConnectionName "Smart VPN Lakhta" -DnsSuffixDestinationPrefix "loc" -DnsIPAddress 192.168.253254.1/32" -PassThru
Add-VpnConnectionTriggerDnsConfigurationVpnConnectionRoute -NameConnectionName "Smart VPN Lakhta" -DnsSuffixDestinationPrefix "smart.net" -DnsIPAddress 10.220.10.5

NIK VPN (Никольское):

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name192.168.200.111/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -ServerAddressDestinationPrefix "nik192.168.smcgr71.org245/32" -TunnelType "L2tp"PassThru
Add-VpnConnectionRoute -EncryptionLevelConnectionName "RequiredSmart VPN" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential   -DestinationPrefix "192.168.0.240/28" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.192.1683.252.1251/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.220192.103.0252/2332" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix " 10.230220.5010.0/2425" -PassThru
Add-VpnConnectionTriggerDnsConfigurationVpnConnectionRoute -NameConnectionName "Smart VPN" -DnsSuffixDestinationPrefix "loc" -DnsIPAddress 10.192.168.252.1

PPTP (Москва):

Code Block
languagepowershell
themeEmacs
Add-VpnConnection0.0/22" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN pptp" -ServerAddressDnsSuffix "smcgrsmart.orgnet" -TunnelType "Pptp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -RememberCredential -PassThru 
Add-VpnConnectionRoute -ConnectionName "Smart VPN pptp" -DestinationPrefixDnsIPAddress "10.192.3.251", "10.192.3.252", "192.168.25471.1/32245" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN pptp" -DestinationPrefix "10.220.10.0/23, "192.168.0.250", "192.168.200.111" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN pptp" -DnsSuffix "loc" -DnsIPAddress "10.192.3.251", "10.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.254.1.200.111" -PassThru


Резервный Основной VPN (для доменных пк):

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name "Smart VPN reserve" -ServerAddress "spb1.smcgr.org" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru -UseWinlogonCredential
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "192.168.254253.1/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "192.168.200.111/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "192.168.71.245/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "192.168.0.245240/3228" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "192.168.0.250/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "10.192.3.251/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "10.192.3.252/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "10.220.10.0/25" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "10.192.0.0/22" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN reserve" -DnsSuffix "smart.net" -DnsIPAddress "10.192.3.251", "10.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN reserve" -DnsSuffix "loc" -DnsIPAddress "10.192.3.251", "10.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru


Резервный VPN (для доменных пк)MSK1 VPN:

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name "Smart VPN reserve" -ServerAddress "spb1msk1.smcgrsmart-group.orgru" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru -UseWinlogonCredential
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserveL2tpPsk "drom`$123" -DestinationPrefix "192.168.253.1/32"Force -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "10.192.16881.200.1111/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "192.168.71200.245111/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "192.168.071.250245/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "192.168.0.245240/3228" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "10.192220.310.2510/3225" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "10.192.30.2520/3222" -PassThru
Add-VpnConnectionRouteVpnConnectionTriggerDnsConfiguration -ConnectionNameName "Smart VPN reserve" -DnsSuffix "smart.net" -DestinationPrefixDnsIPAddress "10.192.2203.251", "10.0/25" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN reserve" -DestinationPrefix "10.192.0.0/22.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN reserve" -DnsSuffix "smart.netloc" -DnsIPAddress "10.192.3.251", "10.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru
Add-VpnConnectionTriggerDnsConfiguration" -PassThru
 


MSK1VPN (для доменных пк):

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name "Smart VPN reserve" -DnsSuffixServerAddress "locmsk1.smart-group.ru" -DnsIPAddressTunnelType "10.192.3.251", "10.192.3.252", "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru

...

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -NameL2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru -UseWinlogonCredential
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -ServerAddressDestinationPrefix "msk1.smart-group.ru" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential10.192.81.1/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "192.168.200.111/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "192.168.71.245/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10192.192168.800.1240/3228" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.192220.010.0/2425" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.192.20.0/2422" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix -VpnConnectionTriggerDnsConfiguration -Name "Smart VPN" -DnsSuffix "smart.net" -DnsIPAddress "10.192.3.251", "10.192.3.0/24252" -PassThr
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.220.10.0/23, "192.168.71.245", "192.168.0.250", "192.168.200.111" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN" -DnsSuffix "loc" -DnsIPAddress "10.192.3.251", "10.192.3.252" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN" -DnsSuffix "smart.net" -DnsIPAddress "10.192.3.251, "192.168.71.245", "192.168.0.250", "10192.192168.3200.252111" -PassThru

...

Связанные страницы

Content by Label
excludeCurrenttrue
cqllabel = "windows"