Jump to content
Not connected, Your IP: 3.147.103.33

go558a83nk

Members2
  • Content Count

    2136
  • Joined

    ...
  • Last visited

    ...
  • Days Won

    39

Everything posted by go558a83nk

  1. 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.
  2. glad it's working. Yes, Eddie is the name of the client that AirVPN makes.
  3. 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.
  4. 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?
  5. 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.
  6. Absolutely not. That would defeat the purpose of using the VPN.
  7. have you tried different torrent clients?
  8. You can route outside the VPN tunnel based on IP or IP range. It's built into Eddie already. Search the forum next time.
  9. "can't connect". what error are you getting?
  10. WITCH site regularly has problems. When it's working it shows more information. Right now it's broken and always says "no openvpn detected".
  11. 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.
  12. 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.
  13. 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.
  14. policy routing should be easy, depending on the router.
  15. 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.
  16. 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/
  17. one of my machines has to log in every time, another doesn't.
  18. 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/
  19. 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.
  20. 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.
  21. 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.
  22. 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.
  23. 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 ?
  24. 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.
×
×
  • Create New...