Recent content by ipkpjersi

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

    Solved Random UDP traffic from router to desktop?

    I ended up fixing the email spam with two lines of sed (the PSAD one was a bunch of spam about multicast): The email spam has gone away entirely now and I still have the logs as log files if I ever want to read them.
  2. I

    Solved Random UDP traffic from router to desktop?

    Hi, Every hour, I am getting traffic from my AX68U (running Merlin firmware) to my desktop (running Ubuntu 20.04 LTS). The source port is 1900 (so UPNP?) and the destination port is usually 49551 (sometimes 38715 or 53419). I have an SMTP relay server set up via SSMTP sending emails to my...
  3. I

    amtm Can't install amtm on AC3200

    One of my two AC3200's ended up dying (I factory reset it twice, once with custom scripts, and then once without custom scripts, that's why I started looking into installing the latest amtm, because my router started to die I just didn't realize it yet lol) so this thread is pretty much done for...
  4. I

    amtm Can't install amtm on AC3200

    Whoops looks like I spoke too soon, I was able to get amtm installed but not entware. I should really probably just buy a newer router... My AC3200 was quite expensive but it's getting old. edit: I think I understand what's happening now. These scripts seem to rely heavily on curl, but curl is...
  5. I

    amtm Can't install amtm on AC3200

    That's awesome, thanks so much! curl -Os https://diversion.ch/scripts/ca_cert_check.sh && sh ca_cert_check.sh didn't work but wget https://diversion.ch/scripts/ca_cert_check.sh; chmod +x *.sh; ./ca_cert_check.sh did work. I now have the latest amtm, entware, and all the scripts I want (which...
  6. I

    amtm Can't install amtm on AC3200

    Oh boy I was worried about that, that's kind of what I was expecting. Is there any way to force download an older version of amtm, or are my options literally no amtm or buy a new router?
  7. I

    amtm Can't install amtm on AC3200

    Hi, I'm not able to install amtm on my AC3200 running Merlin 384.13_10. I was stuck on 3.18 with an error about not being able to update it, so I did a factory reset of my AC3200, and set up my router again to try to install amtm. I'm still getting errors about the download failed. The weird...
  8. I

    Soft-bricked AC3200?

    I'm still going to do a factory reset when I get home (I might have had the same config since like 2017 or 2018, in all honesty, shame on me for being so damn lazy) but the error page I get in my web browser is not one generated by the router, it's the generic error page "This site can't be...
  9. I

    Soft-bricked AC3200?

    Thank you for that information, that's really good to know. Yes, it is still trying to go to 10.0.0.1. Only the first hop works, it's 1-4ms to 192.168.1.1. I did nvram show | grep 10.0 but I could not find any configuration values with networks with that subnet. I have verified that...
  10. I

    Soft-bricked AC3200?

    Still no luck, I can ping google via the router itself but I cannot ping google via any LAN connected devices. Just in case I need to, how do I perform a factory reset of the AC3200 (preferably with an option for how to do so via command line/SSH versus how to do so physically), and if I...
  11. I

    Soft-bricked AC3200?

    Sorry, I forgot to mention, I cannot access the router's GUI - I can only access the router via SSH or physically (8 hours from now when the work day is over and I will have many hours after work to troubleshoot more), that's why I think it's soft-bricked. Is there a way to do this via SSH?
  12. I

    Soft-bricked AC3200?

    Hi everyone, I attempted to install amtm, entware, netdata, and connmon and through the process it seems like my AC3200 router is somehow soft bricked. It no longer functions as a router. My AC3200 currently has Merlin 384.12 installed. I installed amtm via: curl -Os...
  13. I

    Netdata portforwarding on AC68U

    Yeah I know, that's why I have to secure it, I was just wondering how it would be possible to access this remotely in the first place. :)
  14. I

    Netdata portforwarding on AC68U

    Awesome, that worked perfectly. I decided to leave netdata on the router as port 19999 and then did: iptables -I INPUT -p tcp --dport 19999 -j ACCEPT After that, I created a /jffs/scripts/firewall-start script: #!/bin/sh iptables -I INPUT -p tcp --dport 19999 -j ACCEPT I then set the...
  15. I

    Netdata portforwarding on AC68U

    I feel really bad for bugging you again, but how would I do that? I'm really, really bad at iptables.
Top