Results 1 to 2 of 2
hello
i have installed openvpn-2.0.9 and lzo library to my system..........
After i successfully configured ..................
for testing purpose.........
i ran the command at openvpn directory " openvpn --config server"........
...
- 03-06-2007 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
doubt on openvpn
hello
i have installed openvpn-2.0.9 and lzo library to my system..........
After i successfully configured ..................
for testing purpose.........
i ran the command at openvpn directory " openvpn --config server"........
It shows me a error like " SOCKET BIND FAILURE , ADDRESS ALREADY IN USE"
and one more thing is.....
there is no "openvpn directory" in /etc directory
pls canbody solve my problem..........
Thanks in Advance
- 03-06-2007 #2Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
That error means some other process (or even another instance of the openvpn process) is using that address and port combination.
From what you've given us I'd suggest that the openvpn process is already running.
will show you it if it is.Code:ps ax | grep openvpn
If it or another process is running, stop it and try your test command again. If you have any problems, post them here along with complete command lines and the contents of your openvpn config file.
Incidentally, your config file doesn't have to be in the /etc/openvpn directory but most guides assume it will be so it might be easier if it was.
Let us know how you get on,
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.


Reply With Quote