hi...
the vpnc-0.3.3 comes with a script that handles the routing when connecting/disconnecting the vpn connection...
when calling vpnc so that the vpn client connects, i get the following error:
/etc/vpnc/vpnc-script: 222: Syntax error: Bad for loop variable
a look in the script shows this line:
for ((i = 0 ; i < CISCO_SPLIT_INC ; i++ )) ; do
the interpreter for this script is #!/bin/sh, and with busybox this is the ash.
what's the right syntax for the 'for'-statement, couldn't find answers via goole...
greetz
badboy
(Last edited by BadBoyForLife81 on 7 Feb 2006, 17:16)