'scutil --nc start' non si collega PPTP VPN - OS X 10.11

2

Dalla risposta a questo domanda Ho provato scutil --nc start 'us.justfreevpn.com' per connettere una VPN PPPT, ma tutto quello che ottengo è il seguente popup:

Frustrantemente,seavviimanualmentelaconnessionedallabarradeimenu,possofermarlausandoscutil--ncstop'us.justfreevpn.com'

scutil--nclistforniscequantosegue:

Availablenetworkconnectionservicesinthecurrentset(*=enabled):*(Disconnected)16DB05C1-0843-447F-9EA0-AD43139270AFPPP-->PPTP"us.justfreevpn.com"             [PPP:PPTP]

E scutil --nc show 'us.justfreevpn.com' this:

* (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
}

Il registro mostra solo quanto segue:

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

E l'ultimo codice di uscita è 0:

$ echo $?
0

Che cosa sto sbagliando?

OS X 10.11.3

    
posta MatzFan 23.02.2016 - 09:14
fonte

2 risposte

1

Era in corso lo stesso problema. Finito per seguire la rotta AppleScript:

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

(dal link )

    
risposta data 12.01.2018 - 13:07
fonte
0

Ho avuto un problema simile su macOS 10.12.6
La causa principale era che anch'io ho cambiato il nome di configurazione della VPN

Dopo aver rimosso la vecchia VPN e aver creato una VPN con un altro nome e una configurazione "Default", funziona sia con il comando scutil che con networksetup

    
risposta data 03.03.2018 - 19:35
fonte

Leggi altre domande sui tag