Networking Tool – WireGuard

Networking Tool - WireGuard

Server docker run -d \ –name=wg-easy \ -e WG_HOST=123.123.123.123 (🚨Enter the public IP of the server here) \ -e PASSWORD=passwd123 (🚨Enter your password here) \ -e WG_DEFAULT_ADDRESS=10.0.8.x (🚨Default IP address) \ -e WG_DEFAULT_DNS=114.114.114.114 (🚨Default DNS) \ -e WG_ALLOWED_IPS=10.0.8.0/24 (🚨Allowed IP range) \ -e WG_PERSISTENT_KEEPALIVE=25 (🚨Reconnect interval) \ -v ~/.wg-easy:/etc/wireguard \ -p 51820:51820/udp \ -p 51821:51821/tcp … Read more

Choosing Between MPLS, VPN, and SD-WAN for Company Networking: A Clear Guide

Choosing Between MPLS, VPN, and SD-WAN for Company Networking: A Clear Guide

Dear friends, have you ever found company networking particularly troublesome? For instance, when the headquarters and branches need to connect, or when employees on business trips want secure access to company systems, and also need smooth connections to various cloud applications… Upon researching, the terms MPLS, VPN, and SD-WAN pop up. What do they mean? … Read more

Issue 705 | Follow-up on PLC Remote Maintenance and Debugging: Keywords, Siemens PLC VPN Remote Connection

Issue 705 | Follow-up on PLC Remote Maintenance and Debugging: Keywords, Siemens PLC VPN Remote Connection

Forum Weekly 05 Sep. 2025 This week’s exciting content: 1. Follow-up on PLC remote maintenance and debugging: Keywords, Siemens PLC VPN remote connection. 2. In 2025, how do you map and use IO points in PLC programming? 3. Encountering strange issues with Xinjie XDM 5. Issues with inverter output current 6. Schneider ATV610 inverter output … Read more

Installation Guide for the Latest Weekly Version of Kali Linux and VPN Connection to Hack The Box

Installation Guide for the Latest Weekly Version of Kali Linux and VPN Connection to Hack The Box

Installation Guide for the Latest Weekly Version of Kali Linux and VPN Connection to Hack The Box Kali Linux is maintained and released by OffSec, serving as the core platform for penetration testing and cybersecurity training. Compared to the regular stable version, the Weekly version synchronizes the latest tool updates and security fixes in the … Read more

Simplifying Complex Networking! ZeroTier Makes Global Device Connectivity Easy

Simplifying Complex Networking! ZeroTier Makes Global Device Connectivity Easy

Have you ever struggled with connecting devices across regions? Whether it’s IoT device management, enterprise branch networking, or remote office access, ZeroTier, a global networking solution, can easily handle it, turning “simple networking” from an idea into reality ✨. 1. Three Core Scenarios to Address Different Networking Needs 🎯 ZeroTier is designed with dedicated features … Read more

Manage OpenWrt with a Mini Program Without Installing Any Plugins

Manage OpenWrt with a Mini Program Without Installing Any Plugins

Many fans want a mobile app to manage OpenWrt devices, as accessing the OpenWrt system via mobile is indeed too cumbersome and the interface is very unfriendly.To meet everyone’s needs, I started researching app development some time ago, but found that individual developers in China cannot publish Android applications, so I switched to WeChat Mini … Read more

Deploying and Configuring OpenVPN Server on OpenWrt

Deploying and Configuring OpenVPN Server on OpenWrt

Total text: 888 words, 16 images,Estimated reading time: 1 minute Previously, when we deployed OpenVPN on a cloud host (Using OpenVPN to Access Cloud Resource Pool Services), the cloud host had a single network interface. Now we have a single network interface OpenWrt (Configuring OpenWrt in One-Arm Routing Mode), which is based on the Linux … Read more

MPLS Cross-Domain Option A Networking Solution

MPLS Cross-Domain Option A Networking Solution

First, for those who want to systematically learn about Python network automation and operations, I recommend the columns by @YiXin and @ZhuJiaSheng. Recently, “Xian Lai Wu Shi” reviewed the cross-domain solution of MPLS, simulating the Option A scheme. During the simulation, it was found that the ASBRs using OSPF protocol could not learn routes due … Read more

MPLS VPN Technology Special 1: Routing Virtualization Technology!

MPLS VPN Technology Special 1: Routing Virtualization Technology!

In the previous graduation project for the corporate network, some friends provided feedback that the project was too monotonous. After four years of university, this is indeed insufficient. Starting from this issue, we will discuss MPLS VPN! I hope everyone can understand it well enough to incorporate it into their graduation projects! If you need … Read more

Performance Comparison of AES and SM4 Encryption Algorithms Using OpenVPN: National Secret Algorithm Doesn’t Seem So Bad

Performance Comparison of AES and SM4 Encryption Algorithms Using OpenVPN: National Secret Algorithm Doesn't Seem So Bad

From the previous test (Performance Comparison of Different Encryption Algorithms in OpenVPN), we found that there are differences in forwarding performance when OpenVPN uses different encryption algorithms, as shown below: Comparing the encryption algorithms, we can see that the specific encryption algorithms are divided into three parts: the first part is the algorithm name, which … Read more