Jump to content
Not connected, Your IP: 3.142.194.150

go558a83nk

Members2
  • Content Count

    2148
  • Joined

    ...
  • Last visited

    ...
  • Days Won

    40

Everything posted by go558a83nk

  1. What is this? I believe this is the beginning of the ability to use Eddie with other openvpn configs.
  2. easiest fix is to resolve nl.vpn.airdns.org and put that in the config. at the time of reconnection your DNS is still AirVPN but the tunnel is down. Therefore, Air's DNS resolver is unreachable.
  3. yep, it can be done. I think many people have such a setup.
  4. You're doing it all wrong. First, what device is running the openvpn client? That'll determine what step is next. However, either way, you need to disable automatic port mapping in your torrent client (nat-pmp, upnp) and disable the port forwards you created via your router GUI.
  5. that's the problem. you must disconnect then close the app properly.
  6. did you shut down the Eddie app properly? Mine remembers blacklists and whitelists.
  7. I don't think there's a directive for automatic reconnection on the hour. But, the default settings will renegotiate the data channel key every hour. You can edit this with the directive reneg-sec n where n is the number of seconds between renegotiation. if you can't connect via UDP 53 you probably have a router redirecting UDP53 traffic to internal DNS resolution to prevent the use of "rogue" DNS.
  8. Amazon will obviously know you logged in from whatever IP. Whether or not they share that information with your "enemy" is unknown. First I suggest you identify who you're trying to hide from, decide whether or not it's possible to hide from them, and, if so, the procedures and policy you must form to hide and stay hidden. As LZ1 says, simply using a VPN (any VPN) isn't enough to hide from a significantly formidable "enemy".
  9. if Air gives you the green light you're all good. if you have no incoming connections maybe there is nobody trying to connect. I read above you're using the test torrent from ipleak.net. there will be no connections with that torrent. it's meant only to confirm the IP address your torrent client (deluge) is announcing to peers.
  10. if you're using the beta app I believe it has a bug with policy routing right now. but I may have misunderstood.
  11. nope there are no settings that need changed. put in the correct iptables and it works. if you're still putting in the extraneous rules that's probably the problem. All you need is this pattern, changing things like the TUN device, the port, the LAN device IP to suit your setup. iptables -I FORWARD -i tun11 -p udp -d 192.168.1.130 --dport 18378 -j ACCEPT iptables -I FORWARD -i tun11 -p tcp -d 192.168.1.130 --dport 18378 -j ACCEPT iptables -t nat -I PREROUTING -i tun11 -p tcp --dport 18378 -j DNAT --to-destination 192.168.1.130 iptables -t nat -I PREROUTING -i tun11 -p udp --dport 18378 -j DNAT --to-destination 192.168.1.130 iptables -I FORWARD -i tun11 -p udp -d 192.168.1.132 --dport 37649 -j ACCEPT iptables -I FORWARD -i tun11 -p tcp -d 192.168.1.132 --dport 37649 -j ACCEPT iptables -t nat -I PREROUTING -i tun11 -p tcp --dport 37649 -j DNAT --to-destination 192.168.1.32 iptables -t nat -I PREROUTING -i tun11 -p udp --dport 37649 -j DNAT --to-destination 192.168.1.32
  12. Yea, I was a little hesitant with using Air's client because of security concerns and because of other customer reviews. After downloading and seeing that it is much more functional after initial install with no configuration, I am impressed. Though it is working better than OpenVPN I would like to see what I can do to resolve the DNSleak as an 'experiment'. I will have to test setups on different OS systems I have to see what changes. Eddie is open source. What security concerns could you have?
  13. Alright, I will try to search around on how to enable Network Lock while using OpenVPN/Win10. If you have a link handy, that would be appreciated. I'll have to search around in a few hours if not. are you not using the software that AirVPN makes called Eddie?
  14. Just an update. Same user now connected for 7 months! 102 terabytes traffic!
  15. it's still a good wifi router but won't get you the speeds you're looking for. look to build your own pfsense box with a CPU that supports AES-NI, follow the guide in this forum for setting up pfsense with openvpn, and use the AC68 for a wifi access point.
  16. have you searched the merlin forums for help? I think you're more likely to find help for your questions there. http://www.snbforums.com/forums/asuswrt-merlin.42/
  17. What speeds are you getting with the AC68? 50 mbit/s is the max you can expect, even if you overclock it to 1200mhz.
  18. Sounds like some 3rd program is closing the port for "security".
  19. just resolve ch.vpn.airdns.org and put that IP address in the server host or address field.
  20. The usual recommendation is to disable IPv6 (something I no longer want to do): https://airvpn.org/topic/18108-ipv6-leak/?p=43030 Microsoft has a page to help you do this: https://support.microsoft.com/en-ca/kb/929852 I doubt that any streaming site is likely to use this leak to block you. But if you are worried about the NSA, ... why do you not want to block ipv6?
  21. I'm thinking it's because you can't run an openvpn client while the device is in access point mode. Usually routers have to be in gateway/router mode to run an openvpn client as they must be able to NAT.
  22. thread hijack here. ^^^ anyway, these high uploads are not real. there's no way AirVPN is magically going way over your ISP upload cap. If Eddie's measurement is real then it's something happening within your computer. Or, it's possible Eddie makes an error in the speed calculation and it shows up as a very fast upload speed. Using a VPN has never been intended for technical novices. If you feel the need to use a VPN then you must be doing something more than playing facebook. There are other openvpn GUI apps out there that you can use on windows 10 if you want to try them out.
×
×
  • Create New...