Recent content by trec74

  1. T

    Open ports on WAN for service running on the router

    It is indeed the Entware version. And your suggestion worked. Thanks again! For the record, this is how my /jffs/scripts/post-mount looks like: #!/bin/sh . /jffs/addons/amtm/mount-entware.mod # Added by amtm /jffs/addons/wireguard/wg_manager.sh init "" & # WireGuard Manager...
  2. T

    Open ports on WAN for service running on the router

    That did it. Thank you both! Can I sneak another question here or should I open a new topic - how can I start iperf3 automatically with the router start? Currently I'm manually starting it with iperf3 -s -D in Putty. I tried adding this string to the services-start script but that didn't work...
  3. T

    Open ports on WAN for service running on the router

    It does appear under section "IPv6 Firewall", but there is no other section for IPv4 specifically. Here's a screenshot of the entire page: At the same time, under Advanced Settings - IPv6 seems to be completely disabled:
  4. T

    Open ports on WAN for service running on the router

    Hello! I'm trying to allow incoming connections on port 5201 (iperf3) on my AC86U from the WAN port. I can't seem to find a way to do this. Iperf3 is installed on the router (using Entware) and running as a server/daemon (iperf3 -s -D). I am able to connect to it from the LAN/WIFI, but not from...
Back
Top