Recent content by AX82U-user-2k

  1. A

    DSL-AX82U HTTP/HTTPS Port Forwarding

    Aah, I found it, thank you for the hint. I weirdly enough had some `GAME_VSERVER` section in there, which is a special config in the webinterface. I've removed the invalid port forwardings and now it's working 🙈 Thank you.
  2. A

    DSL-AX82U HTTP/HTTPS Port Forwarding

    Update: iptables from the router: iptables -t nat -vnL Chain PREROUTING (policy ACCEPT 1554 packets, 181K bytes) pkts bytes target prot opt in out source destination 153 14310 GAME_VSERVER all -- * * 0.0.0.0/0 x.hidden.hidden.x 152 14266...
  3. A

    DSL-AX82U HTTP/HTTPS Port Forwarding

    Sorry, did you mean `iptables -t nat -vnL` on the router right? The above is from the target machine 🙈
  4. A

    DSL-AX82U HTTP/HTTPS Port Forwarding

    Good point. Unfortunately I don't think it's on the target machine. This is a clean rasbpian setup with nothing running other than a micro python3 server. I can open other ports, e.g. I can do something like this: sudo python3 -m http.server 21 and open this port on the router. It's...
  5. A

    DSL-AX82U HTTP/HTTPS Port Forwarding

    Thank you for your answer. Yes, I do have ssh access to the router: It doesn't look like there is anything listening on port 80 though netstat -tupln | grep 80 tcp 0 0 0.0.0.0:18017 0.0.0.0:* LISTEN 1566/wanduck udp 0 0 0.0.0.0:18018...
  6. A

    DSL-AX82U HTTP/HTTPS Port Forwarding

    Hi all, I have troubles opening port 80/443 on my DSL-AX82U and forward it to a server running on a local machine and I wondered if the router might be blocking this port internally? I've confirmed with my ISP that these ports are open and that CGNAT has been disabled on my service. I can...
Back
Top