1

"" /bin/sh: 1: /usr/share/vpnc-scripts/vpnc-script: not found

Script '/usr/share/vpnc-scripts/vpnc-script' returned error 127

/bin/sh: 1: /usr/share/vpnc-scripts/vpnc-script: not found

Script '/usr/share/vpnc-scripts/vpnc-script' returned error 127

ESP session established with server

ESP tunnel connected; exiting HTTPS mainloop. ""

Why vpnc-script missing?

Akhil
  • 51
  • 7

2 Answers2

1

"" /bin/sh: 1: /usr/share/vpnc-scripts/vpnc-script: not found

You need to install the next missing package

sudo apt install vpnc
Ari Gold
  • 1,528
  • 11
  • 18
Emilio
  • 11
  • 1
0

Download vpnc-script and copy it to /etc/vpnc/vpnc-script. Then add --script /etc/vpnc/vpnc-script to command.

sudo openconnect --server=????? --script /etc/vpnc/vpnc-script   --pfs
BarzanHayati
  • 637
  • 2
  • 9
  • 22