PDA

View Full Version : Cisco trouble


ozzkoz
2005-09-08, 03:36 PM CDT
Hi I am trying to connect to a network using the cisco client. I have installed Cisco vpn clinet, and ran the initializing script. Now according to the instructions I run the command vpnclient connect [profile], but it returns command vpnclient not found. I searched my hard disk and found the file vpnclient in opt/cisco-systems/bin
and it says its under permissions inaccessable. Do i need to do something to allow me to use the the command vpnclient? I am root as I am trying to use it. Thanks

gandalf2041
2005-09-08, 06:12 PM CDT
Assuming you are root, make sure the script is executable:

cd /opt/cisco-systems/bin
chmod +x vpnclient

and then:
./vpnclient connect [profile]

Good Luck! Let us know how it works.