[4.7.0-op24] Known bugs

In regards to the firmware beta 4.7.0-op24 (OpenWrt 24) from 9th of December for MT6000 (Flint2), please report if you have any issue:

  • IPv6
  • DNS
  • Repeater
  • Http Port
  • Cellular
  • Adguard Home
  • Firmware Local Upgrade
  • VPN (OpenVPN) client/server
  • VPN (Wireguard) client/server

P.S. it's available also for MT3000 (Beryl AX)

5 Likes

Here is one:

1 Like

Not a bug: I am on an MSC Cruise ship now and i was able to connect without a problem.

5 Likes

Beryl AX upgraded without issue from 4.6.9 to 4.7.0-op24, goodcloud works, site to site remains working, all clients showing up correctly, 4 smart cameras and 4 smart bulbs and an Octopus Home Mini: Meet the Octopus Home Mini | Octopus Energy

1 Like

Updated from 4.7.0 beta 9 to 4.7.0 op24 flawlessly.
Everything working as expected, including Wireguard client and tethering with USB modem (ZTE MF79U)

1 Like

By upgrading flawlessly do you mean with "keep settings"? from op21 to op24 ?

Yes, kept all settings

yes keep all settings worked fine from op21 to op24

Wed Dec 11 14:20:42 2024 daemon.notice netifd: wan (6058): udhcpc: sending renew to server x.x.x.x
Wed Dec 11 14:20:42 2024 daemon.notice netifd: wan (6058): udhcpc: lease of x.x.x.x obtained from x.x.x.x, lease time 120

getting this in my MT3000 system log every 120 seconds, does this ever clear with a cronjob?

GoodCloud also working fine

All my wifi clients has blocked internet access

That’s a great news :smiley:
Did you go from 4.7-op21 or 4.6.8-op21 (the stable release)?

1 Like

4.6.9-op21 MT3000

Is that intended?

EAP works on 4.6.6-op24, doesn't work on 4.7.0-op24
https://www.reddit.com/r/GlInet/s/7cQqkjuYzz

2 Likes

Please try to fix this issue in this version firmware by workaround way with the following commands. The next firmware we will merge these codes.

echo -e "local function valid_macaddr(v)\n    return true\nend\n\nreturn {\n    connect = {\n        ssid = '.+',\n        key = '.+',\n        identity = '.+',\n        macaddr = valid_macaddr\n    },\n    remove_saved_ap
= {\n        ssid = '.+'\n    }\n}" > /usr/share/gl-validator.d/repeater.lua
1 Like

Please check if the lease time of the parent dhcp server is 120 seconds

1 Like

Parent DHCP server is a ZTE MC7010d 5G Modem in bridge mode.
There's no settings to adjust on it, so the lease time must be coming from it.

What does this do?