Recent content by Teddyz

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. T

    logger from Python?

    Thank you! It worked out-of-the-box for me. /Dick
  2. T

    logger from Python?

    I have installed entware and Python on my AC68U. And this night I learned that I can send logger-events that can be seen in the gui. Is there a simple way to send them from my Python-scripts as well?
  3. T

    Possible to remove them from router-jail?

    Thank you! I had not seen it, but it feels very relevant. I switched from AC68U to this AX88U and while range increased amazingly, so did the disconnects. I have now changed setting from Auto to Legacy. Will try for a while and hopefully your link made my network much more stable. /Dick
  4. T

    Possible to remove them from router-jail?

    Thank you! It worked perfectly. /Dick
  5. T

    Possible to remove them from router-jail?

    These two mac-addresses belongs to two ESP8266 IOT-things I want to have on my network. I have plenty of others that work well. All basically run with the same sw. They are a bit far away from my router. And even if they normally can connect and stay connected for weeks, the second one seems to...
  6. T

    help with some php to test router connection

    Safari does not show anything until the whole page is loaded. :( But it is useful for Firefox and Chrome,
  7. T

    help with some php to test router connection

    The code above is no good, here is a shorter/better version that works for me. When I have been connected to 2.4GHz WiFi for a longer period, this code shows that I have a bad connection. If I disconnect from my RT-AX88U and reconnects, it is smooth again. I wonder why. Link to my server...
  8. T

    help with some php to test router connection

    The reason I want web traffic, is that I have tried ping via an app called Fing. Fing makes some 30 rapid pings and shows the result on a graph. I don't trust it, because all failed pings are shown as the first one or two of the 30, never number 15 or so. I wish that function of Fing would be...
  9. T

    help with some php to test router connection

    Reason for this question is that I think my AX88U is no good and _sometimes_ gives me bad wifi-connections. But do not focus on that. :) I have an Apache/php server on my lan. What I want is a webpage on that server that when I connect to it, it will continuously exchange data with my android...
  10. T

    Isolate one ethernet port from my LAN

    I wanted to isolate one LAN-port so the computer I attached to it could not reach my other computers. Searching this forum I found a link to this page that promised this functionality with a one-liner: # eth3 maps to LAN port 2 on AX88U ebtables -A FORWARD -i eth3 -o br0 -j DROP I logged into...
  11. T

    AX-88 - Auto Logout sometimes not working

    Thanks. My question was regarding if the bug in router software poses a security risk.
  12. T

    AX-88 - Auto Logout sometimes not working

    Nope, I did not close the Firefox browser on Win7. But the computer was hibernating for many hours. For this question I think the browser and operating system is less relevant. I say that all security shall be at the server-side.
  13. T

    AX-88 - Auto Logout sometimes not working

    I just want to mention that Auto Logout from the web-interface sometimes does not work. It is set at 30 minutes, but I did not have to log in after a day, where my computer had been hibernating most of the time. This has been seen in earlier releases by me and it has been mentioned by user...
  14. T

    Many wfd_unregisterdevice - wfd_registerdevice. How to find error?

    Sorry for that. It was the newest sw available at the time. I updated to 384.17 and the same thing happened after a few hours of use. "E0:3F:49:EE:12:A4" is mentioned many times in the log. I think it is the wireless interface of the AC68-router I have as mesh-node. Thanks!
  15. T

    Many wfd_unregisterdevice - wfd_registerdevice. How to find error?

    For a little more than 2.5 hours, my AX-88 did 38 of those unregisterdevice. Log goes back to May 15, and during this time only 19 more happened. My Arduino ESP8266:s got disconnected and connected back and forth during this time. Probably all wifi-devices got disconnected. Wired connections...
Top