Search results

  • 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. R

    script to use AC86U's WakeOnLan

    #!/bin/sh ssh admin@192.168.1.1 ether-wake -i br0 xx:xx:... Change for your admin username, ssh port, router ip, mac address to wake up, etc
  2. R

    TUF-AX3000 V2 Access points can't access the internet - the clients connected to it can.

    Was trying to help the op but couldn't find this topic by searching. Do you recall how it was fixed before? Assuming requires some shell commands?
  3. R

    12V ASUS router with the longest 2.4GHz WiFi range

    What I meant was if the gadget was only 2.4GHz capable, the throughput is cut in half at best (50% for client, 50% to router). But if the gadget had two bands you could dedicate 2.4GHz to the client and 5GHz to the router. Faster but limited to whichever channel has less bandwidth. I didn't...
  4. R

    12V ASUS router with the longest 2.4GHz WiFi range

    Not sure if it's a gimmick but the dual band for $24 let you receive on 2.4GHz and then connect to the router on 5GHz to increase throughout. Still how much bandwidth does a bulb need anyway?
  5. R

    TUF-AX3000 V2 Access points can't access the internet - the clients connected to it can.

    Maybe try setting 1.1.1.1 for the ap's dns in the manually assigned ip list on the main router? If not, I guess save the config of the main router and doing a factory reset with minimal config to see if that fixes it. You can always restore with the saved settings after to get back to current.
  6. R

    TUF-AX3000 V2 Access points can't access the internet - the clients connected to it can.

    Maybe change the dns on the ap's wan page to something external instead of the main router?
  7. R

    12V ASUS router with the longest 2.4GHz WiFi range

    If it's just a smart bulb, why not just put in an inexpensive WiFi extender like the TP-Link AC1200?
  8. R

    TUF-AX3000 V2 Access points can't access the internet - the clients connected to it can.

    Perhaps you should post the log of one of the APs showing what happens during a reboot? That might help give us some more clues.
  9. R

    TUF-AX3000 V2 Access points can't access the internet - the clients connected to it can.

    How do the APs and their clients appear on the main router's Network Map? Any chance there is an option to block Internet access of the APs there accidentally?
  10. R

    Weird Wake on LAN problem with GT-AXE16000

    Mine is two clicks as well. First click connects my phone to my router's vpn server: Second click starts a script that commands the router to wakeup the pc: Let me know if you are interested in more info.
  11. R

    Release Asuswrt-Merlin 3004.388.6 is now available

    Disable UPNP. If it is already disabled, try enabling and then disabling.
  12. R

    Wake on WAN

    If this is a windows PC, you may want to compare sleep vs hibernate. Mine doesn't wake up from hilbernate until I send the WWOL packer. Sleep suffers from occasional wakeups from network activity.
  13. R

    Where is the custom configuration field on the new ASUS routers?

    Wouldn't the changes needed just be added to the .ovpn file and then reimported?
  14. R

    Asus firmware IKEv2 VPN security issue

    So I've come full circle and agree that this should be fixed by Asus since the change is extremely simple. You could fix this yourself too. The issue is in this Asus script: /jffs/ca_files/generate.sh There is a line that generates the server cert: pki --pub --in /jffs/ca_files/svrKey.pem | pki...
  15. R

    Asus firmware IKEv2 VPN security issue

    Btw, just checked. My server cert lists my ddns address name both in cert Subject field and the X509v3 Subject Alternative Name field. At least one of those fields has to be verified by the client to match the address I put in the client config. I still can't see the risk from the lack of a key...
  16. R

    Asus firmware IKEv2 VPN security issue

    Sorry, I did not follow until now. In those cases, it still would require a server cert signed by a ca you already trust in addition to the dns poisoning to redirect you to their special server that would accept the user authentication challenge words during the next phase. Would be interesting...
  17. R

    Asus firmware IKEv2 VPN security issue

    Those "other certs" have to be signed by the CA to be an issue. In this case, your router solely holds those CA signing keys.
  18. R

    Gigabit Tx/Rx rates yet slow transfer speeds over wifi

    Certainly doesn't look normal to me. I have an RT-AX58U with 1.0 up/down Gbps fiber service from AT&T. Here is a speed test from an android phone. Granted this is an ideal condition (quiet network, AX connection, 5GHz, next room over from (actually above of) router.
  19. R

    Asus firmware IKEv2 VPN security issue

    I don't see how this could possibly be a risk since the router creates both the ca and the server certs.
Top