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:

...

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

Основной VPN (повтор из блока 4)

Code Block
languagepowershell
themeEmacs
# Основной VPN
Add-VpnConnection -Name "Smart VPN Lakhta" -ServerAddress "spb1.smcgr.org" -TunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential - "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.25471.10/3224" -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.254.1

...

192.168.253.1
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN Lakhta" -DnsSuffix "smart.net" -DnsIPAddress 10.220.10.5


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

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

...


PPTP (Москва):

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

...

254.1


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

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name "Smart VPN" -ServerAddress "nik.smcgr.org" -TunnelType "L2tpTunnelType "L2tp" -EncryptionLevel "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -L2tpPsk "drom`$123" -Force -RememberCredential -PassThru -UseWinlogonCredential
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -EncryptionLevelDestinationPrefix "Required192.168.254.1/32" -AuthenticationMethod MSChapv2 -SplitTunnelingPassThru
Add-VpnConnectionRoute -L2tpPskConnectionName "drom`$123Smart VPN" -Force -RememberCredential   DestinationPrefix "192.168.200.111/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "192.168.25271.1245/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix "10.220192.10168.0.240/2328" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -DestinationPrefix " 10.230192.503.0251/2432" -PassThru
Add-VpnConnectionTriggerDnsConfigurationVpnConnectionRoute -NameConnectionName "Smart VPN" -DnsSuffixDestinationPrefix "loc" -DnsIPAddress 10.192.168.252.1

PPTP (Москва):

Code Block
languagepowershell
themeEmacs
Add-VpnConnection -Name3.252/32" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN pptp" -ServerAddressDestinationPrefix "smcgr.org" -TunnelType "Pptp10.220.10.0/25" -PassThru
Add-VpnConnectionRoute -ConnectionName "Smart VPN" -EncryptionLevelDestinationPrefix "Required" -AuthenticationMethod MSChapv2 -SplitTunneling -RememberCredential -PassThru 
Add-VpnConnectionRoute -ConnectionName "Smart VPN pptp" -DestinationPrefix10.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.254200.1/32111" -PassThru
Add-VpnConnectionRouteVpnConnectionTriggerDnsConfiguration -ConnectionNameName "Smart VPN pptp" -DnsSuffix "loc" -DestinationPrefixDnsIPAddress "10.192.2203.251", "10.0/23" -PassThru
Add-VpnConnectionTriggerDnsConfiguration -Name "Smart VPN pptp" -DnsSuffix "loc" -DnsIPAddress .192.3.252", "192.168.71.245", "192.168.0.250", "192.168.254.1200.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.250240/3228" -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 reserve" -DestinationPrefix "10.192.168.25381.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.250240/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"