CISCO VPN Client for Fedora Core 2 Test 1

Ernest L. Williams Jr. ernesto at ornl.gov
Fri Mar 12 05:00:24 UTC 2004


Hi,

Can anyone tell me how to get the CISCO VPN client running under Fedora
Core 2 Test1?

I currently have Linux Kernel "2.6.4-1.257"

I believe this has compiled and worked against Red Hat 9.0.

Is there a free VPN client that comes with Linux and works with CISCO
VPN routers?



CISCO has a build script that looks like so:
==========================================================
###########################################################################
#
# A script to build the linux driver.
#
###########################################################################

usage() {
        echo "$0"
        echo "Cisco Systems VPN Client Version 3.7.3 (A)"
        echo "Copyright (C) 1998-2001 Cisco Systems, Inc. All Rights
Reserved."
        echo ""
        echo "usage:"
        echo "    ./driver_build.sh 'kernel_src_dir'"
        echo ""
        echo "'kernel_src_dir' is the directory containing the linux
kernel sour
ce"
        echo ""
}

CC=cc
LD=ld

KSRCDIR=$1
if [ "x$KSRCDIR" = "x" ]; then
        usage
        exit 1
fi
if [ ! -d $KSRCDIR ]; then
        usage
        exit 1
fi

INCLUDES="-I. -I${KSRCDIR}/include"
CFLAGS="-O2 -DCNI_LINUX_INTERFACE -D__KERNEL__ -DMODULE
-D_LOOSE_KERNEL_NAMES -DHAVE_CONFIG_H"

$CC $CFLAGS $INCLUDES -c linuxcniapi.c
$CC $CFLAGS $INCLUDES -c interceptor.c
$CC $CFLAGS $INCLUDES -c IPSecDrvOS_linux.c
$CC $CFLAGS $INCLUDES -c frag.c
$LD -r -o cisco_ipsec frag.o linuxcniapi.o IPSecDrvOS_linux.o
interceptor.o libdriver.so
=====================================================================


-- 
Ernest L. Williams Jr. <ernesto at ornl.gov>





More information about the fedora-test-list mailing list