Jump to content
Not connected, Your IP: 44.192.53.34

Search the Community

Showing results for tags 'OpenVPN'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • AirVPN
    • News and Announcement
    • How-To
    • Databases
  • Community
    • General & Suggestions
    • Troubleshooting and Problems
    • Blocked websites warning
    • Eddie - AirVPN Client
    • DNS Lists
    • Reviews
    • Other VPN competitors or features
    • Nonprofit
    • Off-Topic
  • Other Projects
    • IP Leak
    • XMPP

Product Groups

  • AirVPN Access
  • Coupons
  • Misc

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Mastodon


AIM


MSN


ICQ


Yahoo


XMPP / Jabber


Skype


Location


Interests

Found 198 results

  1. Hi, As some of you may know, DD-WRT requires at least 8mb of memory (or 4mb if it's a Broadcom chipset) in order to use OpenVPN. However, this is not the end of the world. I use a D-Link DIR-615 which is unsupported by DD-WRT for OpenVPN, but I am able to get it running. Things to know before hand: 1. My router's processor is only 400mhz, and combined with the lack of memory, it means that the maximum speed I am getting is around 6mbps 8mbps. On a normal machine, I get a lot more. This is due to the processor limitations and not due to the implementation. 2. Most problems I have had are to do with permissions. Make sure your uploaded files are all 777 or 755 permissions. 3. This should work on most MIPS routers. I can guarantee that it is working on the DIR-615 and TL941N routers. 4. The OpenVPN package I am using is from November 2011, so it is relatively outdated. I believe it is version 2.2, whereas the current release is 2.3.2. If someone is willing to repackage it and upload the latest version, it may provide better performance. Updated to March 2014! REQUIREMENTS: 1. You need a server. Maybe AirVPN can help in this regard if they would be willing to host the files? On this server, you will host a package called openvpn_pack.tar.gz containing the openvpn config and libraries for ssl and lzo.You will also host a script and your ovpn files. WHY IS THIS THE CASE? My router only has 64kb of NVRAM. This means that I can only store a small amount of data on there before the memory is consumed. The best way to conserve the NVRAM is to wget the needed scripts from a remote server rather than store them on the router itself. If you use all of your NVRAM, you can brick your router.2. You need your .ovpn file generated through the "Enter" section of AirVPN. And we begin: 1. The first step required is to upload the files to your server. Here is a temporary link to download openvpn_pack.tar.gz (855kb). This is not a host for you to use in your script, and is only staying up temporarily for public access. You must download this package and upload it to your own host, unless AirVPN is willing to host it.The following script must be saved as "executeScript.sh" and uploaded to your server: #!/bin/sh cd /tmp/openvpn export LD_LIBRARY_PATH=/lib:/usr/lib:/jffs/lib:/jffs/usr/lib:/jffs/usr/local/lib:/mmc/lib:/mmc/usr/lib:/opt/lib:/opt/usr/lib:/tmp/openvpn/lib cd /tmp/openvpn killall -9 openvpn sleep 2 insmod /tmp/openvpn/lib/tun echo tun.ko bridged killall -9 openvpn /tmp/openvpn/bin/openvpn --config /tmp/openvpn/client/airvpn.ovpn --daemon echo Started the daemon echo Starting loop to update the routing tunup=0 while [ $tunup ] do sleep 1 if ifconfig tun0 then iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE tunup=1 echo Set the routing tables to use the vpn break fi done You must go through this section of AirVPN and generate your ovpn file. NOTE: You can also add the following lines to the end of your ovpn file if you want to debug any errors: status /tmp/var/log/openvpn-status_tap.log log-append /tmp/var/log/openvpn_tap.log mute 20 The first two lines will make logs of the connection in case you need to troubleshoot, and the third line will limit logging repeating problems to conserve memory. You can use notepad to edit the files. Also, in the script I have called this file AirVPN.ovpn. Your filename will be different. You can either change the script to your filename or you can rename your file to AirVPN.ovpn. 2. The second part is to log into your router at 192.168.1.1, or whatever your router's IP address is. 3. Click the "Administration" tab, and then click on the "Commands" tab. 4. Here you will need to input the start up script. The start up script will fetch the required OpenVPN package from your server, extract it, and begin to execute the scripts. This will be run every time the router turns on. You will need to put the following in the Command Shell textbox and click the "Save Startup" button at the bottom. Please note that you must edit the URLs with your own: #!/bin/sh echo "#!/bin/sh rm -f /tmp/openvpn/client/foobar.ovpn echo Removed foobar file while ! ps | grep -q \"udhcpc\"; do sleep 1 done while ! ls /tmp/openvpn/client | grep -q \"foobar\"; do killall -9 wget killall -9 gzip killall -9 tar echo finished kill sequence cd /tmp rm -f ./openvpn_pack.tar.gz rm -f ./openvpn_pack.tar rm -r -f ./openvpn echo Removed the old files wget http://www.yourhost.com/openvpn_pack.tar.gz sleep 10 chmod +x /tmp/openvpn/openvpn_pack.tar.gz sleep 2 gzip -d ./openvpn_pack.tar.gz tar -xf ./openvpn_pack.tar rm ./openvpn_pack.tar echo Finished unpacking the TAR ball wget http://www.yourhost.com/AirVPN.ovpn -O /tmp/openvpn/client/foobar.ovpn #echo \"foobar\" > /tmp/openvpn/client/foobar.ovpn echo Finished with the OVPN files wget http://www.yourhost.com/executeScript.sh -O /tmp/openvpn/runit.sh chmod +x /tmp/openvpn/runit.sh if ls /tmp/openvpn/client | grep -q \"foobar\"; then echo starting the runit script /tmp/openvpn/runit.sh > /tmp/var/log/runit.log & fi done echo done with getting the stuff " > /tmp/get_openvpn.sh chmod +x /tmp/get_openvpn.sh /tmp/get_openvpn.sh > /tmp/var/log/openvpn_script.log & 5. You should now be able to connect to OpenVPN on your router. However, we are not finished. If you go http://www.dnsleaktest.com, you will see that your DNS is leaking. In order to seal the leaks, you must go to the Setup tab on your DD-WRT homepage, and in Basic Setup there will be a section titled "Network Address Server Settings (DHCP)." Here you must set your first DNS as the following: Static DNS 1: 10.4.0.1 Static DNS 2: 10.5.0.1 Static DNS 3: 50.116.23.211 The first two DNS are AirVPN's DNS. The third DNS is one that I have chosen from the OpenNIC project (see here). This is because I have had trouble connecting to AirVPN DNS when I am not connected to the VPN, but before we are able to connect to the VPN we must be able to download the files we uploaded from our server. As a resulted, we need a trusted DNS with reliable up-time for the initial connection. For added security, do not add the third DNS, and instead use one of AirVPN's (ie 10.6.0.1). This will also provide DNS leak protection when browsing as AirVPN's DNS can only be accessed when connected to the VPN. 6. Reboot your router, and wait a minute or so. Then go to http://www.dnsleaktest.com to check that you are completely behind the IP and DNS you want to be behind. And that's pretty much it. There is no GUI and no further details to add. If you followed the procedure correctly, your router should be connected to AirVPN with no DNS leaks. Enjoy. If this tutorial helped you out, and you would like to show your gratitude, then contact AirVPN and tell them you would like to donate for me an extra month (or more?) of VPN access edit: Updated with the latest packages (March 17 2014) for OpenSSL and OpenVPN. You should experience a 20% bandwidth increase with the latest packages.
  2. must have RSA 4096 BIt when it doesnt impact performance and doesnt cost then why not ?? it is never been late to do the right thing other VPN giving RSA 4096 since 2013 and so many more and more higher encryption this is more important than Water after dinner and sex after party must have RSA 4096 Bit encryption guys
  3. Hi there, sorry if this has been posted before but I did search the forum and look at the OpenVPN manual and found nothing of use. Basically I set up AirVPN to run automatically on startup through the 'services' method, so I no longer use the AirVPN client - something I learned on here. What's the easiest way to switch between AirVPN servers without using the client? I've added both config files to the OpenVPN folder, but whenever I try to switch it comes up with 'AUTH FAILED' Thanks
  4. I recently posted a how-to running Transmission in a jail within freenas so the jail is the only thing running through the VPN and ipfw prevents Transmission from connecting to anything other than the VPN. Thought it might help others trying to do the same: http://forums.freenas.org/index.php?threads/how-to-use-openvpn-ipfw-in-a-jail-so-it-only-connects-to-the-vpn.18669/ Cheers
  5. Hi AirVPN team, On the same machine I have windows and ubuntu. On Windows: * Windows 8 Pro * Advanced Firewall used to limit internet traffic to only be through VPN * uTorrent w/ port forwarding * Usually peaks around 2.5mB/s. Max I've seen is 3mB/s+. * Server: Sirius, TCP On Ubuntu: * 12.04 Server (with minimal desktop installed) * UFW used to block all traffic out/in for internet except certain ports through VPN * Transmission w/ port forwarding * Usually peaks around 500kB/s. Max I've seen is 900mB/s. * Server: Sirius, UDP What can I do to increase the speed on Ubuntu? I think it's very odd that this is happening. Other variations are that the disks are different, but both are comparable 7200RPMs. Thanks
  6. Hi, Thanks for a great VPN service. I've been using the Windows client so far with no problems. However, I recently bought an Asus RT-N16 router for the purpose of bridging with the router upstairs, in order to get a wired Internet connection downstairs. This worked out well. I also wanted to use openVPN on the router downstairs using tomato (shibby), but I've run into a problem. In the howto article it says I have to change the DNS servers under basic/networking, but the problem is as the router is bridged to the router upstairs, the gateway and first DNS address is the LAN address to the router upstairs. I've tried setting up openVPN without changing the DNS settings, but it didn't seem to work very well (at all). Is it possible to use openVPN on a tomato router that is bridged to another router that it gets the internet access from?
  7. I've been looking at pre-configured DD-WRT dual band routers on flashrouters[dot]com. They set up OpenVPN on a list of VPN services, but AirVPN isn't listed. They also offer to install/configure for other OpenVPN providers if there's a install manual provided by the VPN provider. Will there be any problem with sharing the install information to them? Is it against the rules to run connections from 2 computers through the router to your service?
  8. DD-WRT firmware with openvpn has been working perfectly for me for a long time. But today I decided to change the settings so that only a single (static) ip address on my subnet uses openvpn/airvpn. In my firewall rules I have the following line that I had to remove in order to get my new setup working. The rule is crucial to prevent a jump to my non/vpn connection in the even that a vpn server goes down. My question is how do I make an exception for a single IP that will allow me to keep this rule in place but still make an exception for my one static IP 192.168.2.160 that I want to connect to the vpn. Thanks for any help. iptables -I FORWARD -i br0 -o vlan2 -j DROP
  9. I started using AirVPN just recently. I downloaded a .tar archive for OpenVPN from the website and there are 2 problems with it: 1. All files inside have rwxrwxrwx permissions (.ovpn, ca.crt, user.crt, user.key). Since I downloaded a tar, not zip, it should be possible to prevent that. 2. The instructions on the website do not tell you to change permissions, they only tell to unpack the archive and launch "sudo openvpn <filename.ovpn>". Many users might overlook the problem.
  10. Hi, On windows 8, home computer, all is OK, airvpn good speed... but... On laptop linux (arch), sometime some websites display slowly (google), but most websites does not display. (Its the same line, internet box, ISP) I try with various protocols and various ports (udp 443, tcp 443 ...53) but nothing... My config file : client dev tun proto udp remote earth.vpn.airdns.org 53 resolv-retry infinite nobind ns-cert-type server cipher AES-256-CBC comp-lzo verb 3 explicit-exit-notify 5 ca "etc/openvpn/ca.crt" cert "etc/openvpn/user.crt" key "etc/openvpn/user.key" I lauched openvpn : # openvpn /etc/openvpn/airvpn_UDP_53.ovpn Tue Sep 24 09:59:14 2013 OpenVPN 2.3.2 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [eurephia] [MH] [iPv6] built on Jun 9 2013 Tue Sep 24 09:59:14 2013 Socket Buffers: R=[212982->131062] S=[212982->131062] Tue Sep 24 09:59:14 2013 UDPv4 link local: [undef] Tue Sep 24 09:59:14 2013 UDPv4 link remote: [AF_INET]181.74.203.161:53 Tue Sep 24 09:59:14 2013 TLS: Initial packet from [AF_INET]181.74.203.161:53, sid=bd1c2aa8 deb44c102 Tue Sep 24 09:59:15 2013 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.org Tue Sep 24 09:59:15 2013 VERIFY OK: nsCertType=SERVER Tue Sep 24 09:59:15 2013 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=server, emailAddress=info@vpninfo.org Tue Sep 24 09:59:17 2013 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Tue Sep 24 09:59:17 2013 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Tue Sep 24 09:59:17 2013 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Tue Sep 24 09:59:17 2013 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Tue Sep 24 09:59:17 2013 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA Tue Sep 24 09:59:17 2013 [server] Peer Connection Initiated with [AF_INET]181.74.203.161:53 Tue Sep 24 09:59:19 2013 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1) Tue Sep 24 09:59:19 2013 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 10.7.0.1,comp-lzo no,route 10.7.0.1,topology net30,ping 10,ping-restart 60,ifconfig 10.7.1.97 10.7.1.96 Tue Sep 24 09:59:19 2013 OPTIONS IMPORT: timers and/or timeouts modified Tue Sep 24 09:59:19 2013 OPTIONS IMPORT: LZO parms modified Tue Sep 24 09:59:19 2013 OPTIONS IMPORT: --ifconfig/up options modified Tue Sep 24 09:59:19 2013 OPTIONS IMPORT: route options modified Tue Sep 24 09:59:19 2013 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified Tue Sep 24 09:59:19 2013 ROUTE_GATEWAY 192.168.0.254/255.255.255.0 IFACE=enp3s0f2 HWADDR=b2:35:42:c1:a3:47 Tue Sep 24 09:59:19 2013 TUN/TAP device tun0 opened Tue Sep 24 09:59:19 2013 TUN/TAP TX queue length set to 100 Tue Sep 24 09:59:19 2013 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Tue Sep 24 09:59:19 2013 /usr/bin/ip link set dev tun0 up mtu 1500 Tue Sep 24 09:59:19 2013 /usr/bin/ip addr add dev tun0 local 10.7.1.97 peer 10.7.1.96 Tue Sep 24 09:59:19 2013 /usr/bin/ip route add 181.74.203.161/32 via 192.168.0.254 Tue Sep 24 09:59:19 2013 /usr/bin/ip route add 0.0.0.0/1 via 10.7.1.96 Tue Sep 24 09:59:19 2013 /usr/bin/ip route add 128.0.0.0/1 via 10.7.1.96 Tue Sep 24 09:59:19 2013 /usr/bin/ip route add 10.7.0.1/32 via 10.7.1.96 Tue Sep 24 09:59:19 2013 Initialization Sequence Completed Can you help me please ?
  11. Mon Sep 16 23:06:33 2013 Warning: cannot open --log file: C:\Program Files\OpenVPN\log\AirVPN_Singapore_TCP-443.log: Access is denied. (errno=5) Mon Sep 16 23:06:33 2013 OpenVPN 2.3.2 x86_64-w64-mingw32 [sSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [iPv6] built on Aug 22 2013 Mon Sep 16 23:06:33 2013 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25340 Mon Sep 16 23:06:33 2013 Need hold release from management interface, waiting... Mon Sep 16 23:06:33 2013 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25340 Mon Sep 16 23:06:33 2013 MANAGEMENT: CMD 'state on' Mon Sep 16 23:06:33 2013 MANAGEMENT: CMD 'log all on' Mon Sep 16 23:06:33 2013 MANAGEMENT: CMD 'hold off' Mon Sep 16 23:06:33 2013 MANAGEMENT: CMD 'hold release' Mon Sep 16 23:06:33 2013 Socket Buffers: R=[8192->8192] S=[8192->8192] Mon Sep 16 23:06:33 2013 Attempting to establish TCP connection with [AF_INET]127.0.0.1:9150 Mon Sep 16 23:06:33 2013 MANAGEMENT: >STATE:1379369193,TCP_CONNECT,,, Mon Sep 16 23:06:34 2013 TCP: connect to [AF_INET]127.0.0.1:9150 failed, will try again in 5 seconds: Connection refused (WSAECONNREFUSED) Mon Sep 16 23:06:39 2013 MANAGEMENT: >STATE:1379369199,TCP_CONNECT,,, Mon Sep 16 23:06:40 2013 TCP: connect to [AF_INET]127.0.0.1:9150 failed, will try again in 5 seconds: Connection refused (WSAECONNREFUSED) Mon Sep 16 23:06:45 2013 MANAGEMENT: >STATE:1379369205,TCP_CONNECT,,, Mon Sep 16 23:06:46 2013 TCP: connect to [AF_INET]127.0.0.1:9150 failed, will try again in 5 seconds: Connection refused (WSAECONNREFUSED) Why is this not working?
  12. Hi, sorry for being a noob, i am trying to connect mg phone with Android 4.2.2, i followed the instructions but when i try to import the ovpn file openvpn says "profile import failed: line too long" any help? Thanks
  13. I have successfully followed the AirVPN instructions on setting up the Asus RT-N66U's (Merlin firmware) openvpn client. My concern now is protecting privacy in the event the VPN drops & traffic continues through the ISP. I would like to route all client traffic through the VPN & in the event it drops, no access to the internet is available to the clients. Does anyone know of a solution for this ? A workable solution exists for the for DD-WRT routers & I'm guessing similar one can be done for the RT-N66U as it runs a variant of DD-WRT (AsusWRT). I'm not technical enough to implement it so would appreciate any help. https://airvpn.org/index.php?option=com_kunena&func=view&catid=3&id=4287&Itemid=142#4287
  14. Hi, I have just updated my OpenSSH version to version 6.2p2 - although this made me notice that (as far as I can tell), the AirVPN servers utilise version 5.5p1 (Debian-6+squeeze2). Are there any plans to update this soon, given the number of bug fixes and exploit patches that have been introduced since? Cheers!
  15. help !! i've set up pfsense to work with airvpn. my ip address shows as the desired location and it makes me think everything is set up correctly. but . . . when i do a dns test it shows my true ip address from the internet company. also, when i log on to this web site it indicates "not connected" and shows the same ip address. i have tried various combinations for the dns settings of general setup. for the dns server i have 10.0.5.1 and 10.0.4.1. i've tried various combinations of the "allow dns server list" box and the "do not use the dns forwarder" box. what am i missing? what settings do i need to mask my ip address with no dns leaks??? this noob appreciates any assistance.
  16. Any one else working on an SSH Tunnelled OpenVPN connection on DD-WRT? I have the SSH Tunnel standing up correctly and the OpenVPN connection connecting correctly. HOWEVER, no port 80 traffic. Only pings, traceroute, etc. Ideas? Suggestions? Once I have it working I will write up a how to. If you are in China you need this info!
  17. Hello, I saw that when I am connecting through air over shh, in the Client Area it is not shown my real ip. Why is that?
  18. I really love the ability tunnel all the openvpn traffic through ssl or ssh. I'm not sure which is more secure or faster. I normally use ssl tunnelling and do most of my daily browsing and I've no problem other than a bit of latency sometimes. Thank you for your thoughtful and very important service.
  19. Hi, I'm using AirVPN successfully on my Mac (10.8.2) with Tunnelblick. However I want to get VPN over SSH working too. I have got the SSH key, openvpn binary, and .sh and .ovpn through the config generator, and the SSH tunnel successfully connects; $ ./AirVPN_United\ Kingdom_SSH-22.sh AirVPN SSH Tunnel OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011 debug1: Reading configuration data /etc/ssh_config debug1: /etc/ssh_config line 20: Applying options for * debug1: /etc/ssh_config line 53: Applying options for * debug1: Connecting to 31.193.12.98 [31.193.12.98] port 22. [...] debug1: Connection to port 1412 forwarding to 127.0.0.1 port 2018 requested. debug1: channel 2: new [direct-tcpip] debug1: channel 2: free: direct-tcpip: listening port 1412 for 127.0.0.1 port 2018, connect from 127.0.0.1 port 56739, nchannels 3 debug1: Connection to port 1412 forwarding to 127.0.0.1 port 2018 requested. debug1: channel 2: new [direct-tcpip] debug1: channel 2: free: direct-tcpip: listening port 1412 for 127.0.0.1 port 2018, connect from 127.0.0.1 port 56754, nchannels 3 When I launch the openvpn though, I get an error - "Cannot allocate TUN/TAP dev dynamically" $ sudo ./openvpn AirVPN_United\ Kingdom_SSH-22.ovpn Mon Jul 8 18:12:09 2013 OpenVPN 2.3.1 x86_64-apple-darwin11.1.0 [sSL (OpenSSL)] [LZO] [eurephia] [MH] [iPv6] built on Apr 26 2013 Mon Jul 8 18:12:09 2013 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables Mon Jul 8 18:12:09 2013 Socket Buffers: R=[131072->65536] S=[131072->65536] Mon Jul 8 18:12:09 2013 Attempting to establish TCP connection with [AF_INET]127.0.0.1:1412 [nonblock] Mon Jul 8 18:12:10 2013 TCP connection established with [AF_INET]127.0.0.1:1412 Mon Jul 8 18:12:10 2013 TCPv4_CLIENT link local: [undef] Mon Jul 8 18:12:10 2013 TCPv4_CLIENT link remote: [AF_INET]127.0.0.1:1412 Mon Jul 8 18:12:11 2013 TLS: Initial packet from [AF_INET]127.0.0.1:1412, sid=22ba3002 6e01312b Mon Jul 8 18:12:21 2013 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.org Mon Jul 8 18:12:21 2013 VERIFY OK: nsCertType=SERVER Mon Jul 8 18:12:21 2013 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=server, emailAddress=info@airvpn.org Mon Jul 8 18:12:47 2013 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Mon Jul 8 18:12:47 2013 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Mon Jul 8 18:12:47 2013 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Mon Jul 8 18:12:47 2013 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Mon Jul 8 18:12:47 2013 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA Mon Jul 8 18:12:47 2013 [server] Peer Connection Initiated with [AF_INET]127.0.0.1:1412 Mon Jul 8 18:12:49 2013 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1) Mon Jul 8 18:12:51 2013 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 10.50.0.1,comp-lzo no,route 10.50.0.1,topology net30,ping 10,ping-restart 60,ifconfig 10.50.0.58 10.50.0.57' Mon Jul 8 18:12:51 2013 OPTIONS IMPORT: timers and/or timeouts modified Mon Jul 8 18:12:51 2013 OPTIONS IMPORT: LZO parms modified Mon Jul 8 18:12:51 2013 OPTIONS IMPORT: --ifconfig/up options modified Mon Jul 8 18:12:51 2013 OPTIONS IMPORT: route options modified Mon Jul 8 18:12:51 2013 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified Mon Jul 8 18:12:51 2013 ROUTE_GATEWAY 10.101.0.1/255.255.128.0 IFACE=en1 HWADDR=b8::12:3b:d1:36 Mon Jul 8 18:12:51 2013 Cannot allocate TUN/TAP dev dynamically Mon Jul 8 18:12:51 2013 Exiting due to fatal error The Google hits I've found have all been related to Tunnelblick on the Mac, but for me Tunnelblick is working absolutely fine. Any suggestions on resolving this please?
  20. Hi, I'm currently on the 3 day trial to determine if AirVPN will suit my needs. I'm having some problems with it disconnecting on me though. It will stay connected for 15-20 seconds and then silently fail. Then after a minute or two it will reconnect again. This cycle will then just continue on. Here is the log from 3 cycles of this occuring. I'm using the newest version of Kubuntu (13.04). If you need any other information please let me know. $ sudo openvpn AirVPN_US-Andromedae_UDP-443.ovpn [sudo] password for REMOVED: Wed May 29 02:47:09 2013 OpenVPN 2.2.1 x86_64-linux-gnu [sSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [iPv6 payload 20110424-2 (2.2RC2)] built on Feb 13 2013 Wed May 29 02:47:09 2013 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables Wed May 29 02:47:09 2013 WARNING: file 'user.key' is group or others accessible Wed May 29 02:47:09 2013 LZO compression initialized Wed May 29 02:47:09 2013 Control Channel MTU parms [ L:1558 D:138 EF:38 EB:0 ET:0 EL:0 ] Wed May 29 02:47:09 2013 Socket Buffers: R=[212992->131072] S=[212992->131072] Wed May 29 02:47:09 2013 Data Channel MTU parms [ L:1558 D:1450 EF:58 EB:135 ET:0 EL:0 AF:3/1 ] Wed May 29 02:47:09 2013 Local Options hash (VER=V4): '22188c5b' Wed May 29 02:47:09 2013 Expected Remote Options hash (VER=V4): 'a8f55717' Wed May 29 02:47:09 2013 UDPv4 link local: [undef] Wed May 29 02:47:09 2013 UDPv4 link remote: [AF_INET]108.59.8.142:443 Wed May 29 02:47:09 2013 TLS: Initial packet from [AF_INET]108.59.8.142:443, sid=1ea35428 d0b27fcf Wed May 29 02:47:09 2013 VERIFY OK: depth=1, /C=IT/ST=IT/L=Perugia/O=airvpn.org/CN=airvpn.org_CA/emailAddress=info@airvpn.org Wed May 29 02:47:09 2013 VERIFY OK: nsCertType=SERVER Wed May 29 02:47:09 2013 VERIFY OK: depth=0, /C=IT/ST=IT/L=Perugia/O=airvpn.org/CN=server/emailAddress=info@airvpn.org Wed May 29 02:47:16 2013 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Wed May 29 02:47:16 2013 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Wed May 29 02:47:16 2013 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Wed May 29 02:47:16 2013 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Wed May 29 02:47:16 2013 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA Wed May 29 02:47:16 2013 [server] Peer Connection Initiated with [AF_INET]108.59.8.142:443 Wed May 29 02:47:19 2013 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1) Wed May 29 02:47:19 2013 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 10.4.0.1,comp-lzo no,route 10.4.0.1,topology net30,ping 10,ping-restart 60,ifconfig 10.4.42.174 10.4.42.173' Wed May 29 02:47:19 2013 OPTIONS IMPORT: timers and/or timeouts modified Wed May 29 02:47:19 2013 OPTIONS IMPORT: LZO parms modified Wed May 29 02:47:19 2013 OPTIONS IMPORT: --ifconfig/up options modified Wed May 29 02:47:19 2013 OPTIONS IMPORT: route options modified Wed May 29 02:47:19 2013 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified Wed May 29 02:47:19 2013 ROUTE default_gateway=192.168.1.1 Wed May 29 02:47:19 2013 TUN/TAP device tun0 opened Wed May 29 02:47:19 2013 TUN/TAP TX queue length set to 100 Wed May 29 02:47:19 2013 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Wed May 29 02:47:19 2013 /sbin/ifconfig tun0 10.4.42.174 pointopoint 10.4.42.173 mtu 1500 Wed May 29 02:47:19 2013 /sbin/route add -net 108.59.8.142 netmask 255.255.255.255 gw 192.168.1.1 Wed May 29 02:47:19 2013 /sbin/route add -net 0.0.0.0 netmask 128.0.0.0 gw 10.4.42.173 Wed May 29 02:47:19 2013 /sbin/route add -net 128.0.0.0 netmask 128.0.0.0 gw 10.4.42.173 Wed May 29 02:47:19 2013 /sbin/route add -net 10.4.0.1 netmask 255.255.255.255 gw 10.4.42.173 Wed May 29 02:47:19 2013 Initialization Sequence Completed Wed May 29 02:49:19 2013 [server] Inactivity timeout (--ping-restart), restarting Wed May 29 02:49:19 2013 TCP/UDP: Closing socket Wed May 29 02:49:19 2013 /sbin/route del -net 10.4.0.1 netmask 255.255.255.255 Wed May 29 02:49:19 2013 /sbin/route del -net 108.59.8.142 netmask 255.255.255.255 Wed May 29 02:49:19 2013 /sbin/route del -net 0.0.0.0 netmask 128.0.0.0 Wed May 29 02:49:19 2013 /sbin/route del -net 128.0.0.0 netmask 128.0.0.0 Wed May 29 02:49:19 2013 Closing TUN/TAP interface Wed May 29 02:49:19 2013 /sbin/ifconfig tun0 0.0.0.0 Wed May 29 02:49:19 2013 SIGUSR1[soft,ping-restart] received, process restarting Wed May 29 02:49:19 2013 Restart pause, 2 second(s) Wed May 29 02:49:21 2013 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables Wed May 29 02:49:21 2013 WARNING: file 'user.key' is group or others accessible Wed May 29 02:49:21 2013 LZO compression initialized Wed May 29 02:49:21 2013 Control Channel MTU parms [ L:1558 D:138 EF:38 EB:0 ET:0 EL:0 ] Wed May 29 02:49:21 2013 Socket Buffers: R=[212992->131072] S=[212992->131072] Wed May 29 02:49:21 2013 Data Channel MTU parms [ L:1558 D:1450 EF:58 EB:135 ET:0 EL:0 AF:3/1 ] Wed May 29 02:49:21 2013 Local Options hash (VER=V4): '22188c5b' Wed May 29 02:49:21 2013 Expected Remote Options hash (VER=V4): 'a8f55717' Wed May 29 02:49:21 2013 UDPv4 link local: [undef] Wed May 29 02:49:21 2013 UDPv4 link remote: [AF_INET]108.59.8.142:443 Wed May 29 02:49:21 2013 TLS: Initial packet from [AF_INET]108.59.8.142:443, sid=8bee1ae8 1457c8f8 Wed May 29 02:49:21 2013 VERIFY OK: depth=1, /C=IT/ST=IT/L=Perugia/O=airvpn.org/CN=airvpn.org_CA/emailAddress=info@airvpn.org Wed May 29 02:49:21 2013 VERIFY OK: nsCertType=SERVER Wed May 29 02:49:21 2013 VERIFY OK: depth=0, /C=IT/ST=IT/L=Perugia/O=airvpn.org/CN=server/emailAddress=info@airvpn.org Wed May 29 02:49:26 2013 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Wed May 29 02:49:26 2013 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Wed May 29 02:49:26 2013 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Wed May 29 02:49:26 2013 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Wed May 29 02:49:26 2013 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA Wed May 29 02:49:26 2013 [server] Peer Connection Initiated with [AF_INET]108.59.8.142:443 Wed May 29 02:49:29 2013 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1) Wed May 29 02:49:29 2013 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 10.4.0.1,comp-lzo no,route 10.4.0.1,topology net30,ping 10,ping-restart 60,ifconfig 10.4.42.174 10.4.42.173' Wed May 29 02:49:29 2013 OPTIONS IMPORT: timers and/or timeouts modified Wed May 29 02:49:29 2013 OPTIONS IMPORT: LZO parms modified Wed May 29 02:49:29 2013 OPTIONS IMPORT: --ifconfig/up options modified Wed May 29 02:49:29 2013 OPTIONS IMPORT: route options modified Wed May 29 02:49:29 2013 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified Wed May 29 02:49:29 2013 ROUTE default_gateway=192.168.1.1 Wed May 29 02:49:29 2013 TUN/TAP device tun0 opened Wed May 29 02:49:29 2013 TUN/TAP TX queue length set to 100 Wed May 29 02:49:29 2013 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Wed May 29 02:49:29 2013 /sbin/ifconfig tun0 10.4.42.174 pointopoint 10.4.42.173 mtu 1500 Wed May 29 02:49:29 2013 /sbin/route add -net 108.59.8.142 netmask 255.255.255.255 gw 192.168.1.1 Wed May 29 02:49:29 2013 /sbin/route add -net 0.0.0.0 netmask 128.0.0.0 gw 10.4.42.173 Wed May 29 02:49:29 2013 /sbin/route add -net 128.0.0.0 netmask 128.0.0.0 gw 10.4.42.173 Wed May 29 02:49:29 2013 /sbin/route add -net 10.4.0.1 netmask 255.255.255.255 gw 10.4.42.173 Wed May 29 02:49:29 2013 Initialization Sequence Completed Wed May 29 02:51:27 2013 [server] Inactivity timeout (--ping-restart), restarting Wed May 29 02:51:27 2013 TCP/UDP: Closing socket Wed May 29 02:51:27 2013 /sbin/route del -net 10.4.0.1 netmask 255.255.255.255 Wed May 29 02:51:27 2013 /sbin/route del -net 108.59.8.142 netmask 255.255.255.255 Wed May 29 02:51:27 2013 /sbin/route del -net 0.0.0.0 netmask 128.0.0.0 Wed May 29 02:51:27 2013 /sbin/route del -net 128.0.0.0 netmask 128.0.0.0 Wed May 29 02:51:27 2013 Closing TUN/TAP interface Wed May 29 02:51:27 2013 /sbin/ifconfig tun0 0.0.0.0 Wed May 29 02:51:27 2013 SIGUSR1[soft,ping-restart] received, process restarting Wed May 29 02:51:27 2013 Restart pause, 2 second(s) Wed May 29 02:51:29 2013 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables Wed May 29 02:51:29 2013 WARNING: file 'user.key' is group or others accessible Wed May 29 02:51:29 2013 LZO compression initialized Wed May 29 02:51:29 2013 Control Channel MTU parms [ L:1558 D:138 EF:38 EB:0 ET:0 EL:0 ] Wed May 29 02:51:29 2013 Socket Buffers: R=[212992->131072] S=[212992->131072] Wed May 29 02:51:29 2013 Data Channel MTU parms [ L:1558 D:1450 EF:58 EB:135 ET:0 EL:0 AF:3/1 ] Wed May 29 02:51:29 2013 Local Options hash (VER=V4): '22188c5b' Wed May 29 02:51:29 2013 Expected Remote Options hash (VER=V4): 'a8f55717' Wed May 29 02:51:29 2013 UDPv4 link local: [undef] Wed May 29 02:51:29 2013 UDPv4 link remote: [AF_INET]108.59.8.142:443 Wed May 29 02:51:29 2013 TLS: Initial packet from [AF_INET]108.59.8.142:443, sid=f5a8a0d4 a7d96f55 Wed May 29 02:51:29 2013 VERIFY OK: depth=1, /C=IT/ST=IT/L=Perugia/O=airvpn.org/CN=airvpn.org_CA/emailAddress=info@airvpn.org Wed May 29 02:51:29 2013 VERIFY OK: nsCertType=SERVER Wed May 29 02:51:29 2013 VERIFY OK: depth=0, /C=IT/ST=IT/L=Perugia/O=airvpn.org/CN=server/emailAddress=info@airvpn.org Wed May 29 02:51:29 2013 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Wed May 29 02:51:29 2013 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Wed May 29 02:51:29 2013 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Wed May 29 02:51:29 2013 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Wed May 29 02:51:29 2013 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA Wed May 29 02:51:29 2013 [server] Peer Connection Initiated with [AF_INET]108.59.8.142:443 Wed May 29 02:51:32 2013 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1) Wed May 29 02:51:32 2013 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 10.4.0.1,comp-lzo no,route 10.4.0.1,topology net30,ping 10,ping-restart 60,ifconfig 10.4.42.174 10.4.42.173' Wed May 29 02:51:32 2013 OPTIONS IMPORT: timers and/or timeouts modified Wed May 29 02:51:32 2013 OPTIONS IMPORT: LZO parms modified Wed May 29 02:51:32 2013 OPTIONS IMPORT: --ifconfig/up options modified Wed May 29 02:51:32 2013 OPTIONS IMPORT: route options modified Wed May 29 02:51:32 2013 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified Wed May 29 02:51:32 2013 ROUTE default_gateway=192.168.1.1 Wed May 29 02:51:32 2013 TUN/TAP device tun0 opened Wed May 29 02:51:32 2013 TUN/TAP TX queue length set to 100 Wed May 29 02:51:32 2013 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Wed May 29 02:51:32 2013 /sbin/ifconfig tun0 10.4.42.174 pointopoint 10.4.42.173 mtu 1500 Wed May 29 02:51:32 2013 /sbin/route add -net 108.59.8.142 netmask 255.255.255.255 gw 192.168.1.1 Wed May 29 02:51:32 2013 /sbin/route add -net 0.0.0.0 netmask 128.0.0.0 gw 10.4.42.173 Wed May 29 02:51:32 2013 /sbin/route add -net 128.0.0.0 netmask 128.0.0.0 gw 10.4.42.173 Wed May 29 02:51:32 2013 /sbin/route add -net 10.4.0.1 netmask 255.255.255.255 gw 10.4.42.173 Wed May 29 02:51:32 2013 Initialization Sequence Completed
  21. Hi, Just wanted to share a solution which (for me) continued from this post , which explained in great detail how to set up your OpenVPN with linux. After having followed the steps exactly, I was unable to click on the "Save" button to save my VPN configuration/import because the "save" button was just grey. No matter what I tried, the button just stayed grey. Having researched this topic on Google, I found many posts where other Linux users had the same problem and in some instances reported this as a bug. Like here for example. Well, as it turns out the answer is so simple, that I could kick myself for having not thought of such a simple solution earlier. The answer is right here on AirVPN. Normally when saving a configuration, you probably just save it from AirVPN onto your laptop or computer, right? Well, there is one single thing that you need to do prior to clicking the Generate button. Place a "tick" in the "Advanced Mode box. Then pick "Linux and others", and most importantly under Advanced pick "Separe keys/certs from .ovpn file". You then get seperate files: ca.crt, user.crt, user.key, and the .ovpn file. Then click the "Import" button button in your Network > VPN config section and import the .ovpn file. It automatically populates all the other fields with your other certificates and keys. And your "Save" button is now clickable.
  22. Hello! ISSUE (CRITICAL) Just 4 days ago Tunnelblick 3.3beta44 was released. We can now surely recommend the upgrade to 3.3beta44 (or beta46) to all Mac OS X 10.8.x (Mountain Lion) users, however it is now clear that there's a critical problem with this version of Tunnelblick and OpenVPN 2.2.1 which prevents connections to our service. SOLUTION Switch to OpenVPN 2.3.x from inside Tunnelblick menu. Kind regards
  23. Hi As the topic say - does anyone know how to configure the openvpn client in a tomato (shibbys) firmware router not to tunnel traffic on a specific port. Example: I want everything except Utorrent port 4548 and Usenet port 119 to be tunneled thru airvpn. My LAN is based on a 192.168.1.x subnet (where my router router has 192.168.1.3 Regards Daniel
×
×
  • Create New...