Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I was trying to set up an OpenVPN session a while ago and I decided to test with UltraVPN before using my own server. Anyway I installed openvpn from ...
  1. #1
    Just Joined!
    Join Date
    Jul 2010
    Posts
    14

    OpenVPN not initalising any tunnels

    Hi, I was trying to set up an OpenVPN session a while ago and I decided to test with UltraVPN before using my own server.

    Anyway I installed openvpn from the repository and added the certificate and .conf file to /etc/openvpn and executed with super user privileges.

    This is the log that it gives me

    Code:
    Wed Nov  3 12:10:26 2010 WARNING: No server certificate verification method has been enabled. 
    Wed Nov  3 12:10:26 2010 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
    Wed Nov  3 12:10:26 2010 LZO compression initialized
    Wed Nov  3 12:10:26 2010 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
    Wed Nov  3 12:10:26 2010 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
    Wed Nov  3 12:10:26 2010 Local Options hash (VER=V4): '41690919'
    Wed Nov  3 12:10:26 2010 Expected Remote Options hash (VER=V4): '530fdded'
    Wed Nov  3 12:10:26 2010 Socket Buffers: R=[112640->131072] S=[112640->131072]
    Wed Nov  3 12:10:26 2010 UDPv4 link local: [undef]
    Wed Nov  3 12:10:26 2010 UDPv4 link remote: [AF_INET]<ip>
    Wed Nov  3 12:10:41 2010 TLS Error: TLS key negotiation failed
    If I've been using my other VPN properly all these days then it is supposed to open a tunnel to the server and I should be able to see it listed when I do a ifconfig but I am _not_.

    What am I missing/doing wrong here?

    Thanks.

  2. #2
    Just Joined!
    Join Date
    May 2006
    Location
    Silver Spring, MD
    Posts
    32
    The answer is in your post. It plainly states that server certificate verification method has not been enabled. I do not use OpenVPN, I use vpnc; however, it appears that you need to tweak your configuration to enable the certification verification method. It's probably looking for a password/key combo by default.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •