Jump to content
Not connected, Your IP: 216.73.216.33

Search the Community

Showing results for tags 'VPN'.



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 209 results

  1. Hi everyone, ich have e problem with download speed usin vpn. Usually it's not possible to get more than 1Mb. To make connection to the airvpn I'm using ASUS RT-N66U with tomato shibby. Changing servers or ports doesn't help. I was trying with udp 443 and 53 but there is no effect. Telekom is my IPS and I have 50Mb internet connection. Could ynaone help me solving my problem? Thanks
  2. Dear community, Hoping someone can help with this.... I am trying to setup a firewall script for my router running Tomato Firmware 1.28.0000 -121 K26ARM USB AIO-64K by SHIBBY on a Netgear R7000 Nighthawk on mostly default settings apart from the VPN Client. The script is to block all non-VPN traffic even if the connection fails and i have tried several suggestions made in the forums without success. Below is the script most people have success with (except me): iptables -I FORWARD -i br0 -o tun0 -j ACCEPT iptables -I FORWARD -i tun0 -o br0 -j ACCEPT iptables -I FORWARD -i br0 -o vlan2 -j DROP iptables -I INPUT -i tun0 -j REJECT iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE (from https://airvpn.org/topic/4287-how-to-block-all-traffic-with-dd-wrt-if-vpn-connection-fails/) I think the problem lies in the assigned interface names. Below is my current routing table while VPN'd: In short can someone modify the script to suite my arrangement?? or let me know what direction I need to take to set this up.... using the script above lets traffic through even if I stop the VPN client and my attempts to modify usually blocks all traffic. Any help would me much appreciated, EWS
  3. While recently the cloudflare captchas became a major annoyance they seem to block whole IP ranges now (leaseweb).You can log into your account but every download you start gets timed out. With a bunch of european servers I experienced this and can confirm. So I contacted the support and they claimed that this "provider" (AirVPN) provides account-sharing and even charges their users for it - WTF Don't know what is on their mind; maybe AirVPN is supposed to be a multihoster? And therefore block whole IP ranges? This needs some clarification!
  4. Quick question: How would i decrease the perfect forward secrecy value from 60 minutes (Default) to 30 minutes. Please include step by step instructions Thank you, DaChiefzz
  5. Canada now requires ISP and VPN providers to keep logs for a minimum of six months what's does this mean in relation to Canada serves that airvpn provides, is privacy compromised? http://torrentfreak.com/canadian-isps-vpns-now-alert-pirating-customers-150102/
  6. The setup is: Air over TBB (Tor browser bundle) (Running TBB First, then airvpn over Tor) Is it possible to setup iptables in a way to drop any non vpn packets when connected Air over Tor? Or maybe drop any non tor & vpn packets?
  7. Hey can someone please help me ! I have tried twice on two different Ip's to port forward and both times it has failed .
  8. Hey I got a problem. When i connect to a vpn server, it says connected. but im still using my ISP IP instead of the IP of the VPN Server... How do i fix this? These are my machine details: Operating System Version: Microsoft Windows Server 2012 Datacenter Hardware information: HP ProLiant ML110 G6 Processors: Intel® Xeon® CPU X3430 @2.40GHz Installed Memory (RAM): 24GB Installed Roles: AD DSDHCPDNSFile and Storage ServicesHyper-VIIS 8.0IPAMNAPRemote AccessWDSLog: http://pastebin.com/43UnP5Ci SOLVED: This message is the answer!: Awesome StaffAdvanced Member Staff5013 postsPosted Yesterday, 11:40 PM Hello! The tun/tap interface (the virtual network card used by OpenVPN) does not come up. Please try to run our client Eddie, which includes some additional code which tries to force the interface up. If the client attempt does not work, please follow all the steps described here: https://airvpn.org/t...2012/#entry8321 Kind regards
  9. I'm trying to make it so all of my traffic goes through the VPN and no traffic goes around it. I am running windows 7. How can I route all of my traffic through AirVPN while also not allowing any traffic to go around it?
  10. http://justsecurity.org/wp-content/uploads/2014/09/proposed-amendment-rule-41.pdf As I understand it, the FBI wants the authority of a world police and the (official) right to take down VPN users...
  11. Hi All, I am new to AirVPN and wish to access my FTP from outside my network while the AirVPN client is running in home tomato router. I've read articles on this forum where we take out forwarded ports from the client area but still I am a bit lost. I've generated 10 forwarding ports from the client area of AirVPN, and i've mapped these to 10 internal ports within "Port forwarding" of my router e.g. Vsftpd config is pasv_max_port=11100 pasv_min_port=11090 And assigned these to the ports airvpn have issued to me. Where do I go from here? I need help with setting up the IP table rules and using my android phone as the connecting device to the ftp, do I use my real IP as the server address or do I use the VPN as the server address. Additionally, for port 21 In my router under port forwarding I've set (Ext port) = 22xx (Int port) 21 (int address 192.168.1.1) Note, If I kill the VPN it all works... but I guess you knew that. Thanks for any help
  12. Dear AIRVPN users, AIRVPN is configured with success in an asus router (merlin build). Port 80 is redirected to a web server using following post . I can access any website using http but not using https. The browser display ERR_SSL_PROTOCOL_ERROR error. Thank you in advance for any help you can provide.
  13. On my home network, I have a public IP and run a few public services (email server, web, etc). These have no need for AirVPN. On the other hand, all of my client computers I would like to run through AirVPN (laptop when I fire it up, tablets, desktop, etc). I am thinking the easiest way to do this is to set up one box (a virtual machine) running as an alternate gateway on my network that is always connected to AirVPN. I could statically assign addresses and gateways to my servers, but then allow DHCP to route all client traffic through this alternate gateway (and thus through AirVPN). My question, has anyone done this successfully. If so how? I dont want to set up my router to connect to the VPN since I need to have services run through it from my ISPs static IP. I could run just about any flavor of linux or windows to get this to work if someone has a proven method. I found a link to a similar project on the OpenVPN site, but the directions seem to be incomplete. I build three separate VMs trying to get it working, no luck.
  14. I'll admit I do not full understand how VPN's work so this question might seem very n00bish. Can you ISP restrict or throttle a connection to a VPN, click I've heard some ISP's restrict Netflix access.
  15. My normal internet speed is 60-70 Mbps, but when i decide to use the vpn now, my speeds are gone. Always less than 10mbps, normally about 4-5mbps. This Suddenly happened, I had moved my router to a different room as well as my computer when it happened, but i don't see why this would have caused anything to happen if my normal speeds are the same. Also, why is there no japan servers? just curious.
  16. Hello, in the last week I noticed that AIRVPN Downloadspeed is getting lower and lower. Normaly I have 24MBits/4,5Mbits but when using AIRVPN i get arround 3-5Mbits in both Down- and Upload. I tried to connect to different servers at different times, but best I can get since one week is arround 14Mbits. Any idea to fix this? I wouldnt ask if I havent allready experienced 24Mbits with VPN so there is a way to get such speeds. Regards
  17. Hi, I have noticed today that whenever I connect to AirVPN via Herculis, Furud or Carinae I can not access any website they all just sit there at loading. I noticed the other day I think but didn't pay any attention and just disconnected. If I disconnect AirVPN all websites load again. I am running OSX 10.9.3 with Viscosity as my VPN manager. I am on a Virgin Media 30Mb connection and I am not sure if it is related to the other VM post going around. Corey
  18. Hi, I got a problem when connecting the AirVPN clinet through the Tor Browser Bundle 3.5.4 (Windows). First, I got the following error message: Attempting to establish TCP connection with [AF_INET]127.0.0.1:9150 TCP connection established with [AF_INET]127.0.0.1:9150 socks_handshake: server asked for username/login auth but we were not provided any credentials SIGTERM[soft,init_instance] received, process exiting Failed to start. So I have replaced the port setting in the torrc-defaults file to: SOCKSPort 127.0.0.1:9150 PreferSOCKSNoAuth Now the error message looks like this: Attempting to establish TCP connection with [AF_INET]127.0.0.1:9150 TCP connection established with [AF_INET]127.0.0.1:9150 recv_socks_reply: Socks proxy returned bad reply SIGTERM[soft,init_instance] received, process exiting Failed to start. What should I do now?
  19. Please help, VPN we regularly work on: Scene 1: ddwrt (OpenVPN) -> WLAN -> WAN (Internet) This works prerfektno! But when I go to push through OpenVPN Local Proxy I do not know how to make a route to the local proxy. Port: 8080 Proxy Server = 172.20.0.122 You should somehow make the iptables command to ddwrt WLAN (client) proxies to access the Interent. Scene 2 ddwrt (OpenVPN) -> WLAN -> Proxy Server -> WAN (Internet) Details: Local Network (192.168.2.1) -> WLAN (192.168.1.2) / ddwrt (VPN) -> Proxy server (172.20.0.122:8080) -> Internet (OpenVPN server). pfSense heve that options: Thank you for the reply,
  20. Hi, Is it possible to run a personal VPN server at the same time as connecting to AirVPN? I don't know a great deal about networking/VPNs, but I do have a decent router (pFsense) that I built for better VPN speeds and I'm going to set it up so my the VPN is running on there, as opposed to individual PCs so that all network traffic is protected. In the past, I've had a VPN server so that I can connect to my home network whilst working away and I'm wondering if this is still possible? If so, will my portable devices share the same external IP as my home network? Just an indication of whether I can do this or not and a nudge in the right direction and I should be able to figure the rest out myself. Thanks!
  21. The following slides were published by The Intercept about exploiting VPN and VoIP protocols: https://www.documentcloud.org/documents/1076868-vpn-and-voip-exploitation-with-hammerchant-and.html#document/p1 I cannot understand them well. Can anyone here infer whether the OpenVPN protocol as implemented by Air (or in any form) may be vulnerable?
  22. Can i use osiris while i'm connected by your vpn? if yes what port i must set on osiris? because in osiris i can't visit any portal for this error: P.S. I'm using ubuntu 12.04
  23. 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
  24. Hi! Why I should use AirVPN over the other VPNs that are out there? I've been thinking about getting AirVPN or Viking VPN I'm currently Using PIA and I'm happy with it but everyone seems to be telling something bad about each provider so I don't know is there any real difference do I use PIA or Air or Viking?
×
×
  • Create New...