End-to-End Environment Setup Based on 5G Terminal and Open5GS

End-to-End Environment Setup Based on 5G Terminal and Open5GS

• This section will set up an end-to-end environment with a commercial terminal, commercial base station, and Open5GS 5GC, detailing the precautions, issues encountered, and analysis of solutions during the setup process.. • This section mainly involves the following issues: USIM card subscription information configuration, authentication parameters, APN, and slice configuration. Network Topology The core … Read more

Installing the OpenWrt Soft Router System

Installing the OpenWrt Soft Router System

OPENWRT is an embedded operating system based on Linux, specifically designed for routers and other network devices. It provides an open-source platform that allows users to customize and control various aspects of their network devices. Due to its flexibility and customizability, OPENWRT is widely used in both home and enterprise networks. 1. Download OpenWrt Official … Read more

Raspberry Pi Zero USB/Ethernet Connection Setup Guide

Raspberry Pi Zero USB/Ethernet Connection Setup Guide

The Raspberry Pi Zero is an excellent single-board computer not only because of its compact size and low price but also due to its convenient and user-friendly features. By adding a Zero Quick Plug or a microUSB/USB adapter, you can connect the Raspberry Pi Zero to your computer. This allows the Raspberry Pi Zero to … Read more

Installing and Configuring OpenWrt on ESXi

Installing and Configuring OpenWrt on ESXi

This article is about installing OpenWrt on an ESXi system. Preparation OpenWrt Firmware You can choose to download the firmware yourself, which can generally be divided into two categories: one is the custom firmware compiled by various experts, which integrates many pre-installed applications for immediate use; the other is the official original firmware, which only … Read more

Configuring IPv6 NAT6 for Guest WiFi Network in OpenWRT

Configuring IPv6 NAT6 for Guest WiFi Network in OpenWRT

First, add the WiFi guest network through the web interface or by modifying the configuration. The wireless interface added through the MTK management interface must be added to the bridge: 12345678910111213141516171819 config globals 'globals' option ula_prefix 'xxxx:xxxx:xxxx::/48' config interface 'guest' option proto 'static' option ipaddr '10.0.100.1' option netmask '255.255.255.0' option device 'br-guest' option ip6assign '64' … Read more

Introduction to Using dhcpcd on Raspberry Pi

Introduction to Using dhcpcd on Raspberry Pi

Note: If the external links in the text cannot be accessed, you can click on the “Read the original text” at the bottom. Switching from Network-Manager to dhcpcd ::: warning After switching to dhcpcd, WiFi configuration will be lost. If you are connecting to the device via SSH through WiFi, please configure WiFi using raspi-config … Read more