Detailed Explanation of TCP/IP Communication Based on Ethernet

Detailed Explanation of TCP/IP Communication Based on Ethernet

Basic Concepts of Ethernet Before performing Ethernet communication, it is necessary to understand several basic concepts of Ethernet communication, such as IP address allocation, PC network address and settings, etc. Allocating IP Address If the programming device (such as PC) connects to the factory LAN (or the Internet) using a network card, then the programming … Read more

How to Set Up an IP Address

How to Set Up an IP Address

How to Set Up an IP Address Press the “WIN” key + “R” key on your keyboard (WIN key: the key circled in the above image) Type “ncpa.cpl” (without quotes), and press Enter Right-click on “Local Area Connection” or “Ethernet”, and select “Properties”. Scroll down until you find “Internet Protocol Version 4 (TCP/IPv4)” in the … Read more

What To Do When IP Address Conflicts Occur? Solutions Are Here!

What To Do When IP Address Conflicts Occur? Solutions Are Here!

IP address conflicts typically occur within a local area network (LAN). In a LAN, multiple computers are present, each assigned a unique IP address. If one computer’s IP address is modified and coincides with another computer’s IP address within the same LAN, an IP conflict will occur. 【Fault Case】: In a certain LAN, the router … Read more

Four Methods to Configure Network in Linux

Four Methods to Configure Network in Linux

Click the blue text above to follow us Several methods to set up the network: 1. ifconfig Command Usage: ifconfig [DEVICE] ## View network informationifconfig DEVICE IP netmask NETMASK ## Set IP address Temporary effect, will be invalid after restarting the service. 2. nm-connection-editor A graphical network configuration tool, requires a graphical interface to use. … Read more

Common Linux Inspection Commands

Common Linux Inspection Commands

In Linux systems, various commands are used for system inspections to check system status, performance, configuration, and security. Here are some commonly used Linux inspection commands and their descriptions: 1. System Information ● uname -a:Displays all system information, including kernel version, hostname, etc. ● hostname:Displays or sets the system’s hostname. 2. System Load and Performance … Read more

How ABB Industrial Robots Transform Controllers into Switches

How ABB Industrial Robots Transform Controllers into Switches

How to transform a robot controller into a switch 1. The ABB robot controller has several network ports, defined as follows: 2. Several network ports within the Private Network are essentially different ports of a switch. 3. The default LAN3 port is isolated, as shown in the figure. At this time, you can individually configure … Read more

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