public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] How does cisco vpnclient find its .pcf file?
@ 2005-08-06 10:26 W.Kenworthy
  2005-08-06 12:15 ` Hans-Werner Hilse
  0 siblings, 1 reply; 6+ messages in thread
From: W.Kenworthy @ 2005-08-06 10:26 UTC (permalink / raw
  To: gentoo-user List

I have just installed the cisco vpn client and cant figure how it
accesses the .pcf configs under gentoo.  Can someone in the know tell me
how to specify a .pcf when issuing a /etc/init.d/vpnclient start ?
Where I work has given me a couple of different configs depending where
I access from, but the install cant seem to find them if I put them
in /etc/CiscoSystemsVPNClient/Profiles (and how would it choose one from
multiple profiles?).

BillK


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] How does cisco vpnclient find its .pcf file?
  2005-08-06 10:26 [gentoo-user] How does cisco vpnclient find its .pcf file? W.Kenworthy
@ 2005-08-06 12:15 ` Hans-Werner Hilse
  2005-08-06 12:28   ` William Kenworthy
  0 siblings, 1 reply; 6+ messages in thread
From: Hans-Werner Hilse @ 2005-08-06 12:15 UTC (permalink / raw
  To: gentoo-user

Hi,

On Sat, 06 Aug 2005 18:26:57 +0800
"W.Kenworthy" <billk@iinet.net.au> wrote:

> I have just installed the cisco vpn client and cant figure how it
> accesses the .pcf configs under gentoo.  Can someone in the know tell me
> how to specify a .pcf when issuing a /etc/init.d/vpnclient start ?

There wouldn't be a point doing so. This just loads the kernel module,
it doesn't setablish a connection at that point.

> Where I work has given me a couple of different configs depending where
> I access from, but the install cant seem to find them if I put them
> in /etc/CiscoSystemsVPNClient/Profiles (and how would it choose one from
> multiple profiles?).

You have to connect using vpnclient itself. You can specify the profile
then. It's "vpnclient connect profilename" if I remember correctly (for
profilename.pcf). The kernel module just cares for packet injection in
Linux's ip stack and brings a IPsec stack.

Note that there's a more elegant solution with "vpnc" (also in
portage), if it fits for you (still hasn't some functions of Cisco's
client, but it's free and you don't have to use a binary proprietary
kernel module).

-hwh
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] How does cisco vpnclient find its .pcf file?
  2005-08-06 12:15 ` Hans-Werner Hilse
@ 2005-08-06 12:28   ` William Kenworthy
  2005-08-06 14:22     ` David H. Askew
  0 siblings, 1 reply; 6+ messages in thread
From: William Kenworthy @ 2005-08-06 12:28 UTC (permalink / raw
  To: gentoo-user

Thanks, this is info I have not been able to find elsewhere.  I will
look at vpnc. 

The configs are supplied by work, but being a weekend, its hard to ask
for directions.

BillK


On Sat, 2005-08-06 at 14:15 +0200, Hans-Werner Hilse wrote:
> Hi,
> 
> On Sat, 06 Aug 2005 18:26:57 +0800
> "W.Kenworthy" <billk@iinet.net.au> wrote:
> 
> > I have just installed the cisco vpn client and cant figure how it
> > accesses the .pcf configs under gentoo.  Can someone in the know tell me
> > how to specify a .pcf when issuing a /etc/init.d/vpnclient start ?
> 
> There wouldn't be a point doing so. This just loads the kernel module,
> it doesn't setablish a connection at that point.
> 
> > Where I work has given me a couple of different configs depending where
> > I access from, but the install cant seem to find them if I put them
> > in /etc/CiscoSystemsVPNClient/Profiles (and how would it choose one from
> > multiple profiles?).
> 
> You have to connect using vpnclient itself. You can specify the profile
> then. It's "vpnclient connect profilename" if I remember correctly (for
> profilename.pcf). The kernel module just cares for packet injection in
> Linux's ip stack and brings a IPsec stack.
> 
> Note that there's a more elegant solution with "vpnc" (also in
> portage), if it fits for you (still hasn't some functions of Cisco's
> client, but it's free and you don't have to use a binary proprietary
> kernel module).
> 
> -hwh
-- 
William Kenworthy <billk@iinet.net.au>
Home!

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] How does cisco vpnclient find its .pcf file?
  2005-08-06 12:28   ` William Kenworthy
@ 2005-08-06 14:22     ` David H. Askew
  2005-08-07  1:43       ` William Kenworthy
  0 siblings, 1 reply; 6+ messages in thread
From: David H. Askew @ 2005-08-06 14:22 UTC (permalink / raw
  To: gentoo-user

 
> > Note that there's a more elegant solution with "vpnc" (also in
> > portage), if it fits for you (still hasn't some functions of Cisco's
> > client, but it's free and you don't have to use a binary proprietary
> > kernel module).
> > 

I agree, vpnc is the way to go.  Free, and more control ....

On a side note, I'm finishing up an official howto I wrote on setting up vpnc.

For more information, check http://bugs.gentoo.org/show_bug.cgi?id=97760.


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] How does cisco vpnclient find its .pcf file?
  2005-08-06 14:22     ` David H. Askew
@ 2005-08-07  1:43       ` William Kenworthy
  2005-08-08  3:11         ` David H. Askew
  0 siblings, 1 reply; 6+ messages in thread
From: William Kenworthy @ 2005-08-07  1:43 UTC (permalink / raw
  To: gentoo-user

Thanks, I will look at this get back to it this avo.

BillK

On Sat, 2005-08-06 at 10:22 -0400, David H. Askew wrote:
>  > > Note that there's a more elegant solution with "vpnc" (also in
> > > portage), if it fits for you (still hasn't some functions of Cisco's
> > > client, but it's free and you don't have to use a binary proprietary
> > > kernel module).
> > > 
> 
> I agree, vpnc is the way to go.  Free, and more control ....
> 
> On a side note, I'm finishing up an official howto I wrote on setting up vpnc.
> 
> For more information, check http://bugs.gentoo.org/show_bug.cgi?id=97760.
> 
> 
-- 
William Kenworthy <billk@iinet.net.au>
Home!

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] How does cisco vpnclient find its .pcf file?
  2005-08-07  1:43       ` William Kenworthy
@ 2005-08-08  3:11         ` David H. Askew
  0 siblings, 0 replies; 6+ messages in thread
From: David H. Askew @ 2005-08-08  3:11 UTC (permalink / raw
  To: gentoo-user

you can also see a draft version on the web here:

http://www.gentoo.org/doc/en/draft/vpnc-howto.xml

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-08  3:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-06 10:26 [gentoo-user] How does cisco vpnclient find its .pcf file? W.Kenworthy
2005-08-06 12:15 ` Hans-Werner Hilse
2005-08-06 12:28   ` William Kenworthy
2005-08-06 14:22     ` David H. Askew
2005-08-07  1:43       ` William Kenworthy
2005-08-08  3:11         ` David H. Askew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox