Troubleshooting Huawei Router Networking Issues

What to do if some functions of the router networking are not working? In fact, after using the router for networking, various functions in the network may fail to work. This is mostly due to configuration issues with the router. Let’s take the Huawei router as an example to look at the solutions. Networking Environment … Read more

OpenWRT Tutorial: Enable IPv6

OpenWRT Tutorial: Enable IPv6

The benefits of IPv6 include: More IP Addresses: IPv6 provides nearly unlimited IP addresses to meet foreseeable future demands. Simplified Network Configuration: IPv6 supports Stateless Address Autoconfiguration (SLAAC), allowing devices to automatically obtain IP addresses without a DHCP server, simplifying network configuration. Higher Routing Efficiency: The header structure of IPv6 is simpler than that of … Read more

How to Configure OpenWRT Router for Wireless to Wired Connection

How to Configure OpenWRT Router for Wireless to Wired Connection

Introduction In OpenWRT development, we may encounter the requirement to convert some network devices from wireless to wired. We can achieve this by adding a network port driver inside the device. Here, we introduce a simple and straightforward method: remove the DHCP function from LAN, and bridge WiFi and LAN to realize the wireless to … Read more