search for: vpn_start

Displaying 1 result from an estimated 1 matches for "vpn_start".

Did you mean: va_start
2000 Aug 21
0
Rewritten script /etc/init.d/tinc
...ame -r) # debugging # echo >&2 # echo "VPN $VPN TAP $TAP NUM $NUM MAC $MAC IFM $IFM" >&2 # echo "ADR $ADR MSK $MSK NET $NET BRD $BRD" >&2 return 0 } ############################################################################## # vpn_start () starts specified VPN # # $1 ... VPN to start function vpn_start () { MSG=""; ERR="" vpn_load $1 || return 1 # create device file if [ ! -c $DEV ]; then [ -e $DEV ] && rm -f $DEV mknod --mode=0600 $DEV c 36 $((16 + NUM)) fi...