`scutil --nc start` PPPT VPN'e bağlanmıyor - OS X 10.11


2

Cevabını itibaren bu soruya ben denedim scutil --nc start 'us.justfreevpn.com'bir PPPT VPN bağlamak için, ama olsun aşağıdaki açılır geçerli:

aniden belirmek

Sinir bozucu bir şekilde, menubardan bağlantıyı manuel olarak başlatırsam, scutil --nc stop 'us.justfreevpn.com'

scutil --nc list aşağıdakileri verir:

Available network connection services in the current set (*=enabled):
* (Disconnected)   16DB05C1-0843-447F-9EA0-AD43139270AF PPP --> PPTP       "us.justfreevpn.com"             [PPP:PPTP]

Ve scutil --nc show 'us.justfreevpn.com'bu:

* (Disconnected)   16DB05C1-0843-447F-9EA0-AD43139270AF PPP --> PPTP       "us.justfreevpn.com"             [PPP:PPTP]
PPP <dictionary> {
  ACSPEnabled : 1
  CCPEnabled : 1
  CommDisplayTerminalWindow : 0
  CommRedialCount : 1
  CommRedialEnabled : 0
  CommRedialInterval : 5
  CommUseTerminalScript : 0
  DialOnDemand : 0
  DisconnectOnFastUserSwitch : 1
  DisconnectOnIdle : 0
  DisconnectOnIdleTimer : 600
  DisconnectOnLogout : 1
  DisconnectOnSleep : 0
  IPCPCompressionVJ : 0
  IdleReminder : 0
  IdleReminderTimer : 1800
  LCPEchoEnabled : 1
  LCPEchoFailure : 15
  LCPEchoInterval : 20
  Logfile : /var/log/ppp.log
  VerboseLogging : 0
}

Günlük sadece aşağıdakileri gösterir:

Tue Feb 23 10:18:44 2016 : publish_entry SCDSet() failed: Success!
Tue Feb 23 10:18:44 2016 : publish_entry SCDSet() failed: Success!

Ve son çıkış kodu 0:

$ echo $?
0

Neyi yanlış yapıyorum?

OS X 10.11.3


Bununla bir yere gittin mi? Benzer sorunu
yaşamak

Ne yazık ki değil @Nath
MatzFan

Yanıtlar:


1

Aynı sorunla karşı karşıya kaldık. AppleScript yoluna gidiyor

tell application "System Events"
        tell current location of network preferences
                set VPN to service "UniVPN" -- your VPN name here
                if exists VPN then connect VPN
                repeat while (current configuration of VPN is not connected)
                    delay 1
                end repeat
        end tell
end tell

( Https://superuser.com/a/358663/17760 adresinden )


0

MacOS 10.12.6'da da benzer bir sorun yaşadım.
Kök nedeni, VPN'in yapılandırma adını da değiştirmemdi.

Eski VPN'yi çıkardıktan ve başka bir isim ve "Varsayılan" konfigürasyonuna sahip bir VPN oluşturduktan sonra, hem komut scutil hem de ağ ayarları ile çalışır. görüntü tanımını buraya girin

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.