go558a83nk
Members2-
Content Count
2136 -
Joined
... -
Last visited
... -
Days Won
39
Everything posted by go558a83nk
-
How do you mean control core affinity ? With eddie client i get much higher ... What cam i do to increase the speed affinity is basically what core of the CPU a process is allowed to run on. I'm thinking maybe your router is running the openvpn process on a core that's already busy with kernel work. SSH into the router, look at the processes using top. You'll see what core they're using. If dd-wrt has more than one openvpn client "slot", try the next slot to see if that changes the affinity of the openvpn process and allows greater speed. Lastly you can try http://xmodulo.com/run-program-process-specific-cpu-cores-linux.html to change affinity manually. Hopefully taskset is already installed.
-
ANSWERED AirVPN no longer working - Ubuntu
go558a83nk replied to johnnyzee's topic in Troubleshooting and Problems
glad it's working. Yes, Eddie is the name of the client that AirVPN makes. -
ANSWERED AirVPN no longer working - Ubuntu
go558a83nk replied to johnnyzee's topic in Troubleshooting and Problems
Have you rebooted and then tried to run Eddie? When it runs you'll be able to remove the iptables it's set in place for the network lock. -
Yeah, it should be faster than that. Do you get faster speeds from the same server with a PC with Eddie (for example)? What things have you tried to increase speed? How does dd-wrt control core affinity of the openvpn process?
-
Suggestion: Hash saved login info (AirVPN.xml)
go558a83nk replied to unit13's topic in Eddie - AirVPN Client
Maybe I'm not thinking of every possible situation but if a malicious somebody has access to that xml file then it's already over for you - they've gained access to your machine. My VPN username and password would be way down the list of worries. -
ANSWERED Poor torrenting connection
go558a83nk replied to Grape Jewce's topic in Troubleshooting and Problems
Absolutely not. That would defeat the purpose of using the VPN. -
ANSWERED Poor torrenting connection
go558a83nk replied to Grape Jewce's topic in Troubleshooting and Problems
have you tried different torrent clients? -
You can route outside the VPN tunnel based on IP or IP range. It's built into Eddie already. Search the forum next time.
-
Trouble Connecting to YouTube.com
go558a83nk replied to supernova17's topic in Troubleshooting and Problems
"can't connect". what error are you getting? -
WITCH site regularly has problems. When it's working it shows more information. Right now it's broken and always says "no openvpn detected".
-
Relation between google and Captcha`s more explained by Steve Gibson
go558a83nk replied to Casper31's topic in Off-Topic
Unfortunately google search is superior to all others. I use self destructing cookies and other privacy add-ons so I feel that I'm not being taken for a ride when using them. But, as long as they serve me 10 captchas I'll just use startpage. -
There is no bug here if I understand correctly. Show all shows all the servers, not just the whitelisted ones. That doesn't control the servers to which Eddie will connect. Hi thanks for your input. Not according to Staff. If I understood them correctly toggling "Show All" should dictate which list Eddie connects to. I can categorically say this doesn't happen. If you whitelist a server Eddie will disregard "Show All" and connect to the server on the whitelist if you click on "Connect to a recommended server". No, it's not illogical if you have a pool of servers that are at the top of list and are the only servers you connect to. You may want to toggle between lists if there are other servers you've whitelisted that aren't at the top. Eddie doesn't do this. Sorry, you did not understand Staff correctly.
-
There is no bug here if I understand correctly. Show all shows all the servers, not just the whitelisted ones. That doesn't control the servers to which Eddie will connect.
-
Smart TVs and Firesticks are listening to customers' every word.
go558a83nk replied to rebellatio's topic in Off-Topic
policy routing should be easy, depending on the router. -
What router is the openvpn client? Some just don't have the CPU to handle openvpn. Also, you might want to use other speed tests. The one on this site doesn't usually show your max potential.
-
you need to post some logs so people can get a clue. you might also check here https://airvpn.org/topic/18339-guide-to-getting-started-links-for-advanced-users/
-
one of my machines has to log in every time, another doesn't.
-
New AirVPN user, was great until it wasn't
go558a83nk replied to rmathes's topic in Eddie - AirVPN Client
There are plenty of other softwares out there that you can use in the meantime. For example, https://airvpn.org/topic/11802-using-airvpn-with-osx-tunnelblick/ -
ANSWERED Windows 10 creator update Airvpn DNS slow ?
go558a83nk replied to raoulduke's topic in Troubleshooting and Problems
It can be frustrating. Just keep in mind 1) they're very busy with thousands of customers, keeping their network maintained, trying to find new server locations, keeping software on all kinds of machines working, etc. 2) they saw you had a solution and figured you were happy 3) I've seen tickets closed with no reply but the fix actually happened on their end. don't take it personally. 4) Most importantly, we are from all over the world with different cultures. I've found that Air culture (Italian) is quite different from American, etc. and I just have to learn to let things go. -
Magnet links not working behind VPN
go558a83nk replied to freecat's topic in Troubleshooting and Problems
Try different servers and/or try a different forwarded port. If that doesn't help, I use magnet links in qbittorrent and they seem to always work. So, you might try qbittorrent. -
Can't get Plex to work when VPN is on
go558a83nk replied to raptureveteran's topic in General & Suggestions
well you haven't actually said....since putting in the 4 iptables lines remote access isn't working? have you checked the port forwarding page on this web site to see if Air can reach your plex server? you may just need to restart plex remote access for it to register it working. -
Can't get Plex to work when VPN is on
go558a83nk replied to raptureveteran's topic in General & Suggestions
does dd-wrt have a web GUI page showing forwarded ports? in Asus I could look on the forwarded port page in the GUI and see the iptables I entered were registered. -
Can't get Plex to work when VPN is on
go558a83nk replied to raptureveteran's topic in General & Suggestions
yea i still cant get it to work. iptables -I FORWARD -i tun0 -p udp -d 192.168.1.145 --dport 32400 -j ACCEPTiptables -I FORWARD -i tun0 -p tcp -d 192.168.1.145 --dport 32400 -j ACCEPTiptables -t nat -I PREROUTING -i tun0 -p tcp --dport 32400 -j DNAT --to-destination 192.168.1.145iptables -t nat -I PREROUTING -i tun0 -p udp --dport 32400 -j DNAT --to-destination 192.168.1.145 rules I used in ddwrt. did "run commands" and "save firewall" and plex is still saying i have no remote access you may have to SSH to the router and paste the commands via the command line. Also, are you sure it's TUN0 ? -
Can't get Plex to work when VPN is on
go558a83nk replied to raptureveteran's topic in General & Suggestions
so newb question port is 32400 for plex and the destip is the box thats running plex? yes, use 32400 because Air has already remapped it from 4242 to 32400. and yes, the destination IP is your machine running plex.