Best Of
Firmware for Zyxel MWR102
Re: Firmware for Zyxel MWR102
I have a MWR102 V2.04r1.
I'd like to ensure I have the latest firmware.
How do I download all docs and firmware.
I am unable to locate anything on website.
I realize MWR102 is old, but I want to at least ensure that it has the latest firmware.
I am NOT expecting anything current, just the latest version.
How to troubleshoot high CPU usage on ATP/USG FLEX?
If you notice occasional high CPU usage on the ATP/USG FLEX, which is causing slow web page loading or management interface access delays, you can follow these steps to collect important diagnostic information:
Steps to analyze high CPU usage:
- Log in to the device console during high CPU usage.
- Run the following commands and collect the output:
- debug system show cpu status
- show cpu average
- debug system ps
- debug system top iterations 3 - Ensure you save the command outputs into a log file. For example, if using PuTTY, enable logging with Session Logging and save it as putty.log.
Collecting data from these commands during the issue occurrence will help determine the cause of high CPU usage.
Secure WiFi License for H Series Firewalls – Scale Your AP Management
As part of the ongoing enhancements in uOS 1.32, Zyxel introduces the Secure WiFi License for H Series firewalls — a licensing option designed to expand the number of access points (APs) that can be managed directly from the firewall.
What Is the Secure WiFi License?
The USG FLEX H Series firewall supports functioning as a wireless LAN controller starting from firmware version 1.32. The Secure WiFi License increases the number of APs the firewall can manage. By default, each H Series firewall supports up to 8 managed APs. With a Secure WiFi license, this capacity increases significantly depending on the model.
License Duration
Secure WiFi license available for a-la-carte purchase with durations:
- 1 month
- 1 year
- 2 years
The licenses can be purchased through Zyxel Marketplace, NCC, Circle or from authorized distributors.
AP Capacity by Device
The license is also included in the Gold Security Pack, so if you're using a bundled license, click “Refresh” button to see Secure WiFi activated under your device’s license tab.
Maximum Number of Managed APs for Each Model:
- USG FLEX 50H/50HP supports up to 12 APs.
- USG FLEX 100H/100HP supports up to 24 APs
- USG FLEX 200H/200HP supports up to 40 APs
- USG FLEX 500H supports up to 72 APs
- USG FLEX 700H supports up to 520 APs
License Transfer Rules
- Transfer allowed between same-tier H Series models (e.g., 50H to 50HP).
- Transfer not allowed between different H Series tiers (e.g., 50H to 100H).
- Not transferable to USG FLEX series.
What Happens When the License Expires?
- The AP management capacity reverts to 8.
- If more than 8 APs were previously connected:
- All APs temporarily disconnect from the firewall.
- The first 8 APs that reconnect will operate as “Managed APs”.
- The remaining APs will appear as “disconnected” in the GUI but stay in managed mode with last provision retained.
Re: Request for Firmware Download – VMG3625-T50B
You can find it here.
https://www.zyxel.com/service-provider/emea/en/products/dsl-cpe/vdsl/vmg8623vmg3625emg5523emg3525-t50b-series
Re: ZON utility not seeing GS1900 switches
Nevermind, figured it out. It was scanning the wrong network adapter. All good now. Thanks.
Re: NSA325-v2 - How to reset configuration/packages on NSA325 v2 without losing data?
On /zyxel/mnt/sysdisk a small (512MB?) partition on the first disk is mounted. AFAIK this partition only contains sysdisk.img (which contains an ext2 filesystem blob) and a swapfile.
AFAIK there are no other files there. Which ones do you see?
A factory reset does a bit more than only wiping flash, it also deletes some files on the system partition. Can't remember which ones, but if you execute
find /usr | grep btn
or
find /usr | grep button
you can find the script which is executed on factory reset via the reset button.
It's almost impossible that the firmware searches for an added smb2 package. The firmware is mostly embedded in the kernel, and so fresh at every boot, and partly on a read-only filesystem in sysdisk.img.
Apart from the package system the only way I am aware of to get your own software started, is via USRPKG_DEPS_START. In your case that contains EntwareNG, which means it will execute a script/binary with that name in the same directory (/i-data/md0/.system/?) when it exists and it executable.
At that moment the firmware smb is already started. Maybe your EntwareNG script kills samba, and then fails to start a new one due to a corrupted Entware installation?
Re: Nebula Portal allowed IP-Addresses
Hello, will it in the future be available on MSP Pack? It's a bit weird as an MSP that we have to do it per organisation and that our clients are obligated for the pro pack to secure our access.
Re: Wireguard?
Hi @Zyxel_Melen,
I also open an another thread for this, but the question I think is about the Tailscale limitation. Tailscale is only a third party service that offer Wireguard connectivity, all the information passes throught the Tailscale servers (also if the SSL-Keys are not stored into Tailscale); if you use Wireguard is more secure also because is direct internally to the Linux Kernel Module.