
go558a83nk
Members2-
Content Count
2148 -
Joined
... -
Last visited
... -
Days Won
40
Everything posted by go558a83nk
-
What is this? I believe this is the beginning of the ability to use Eddie with other openvpn configs.
-
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.
-
yep, it can be done. I think many people have such a setup.
-
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.
-
[solved] how to dissable server from one country permanent?
go558a83nk replied to just-me's topic in Eddie - AirVPN Client
that's the problem. you must disconnect then close the app properly. -
[solved] how to dissable server from one country permanent?
go558a83nk replied to just-me's topic in Eddie - AirVPN Client
did you shut down the Eddie app properly? Mine remembers blacklists and whitelists. -
Multiple Inbound/Dynamic Outbound Settings
go558a83nk replied to IndigoSilence's topic in General & Suggestions
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. -
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".
-
Using Eddie client & Deluge
go558a83nk replied to Seanpatrick's topic in Troubleshooting and Problems
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. -
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
-
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?
-
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?
-
Six new 1 Gbit/s servers available (US)
go558a83nk replied to Staff's topic in News and Announcement
Great news, thank you! -
Just an update. Same user now connected for 7 months! 102 terabytes traffic!
-
OpenVPN Server & Client on same router
go558a83nk replied to blauter's topic in Troubleshooting and Problems
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/ -
Sounds like some 3rd program is closing the port for "security".
-
How To Set Up pfSense 2.3 for AirVPN
go558a83nk replied to pfSense_fan's topic in General & Suggestions
just resolve ch.vpn.airdns.org and put that IP address in the server host or address field. -
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?
-
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.
-
after IPv6 for ipleak, IPv6 for OpenVPN tunnels?
go558a83nk replied to NaDre's topic in General & Suggestions
I never want to use ipv6 anyway. -
Client showing huge upload speeds
go558a83nk replied to torchfellow's topic in Eddie - AirVPN Client
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.