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

    PPPoE physical interface wrong MTU while Automatic IP MTU is set to non-1500.

    Firmware should always set the upstream ethernet link to wan[0,1]_pppoe_mtu + 8, not wan0_mtu which is set by WAN page another type other than PPPoE. This doesn't happen 100%, usually after running for a while/disconnect by ISP then reconnect for a few times. Confused me for a long time because...
  2. I

    LAN IPv6 addresses didn't update after upstream update.

    Or restart_dhcp6c? Have to wait 3 days to try this option LOL.
  3. I

    LAN IPv6 addresses didn't update after upstream update.

    Upstream router address is updated every 3 days by ISP. After that, native mode WAN is successfully configured by SLAAC, but the Asus router didn't send a new DHCP-PD request. Upstream router's RA server M and O options are set. Need a 'service restart_"wan_if 0"' to fix it.
  4. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    What's the use of GetExternalIPAddress anyway, can't think one, DDNS?
  5. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    [Face with Tears of Joy]Ah my bad, didn't notice it's a closed PR not a closed issue.
  6. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    Wait it's up to date why is that patch not available then? Option ignore ext IP.
  7. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    Ah sounds unnecessarily added complexity, what is this author thinking[Face Holding Back Tears emoji] I'll just add ext_ip="a random public IP" to postconf, doesn't seem to break anything, iptables rules don't contain this IP anyway.
  8. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    https://www.snbforums.com/threads/miniupnpd-problem-solved-helper-script.78702/
  9. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    It can get and set ip in nvram. But only reliability so after all services especially VPN client is fully up. So maybe auto run this getrealip.sh in custom config and restart miniupnpd. Or idk feels buggy to me. This config doesn't do anything except lift the restriction, why is there in the...
  10. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    wan0_realip_ip= wan0_realip_state=1 wan1_realip_ip= wan1_realip_state=0 How is this done, what domain I might blocked?
  11. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    No, different place, different router, this is a single WAN setup.
  12. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    version: miniupnpd 2.3.0 master-021766bdf9 Jul 24 2022 miniupnpd shows 501 error. Pretty common.
  13. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    eth0 IP 192.168.1.100 Config: ext_ifname=eth0 listening_ip=br0 port=0...
  14. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    Yes, 386.7_2 latest. It works yesterday for whatever reason, today 501 fail.
  15. I

    miniupnpd outdated, doesn't work when WAN is a private address.

    My WAN is behind the modem which set this router as a DMZ. A new upstream patch is available. https://github.com/miniupnp/miniupnp/pull/511 Source: https://github.com/openwrt/packages/issues/13773 Not compiled with IPv6 support too. Well, I guess it's not that needed, entware version can do it...
  16. I

    Asus RT-AC68U merlin 386.5 can't start miniupnpd when enabled dual wan in balance mode

    LOL. I mean I use WAN+LAN load balance dual WAN with 386.7_2 and UPnP must be started manually, but that's weird because firmware is actually aware of dual WAN UPnP by adding the correct two iptables rules. And another question is about how miniupnpd config works.
  17. I

    Asus RT-AC68U merlin 386.5 can't start miniupnpd when enabled dual wan in balance mode

    386.7_2 still. balance(mode port WAN+LAN). Seems weird because firmware is actually aware of dual wan UPnP: -A POSTROUTING -o ppp0 -j PUPNP -A POSTROUTING -o ppp1 -j PUPNP auto generated. that "deny 0-65535 0.0.0.0/0 0-65535" in miniupnpd config. like iptables -j DROP in order?
  18. I

    nslookup HOST SERVER, but if SERVER is an IPv6, it will be ignored

    nslookup whatever_domain random_ipv6_will_success with default local server(/etc/resolv.conf). Bad busybox, just return an error, at least a warning.
Top