Recent content by Jovi

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

    Solved RT-AX58U DHCP problem - WAN gets new IP in every boot (3.0.0.4.386_41700)

    and proper solution by using /jffs/scripts/service-event #!/bin/sh if [ $2 == "reboot" ] then killall udhcpc logger "SERVICE-EVENT reboot -> KILL udhcpc" sleep 1 fi
  2. J

    Solved RT-AX58U DHCP problem - WAN gets new IP in every boot (3.0.0.4.386_41700)

    OK. I'm now killing udhcpc process in /jffs/scripts/ddns-start. And made cron job that makes DHCP renew by executing udhcpc twice a hour. Seems work in all use cases; Web GUI reboot and shell reboot. Let's see if this has any side effects...
  3. J

    Solved RT-AX58U DHCP problem - WAN gets new IP in every boot (3.0.0.4.386_41700)

    There is -b option used in Tomato (-b, --background Fork to background if lease cannot be immediately negotiated) and I was thinking that it may help to get rid of this in log "WAN Connection: ISP's DHCP did not function properly." if the udhcpc does something in too early phase of boot. Script...
  4. J

    Solved RT-AX58U DHCP problem - WAN gets new IP in every boot (3.0.0.4.386_41700)

    Thank you very much ColinTaylor ! That worked !!! I installed Merlin 386.2_2 yesterday and were trying to figure how the services are started and stopped during boot/shutdown, and is there is way to alter the shutdown procedure or change the options of udhcpc to match the ones it's executed...
  5. J

    Solved RT-AX58U DHCP problem - WAN gets new IP in every boot (3.0.0.4.386_41700)

    Yes, you are right, the lease is 3600 seconds.
  6. J

    Solved RT-AX58U DHCP problem - WAN gets new IP in every boot (3.0.0.4.386_41700)

    Unfortunately you would have lost your bet, it does not fix it. My another theory is that when you reboot the router, Asus FW does DHCP release, but Tomato FW in my RT-N18U does not do so, according to standards it's not necessary to do so. If I switch the ethernet cable that connects WAN port...
  7. J

    Release Asus RT-AX58U Firmware. 386.41700 (1-26-2021)

    What kind of DNSmasq issue, link?
  8. J

    Solved RT-AX58U DHCP problem - WAN gets new IP in every boot (3.0.0.4.386_41700)

    Thanks for reply. The weird thing is that my old router RT-N18U behaves nicely and receives it's old IP from ISP even if it's been offline for minutes. There must be something with DHCP handshake of this new AX58U router. Server machine that is connected directly to internet (not via AX58U)...
  9. J

    Solved RT-AX58U DHCP problem - WAN gets new IP in every boot (3.0.0.4.386_41700)

    Hi ! Great firmware as guest networks are finally in their own subnets, and mesh for guest network works too :) Anyway, like title says my RT-AX58U router gets new WAN IP in every reboot from my ISP. It's quite annoying as before moving to this AX58U my IP stayed same for more than a year. I...
Top