Starting OpenVPN FAILED with no Errors in log

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
Rednaxel
OpenVpn Newbie
Posts: 1
Joined: Sun Dec 20, 2015 11:25 am

Starting OpenVPN FAILED with no Errors in log

Post by Rednaxel » Sun Dec 20, 2015 12:07 pm

CentOS 6.5 Final. OpenVPN installed from RPM

service openvpn start
Starting openvpn: [FAIL]

server.conf:

Code: Select all

port 13111
proto udp
dev tun

ca /etc/openvpn/ca.crt
cert /etc/openvpn/server.crt
key /etc/openvpn/server.key
dh /etc/openvpn/dh.pem

server 10.8.0.0 255.255.255.0 
ifconfig-pool-persist ipp.txt 
client-config-dir /etc/openvpn/ccd 

keepalive 10 120
comp-lzo

max-clients 100
user nobody
group nobody

persist-key
persist-tun
status /var/log/openvpn/openvpn-status.log
log /var/log/openvpn/openvpn.log
verb 4
openvpn.log (verb 3):

Code: Select all

library versions: OpenSSL 1.0.1e-fips 11 Feb 2013, LZO 2.03
MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:7505
Diffie-Hellman initialized with 2048 bit key
Socket Buffers: R=[112640->131072] S=[112640->131072]
ROUTE_GATEWAY 10.0.0.1/255.255.255.0 IFACE=eth0 HWADDR=00:24:1d:3e:
TUN/TAP device tun0 opened
TUN/TAP TX queue length set to 100
do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
/sbin/ip link set dev tun0 up mtu 1500
/sbin/ip addr add dev tun0 local 10.8.0.1 peer 10.8.0.2
/sbin/ip route add 10.8.0.0/24 via 10.8.0.2
GID set to nobody
UID set to nobody
UDPv4 link local (bound): [undef]
UDPv4 link remote: [undef]
MULTI: multi_init called, r=256 v=256
IFCONFIG POOL: base=10.8.0.4 size=62, ipv6=0
IFCONFIG POOL LIST
Initialization Sequence Completed
I tried to use verboce level 5, but still not find any errors. Log file too long to post it here.

Also i installed OpenVPN on Virtual mashine CentOS 6.7 with the same config and receive the same issue :oops:

What can I do to start OpenVPN?
Please help

Post Reply