Reply
 
Thread Tools Display Modes
  #1  
Old 03-23-2007, 01:09 AM
Ph0eniX Ph0eniX is offline
Junior Member
 
Join Date: Feb 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default Cisco VPN client?
Is there a way to connect my PCBSD machine to a Cisco VPN concentrator?

Grazie!
Reply With Quote
  #2  
Old 03-23-2007, 01:33 AM
dracheflieger dracheflieger is offline
Senior Member
 
Join Date: May 2006
Location: Greater State of Northern Kaliforneea
Posts: 2,880
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Something like this ?
Code:
security/vpnc             Client for Cisco 3000 VPN Concentrator
Reply With Quote
  #3  
Old 03-25-2007, 12:10 AM
Ph0eniX Ph0eniX is offline
Junior Member
 
Join Date: Feb 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by dracheflieger
Something like this ?
Code:
security/vpnc             Client for Cisco 3000 VPN Concentrator
Yes, that's what I'm looking for. Does it work in PCBSD?
Reply With Quote
  #4  
Old 03-25-2007, 12:20 AM
dracheflieger dracheflieger is offline
Senior Member
 
Join Date: May 2006
Location: Greater State of Northern Kaliforneea
Posts: 2,880
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Yes, it is in the port tree. You will have to get your sources and ports (Chapter 5 of the Quick Guide on your desktop) and once you have those you will need to open konsole (KMenu -> System -> konsole), su to root and then
Code:
cd /usr/ports/security/vpnc && make install clean && rehash
and that will download anything you should need and compile that application. read what it says near the end of the install.

I would set konsole's history unlimited (Settings -> History -> Set Unlimited) so you can find any errors that might occur. It probably also installs man pages so you should be able to
Code:
man vpnc
after the install and read what they tell you.

Good luck.
Reply With Quote
  #5  
Old 04-03-2007, 01:20 AM
Ph0eniX Ph0eniX is offline
Junior Member
 
Join Date: Feb 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Thanks! I have it installed but getting it to work is another story. I can make a connection but I'm unable to ping any hosts on the remote network or ping my own address assigned by the VPN server. It works fine when I try it from my Mac or the Windows box (using the Cisco VPN client on the same network). I event tried running it with the "--debug" option. It's not displaying any errors. I'm kind of thinking that vpn-script is mangling the routes somehow even though the routing table itself looks ok. I've disabled the PCBSD personal firewall but it doesn't seem to make any difference. Any ideas?

Thanks!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco Aironet 340 Series cavaughan Networking 0 09-22-2008 10:46 PM
Cisco doesn't know difference GPL & BSD Gerard The Lounge 3 09-20-2007 03:19 AM
cisco vpn easyemu FreeBSD Help 7 01-31-2007 03:39 PM
Cisco VPN Client go3mon General Questions 1 11-27-2006 02:14 PM
PC-BSD and CISCO T.R Materene Installing PC-BSD 4 08-15-2005 10:39 PM


All times are GMT. The time now is 02:46 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.