What "2 Ethernet" Means on an Industrial Computer
A system with 2 Ethernet ports (often called dual-NIC or dual-LAN) has two independent RJ45 network interfaces built into the board, each with its own controller and MAC address. Instead of relying on a single uplink, the computer can sit between two networks, talk to two devices at once, or keep a spare link ready if one cable or switch fails. On industrial and embedded systems these ports are usually Gigabit (10/100/1000 Mbps) and are based on dedicated controllers such as the Intel i210, i225 or i226 family, which support features like Wake-on-LAN, PXE boot and jumbo frames.
The two ports can be configured in several ways. In redundancy/failover mode, one port is active and the other takes over automatically if the link drops. In segmentation mode, each port belongs to a different subnet — for example, port 1 on the plant/OT network talking to PLCs and drives, port 2 on the office/IT network or the internet. In bridging or routing mode, the machine acts as a gateway, firewall or edge router between the two. Linux, Windows 11 Pro and embedded distributions all support this natively through standard network configuration tools.
Typical Specifications and Configuration
| Feature | Common Implementation |
|---|---|
| Ports | 2 × RJ45, independent controllers |
| Speed | 10/100/1000 Mbps (Gigabit), auto-negotiation |
| Controller | Intel i210 / i225 / i226 or equivalent |
| Modes | Failover, load sharing, subnet segmentation, bridging |
| Extras | Wake-on-LAN, PXE boot, jumbo frames, VLAN tagging |
| Chassis | Fanless metal enclosure, DIN-rail or wall mount |
| Power | 12V–24V DC input, wide-temperature options |
Because the two interfaces are physically separate, throughput is not shared: each port has its own full-duplex Gigabit lane. That matters in applications where one link carries high-volume camera streams or sensor telemetry while the other handles control traffic.
Where Dual-Ethernet Systems Are Used
-
Industrial automation and SCADA: connect to machine controllers on one subnet while reporting to a plant historian or MES on another, keeping OT and IT traffic apart.
-
Edge gateways and IoT: