You are not logged in.

#1 2004-09-26 11:41:44

Kalidor
Member
Registered: 2004-06-18
Posts: 80

[new] vpnc

For all those of you who need to establish VPN tunnels and don't want to use the Cisco client:

pkgname=vpnc
pkgver=0.2
pkgrel=1
pkgdesc="Client for Cisco3000 VPN Concentrator"
url="http://www.unix-ag.uni-kl.de/~massar/vpnc/"
license="GPL"
depends=(libgcrypt)
source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-0.2-rm+zomb.1.tar.gz)
md5sums=(ded67de747874c4245ed8405146dc94a)

build() {
  cd $startdir/src/vpnc-0.2-rm+zomb.1

  # We want the CFLAGS specified in makepkg.conf to be used
  mv Makefile Makefile.old
  sed -e 's/-W -Wall -O -g/$(MYCFLAGS)/g' -e 's/LDFLAGS=-g /LDFLAGS=/g' Makefile.old > Makefile
  export MYCFLAGS=$CFLAGS

  make
  install -d $startdir/pkg/usr/sbin
  install vpnc $startdir/pkg/usr/sbin
}

Offline

#2 2004-09-26 19:16:08

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] vpnc

does it work better than vpnclient? i'm wondering because for connecting to university, i must use the vpnclient that is working fine, but need to be rebuilt on every kernel-update

also i don't have the password, but we got a funny config file that contains only some funny hash-strings instead --- is this enough?

thanx in advance sharing experience


The impossible missions are the only ones which succeed.

Offline

#3 2004-09-27 07:51:44

Kalidor
Member
Registered: 2004-06-18
Posts: 80

Re: [new] vpnc

Well, it does work and it is very small and easy to use. I need a username/password to connect to my university.

There's a vpnclient password decoder, maybe this is useful to you.

Offline

#4 2004-09-27 09:22:53

Kalidor
Member
Registered: 2004-06-18
Posts: 80

Re: [new] vpnc

I forgot to say that you don't need the kernel sources in order to compile vpnc, so there's probably no need to rebuild anything. ;-)

Offline

Board footer

Powered by FluxBB