I have this problem : when i type to the command line
Code: Select all
service openvpn start
Then i run this command :
Code: Select all
openvpn --config /etc/openvpn/server.conf
Thu Aug 8 19:56:07 2013 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to ca
ll user-defined scripts or executables
Thu Aug 8 19:56:07 2013 Diffie-Hellman initialized with 1024 bit key
Thu Aug 8 19:56:07 2013 TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Thu Aug 8 19:56:07 2013 TCP/UDP: Socket bind failed on local address 184.164.142.216:590
0: Address already in use
Thu Aug 8 19:56:07 2013 Exiting
Any idea how to fix this?
Thank you very much for your time
P.S : Openvpn is install at a Centos 5 OpenVZ (VPS)
I use this VPS for websites , and this is the only IP i am currently using.Is this causing the problem maybe?