LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Running OpenVPN in the background. (https://www.linuxquestions.org/questions/linux-software-2/running-openvpn-in-the-background-556444/)

waelaltaqi 05-24-2007 03:54 PM

Running OpenVPN in the background.
 
i have to apply the following command to create VPN connection to my firewall:

Code:

sudo ./openvpn --config vpnauto-TO-IPCop.ovpn
My only problem is that the command produces continures output telling me exactly what's happening with the connection.
As far as i know, to run a process in the background i need to add & to the command, like:
Code:

updatedb&
My question is: how can i run the above openvpn command in the background?
thanks in advance.

edenCC 05-26-2007 05:18 AM

try like this:

(sudo ./openvpn --config vpnauto-TO-IPCop.ovpn) &


All times are GMT -5. The time now is 09:10 PM.