Ethernet Configuration Registers
The registers in this section provide information about the Ethernet Configuration for the two ports on the board.
Important: Regardless if the board is configured for one or two Ethernet ports, the second IP address cannot be on the same Subnet as the First IP Address. The table below provides examples of valid and invalid IP Addresses and Subnet Mask Addresses.
| First Port (A) IP Address | First Port (A) Subnet Mask | Second Port (B) IP Address | Second Port (B) Subnet Mask | Result |
| 192.168.1.5 | 255.255.255.0 | 192.168.2.5 | 255.255.255.0 | Good |
| 192.168.1.5 | 255.255.0.0 | 192.168.2.5 | 255.255.0.0 | Conflict |
| 192.168.1.5 | 255.255.0.0 | 192.168.2.5 | 255.255.255.0 | Conflict |
| 10.0.0.15 | 255.0.0.0 | 192.168.1.5 | 255.255.255.0 | Good |
