Jump to content
Not connected, Your IP: 18.220.59.69
Sign in to follow this  
droomurray

OpenWRT creating VPN

Recommended Posts

Hello,

 

Im trying to get my airvpn connection working within OpenWRT.

 

When I try to connect I get the following error :- http://pastebin.com/mQqagc7y

 

Any ideas ?

 

VPN Config is as followed :- 

 

config openvpn 'myvpn'

        option enabled '1'
        option dev 'tun'
        option proto 'udp'
        option port '443'
        option ca '/etc/openvpn/ca.crt'
        option cert '/etc/openvpn/client.crt'
        option key '/etc/openvpn/client.key'
        option client '1'
        option remote_cert_tls 'server'
        option remote '46.165.208.69'
        option persist_tun '1'
        option persist_key '1'
        option nobind '1'
        option tls_auth '/etc/openvpn/ta.key'
        option log '/tmp/openvpn.log'
        option cipher 'AES-256-CBC'
        option verb '7'
        option route_delay '5'
        option comp_lzo 'no'
        option explicit_exit_notify '5'
        option resolv_retry 'infinite'
 
 
any ideas ?

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...