Gen 5 I/O Board - Set DHCP/Remove Static IP
Edit this on GitLab
Set DHCP/Remove Static IP
How can I set DHCP/Remove Static IP on my Gen 5 I/O Board?
When logging into the board over serial communication, write the following line to change the MB EEPROM Ethernet Miscellaneous Settings: (For Port A) mbeeprom_util set EthA_MiscSettings -------- (For Port B) mbeeprom_util set EthB_MiscSettings -------- Followed by one of the 8 digit hex values below, based required option:
Static IP: |
AutoNeg: Yes |
AutoNeg: No 10 MBPS Full Duplex |
AutoNeg: No 100 MBPS Full Duplex |
AutoNeg: No 10000MBPS Full Duplex |
AutoNeg: No 10 MBPS Half Duplex |
AutoNeg: No 100 MBPS Half Duplex |
AutoNeg: No 10000MBPS Half Duplex |
Yes |
00000000 |
00000046 |
0000004A |
0000004E |
00000026 |
0000002A |
0000002E |
No |
00000001 |
00000047 |
0000004B |
0000004F |
00000027 |
0000002B |
0000002F |
Ex: mbeeprom_util set EthA_MiscSettings 00000001 for DHCP and AutoNegotiated Ethernet