Networking Forums

Networking Forums > Computer Networking > Linux Networking > Fedora 5 with Cisco VPN Client

Reply
Thread Tools Display Modes

Fedora 5 with Cisco VPN Client

 
 
gibboda
Guest
Posts: n/a

 
      08-14-2006, 06:21 PM
I have a system with Fedora 5 where I have successfully installed the
cisco vpn client from cisco. It connects with no issues except it
does not return to the command line. How do I get the cisco vpn to
execute and return to the command line prompt. I have tried the normal
& sign after the vpn command which I am use to using after most of my
command lines. Any suggestions will be helpful.

thank you for your advice and wisdom.
DG

 
Reply With Quote
 
 
 
 
Nietzsche
Guest
Posts: n/a

 
      08-14-2006, 07:15 PM

gibboda wrote:
> I have a system with Fedora 5 where I have successfully installed the
> cisco vpn client from cisco. It connects with no issues except it
> does not return to the command line. How do I get the cisco vpn to
> execute and return to the command line prompt. I have tried the normal
> & sign after the vpn command which I am use to using after most of my
> command lines. Any suggestions will be helpful.
>
> thank you for your advice and wisdom.
> DG


Why not just launch another session of xterm (or whatever you're
using)? Or if you're not running xwindows do alt+F2 for another window.

 
Reply With Quote
 
gibboda
Guest
Posts: n/a

 
      08-14-2006, 09:07 PM
Nietzsche wrote:
> gibboda wrote:
> > I have a system with Fedora 5 where I have successfully installed the
> > cisco vpn client from cisco. It connects with no issues except it
> > does not return to the command line. How do I get the cisco vpn to
> > execute and return to the command line prompt. I have tried the normal
> > & sign after the vpn command which I am use to using after most of my
> > command lines. Any suggestions will be helpful.
> >
> > thank you for your advice and wisdom.
> > DG

>
> Why not just launch another session of xterm (or whatever you're
> using)? Or if you're not running xwindows do alt+F2 for another window.


The goal is to run automated tasks. Therefore there will be no human
interaction to allow alt-F2 or launching another session. Manually it
would work but it does not work in full automation. Thank you for your
suggestion.
DG

 
Reply With Quote
 
Jesper H.
Guest
Posts: n/a

 
      08-14-2006, 10:00 PM
On 2006-08-14, gibboda wrote:
> How do I get the cisco vpn to execute and return to the command line
> prompt. I have tried the normal & sign after the vpn command which I
> am use to using after most of my command lines.


That should give you back the command line, but I'm guessing you mean
that the output of the vpn client interferes with your typing. Try this:

vpncommand > vpn.log 2>&1 &

(Of course replace "vpncommand" with the appropriate command name. I
don't know anything about the cisco vpn system)

This will send all output from the command to vpn.log so you can review
it later in case of failure.

But why not write an init script and have the client started
automatically on boot?

--
|\_/| ,(Meow) Jesper H. <xyborx+(E-Mail Removed)>
(^.^)
`^' Sanity is an illusion
 
Reply With Quote
 
gibboda
Guest
Posts: n/a

 
      08-15-2006, 12:08 PM
Jesper H. wrote:
> On 2006-08-14, gibboda wrote:
> > How do I get the cisco vpn to execute and return to the command line
> > prompt. I have tried the normal & sign after the vpn command which I
> > am use to using after most of my command lines.

>
> That should give you back the command line, but I'm guessing you mean
> that the output of the vpn client interferes with your typing. Try this:
>
> vpncommand > vpn.log 2>&1 &
>
> (Of course replace "vpncommand" with the appropriate command name. I
> don't know anything about the cisco vpn system)
>
> This will send all output from the command to vpn.log so you can review
> it later in case of failure.
>
> But why not write an init script and have the client started
> automatically on boot?
>
> --
> |\_/| ,(Meow) Jesper H. <xyborx+(E-Mail Removed)>
> (^.^)
> `^' Sanity is an illusion



Thank you. The command listed above will work. The project I am
working on requires me to only connect when needed to a remote server
to run several queries. So I needed a way to execute the vpn only when
needed with out locking up the screen to one process when I have
multiple processes that need to run. Again thank you for your advice
and wisdom.
DG

 
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora core 2 client behind sonicwall Ward Taylor Linux Networking 2 01-10-2005 12:02 AM
Cisco Wireless PCI Card & Fedora Core 2 Bob Holding Linux Networking 0 08-27-2004 03:01 AM
Trouble Installing Linux/Cisco VPN Client Has anyone had trouble compiling the linux cisco vpn client? Here is the output of the install script: # uname -rviosm Linux 2.4.22-1.2188.nptl #1 Wed Apr 21 20:19:18 EDT 2004 x86_64 x86_64 GNU/Linux JSH Linux Networking 4 07-02-2004 12:48 PM
Cisco Client Matt Broadband Hardware 2 05-24-2004 08:36 PM
Q: Non-Cisco wireless client adapters on Cisco AP350 WLAN ? Martin Bilgrav Wireless Internet 3 06-30-2003 02:06 AM



1 2 3 4 5 6 7 8 9 10 11