Git Product home page Git Product logo

Comments (7)

XK4MiLX avatar XK4MiLX commented on July 20, 2024

u can change device using option 10 and manual config for ip rotation or remove it ( multitoolbox )

from flux.

loganavalari avatar loganavalari commented on July 20, 2024

Since the newest update i have the same issue, multitool also says upnp is disabled, how to disable it manually in the config files?

VerifyUPNPsupport - Failed get public ip
it seems i got this error but it has maybe no effect and the reachability for some apps is a different bug

from flux.

coinblockers avatar coinblockers commented on July 20, 2024

u can change device using option 10 and manual config for ip rotation or remove it ( multitoolbox )

you mean by removing the ip_check in crontab. Okay, but that doesn't solve the upnp logic?

Btw, this is not gonna work: https://github.com/RunOnFlux/fluxnode-multitool/blame/4fea89419f2f567f5ea38a93b47f2b10f621c2e5/flux_common.sh#L2359
since the route command requires root privileges.

from flux.

XK4MiLX avatar XK4MiLX commented on July 20, 2024

menu124
for me working normal, did u used it and got error?

from flux.

coinblockers avatar coinblockers commented on July 20, 2024

menu124 for me working normal, did u used it and got error?

list is empty and on exit it shows me that command is not found, due missing sudo in front.

from flux.

XK4MiLX avatar XK4MiLX commented on July 20, 2024

"command is not found" is when route is not installed ... i have a lot of vps and dedicate and non of it need sudo... anyway i added it

from flux.

coinblockers avatar coinblockers commented on July 20, 2024

as stated, with sudo its executing, so surely it's installed. It simply is a root command since it's located in /usr/sbin on debian. It simply doesn't load env for /usr/sbin. So these are the options:

flux@flux-stratus:~$ route
-bash: route: command not found
flux@flux-stratus:~$ 

flux@flux-stratus:~$ /usr/sbin/route 
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         103.xxx.xx.1     0.0.0.0         UG    0      0        0 eth0
103.xxx.xx.0     0.0.0.0         255.255.252.0   U     0      0        0 eth0
172.15.0.0      0.0.0.0         255.255.0.0     U     0      0        0 br-10d704065a32
172.17.0.0      0.0.0.0         255.255.0.0     U     0      0        0 docker0
172.52.0.0      0.0.0.0         255.255.0.0     U     0      0        0 br-a6391072174f

flux@flux-stratus:~$ sudo route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         103.xxx.xx.1     0.0.0.0         UG    0      0        0 eth0
103.xxx.xx.0     0.0.0.0         255.255.252.0   U     0      0        0 eth0
172.15.0.0      0.0.0.0         255.255.0.0     U     0      0        0 br-10d704065a32
172.17.0.0      0.0.0.0         255.255.0.0     U     0      0        0 docker0
172.52.0.0      0.0.0.0         255.255.0.0     U     0      0        0 br-a6391072174f

from flux.

Related Issues (20)

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.