Coder Social home page Coder Social logo

Multiple errors in logs about nordlynx-proxy HOT 6 OPEN

KaKi87 avatar KaKi87 commented on August 18, 2024
Multiple errors in logs

from nordlynx-proxy.

Comments (6)

edgd1er avatar edgd1er commented on August 18, 2024
proxy-1  | 2024-06-23 14:46:01: ERROR: NORDVPN: cannot connect to fr
proxy-1  | 2024-06-23 14:46:01,149 WARN exited: start_vpn (exit status 1; not expected)

so startup script exited unexpectedly
possibly because of

proxy-1  | 2024/06/23 14:46:00 [Warning] removing suppress prefix rule: no such file or directory
proxy-1  | 2024/06/23 14:46:00 [Warning] removing fwmark rule: no such file or directory
proxy-1  | 2024/06/23 14:46:00 [Warning] removing suppress prefix rule: no such file or directory
proxy-1  | 2024/06/23 14:46:00 [Warning] removing fwmark rule: no such file or directory
proxy-1  | 2024/06/23 14:46:00 [Defer] unsetting rp filter: unsetting rp_filter: setting the value of 'net.ipv4.conf.all.rp_filter' to '1': setting net.ipv4.conf.all.rp_filter to 1: exit status 1: sysctl: permission denied on key "net.ipv4.conf.all.rp_filter"

version 3.17.x require privileged rights to execute. Did you add that to the launch command or to the docker-compose.yml ?

you could either try

  • to run with an older nordvpn version ( NORDVPN_VERSION=3.16.9)
  • or run the container privileged

from nordlynx-proxy.

KaKi87 avatar KaKi87 commented on August 18, 2024

That works, thanks !

However, I'm downloading at 1.3 MB/s, on a server that can download way faster than that ?

PS : sorry for the version thing, I did read the README but understood it backwards, believing that older versions were the ones having an issue, instead of the opposite 😅

from nordlynx-proxy.

edgd1er avatar edgd1er commented on August 18, 2024

PS : sorry for the version thing, I did read the README but understood it backwards, believing that older versions were the ones having an issue, instead of the opposite 😅
if this part is unclear, feel free to suggest a better wording.

As for the download rate, wireguard (nordlynx client) rate are 5 to 10 times better than openvpn's. The download rate depends highly on vpn's server usage and remote server(s). There was an api to monitor vpn's server usage that has been deprecated for a while. There is an alias dltest that is an estimation of the best download rate you could expect..

from nordlynx-proxy.

KaKi87 avatar KaKi87 commented on August 18, 2024

wireguard (nordlynx client) rate are 5 to 10 times better than openvpn's

Exactly, for now I've actually been directly using their SOCKS5 proxies, which achieves 100 MB/s, but since my server can do better, I'd like to switch to WireGuard, on which NordVPN says they can deliver up to 10 Gbps.

There is an alias dltest that is an estimation of the best download rate you could expect

Yeah I'm doing almost the same thing xD

from nordlynx-proxy.

edgd1er avatar edgd1er commented on August 18, 2024

Exactly, for now I've actually been directly using their SOCKS5 proxies, which achieves 100 MB/s, but since my server can do better, I'd like to switch to WireGuard, on which NordVPN says they can deliver up to 10 Gbps.

Nordvpn by default is set to use wireguard (nordlynx) protocol.
example from docker compose:

- TECHNOLOGY=NordLynx #OpenVPN or NordLynx

I can(t say if docker has a network limitation so other container also have access to the network

from nordlynx-proxy.

KaKi87 avatar KaKi87 commented on August 18, 2024

a network limitation so other container also have access to the network

What do you mean ?

I'm accessing your container's proxy from the host.

from nordlynx-proxy.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.