Closed missing233 closed 1 year ago
try the following
"lan": {
"ports": ["eth0", "eth1", "eth2", "eth4"],
"protocol": "static"
},
"wan": {
"ports": ["eth3"],
"protocol": "dhcp"
}
try the following
"lan": { "ports": ["eth0", "eth1", "eth2", "eth4"], "protocol": "static" }, "wan": { "ports": ["eth3"], "protocol": "dhcp" }
thanks! It works!
I checked board.json. If a specific port is set individually, it will work correctly. { "model": { "id": "gowin-solution-r86s", "name": "GoWin Solution R86S" }, "network": { "lan": { "device": "eth0", "protocol": "static" }, "wan": { "device": "eth3", "protocol": "dhcp" } } } However, if all ports are written into board.json, then no port can be displayed. { "model": { "id": "gowin-solution-r86s", "name": "GoWin Solution R86S" }, "network": { "lan": { "device": ["eth0", "eth1", "eth2", "eth4"], "protocol": "static" }, "wan": { "device": "eth3", "protocol": "dhcp" } } }
eth0-2 is Intel I226-V eth3-4 is Mellanox ConnectX-3 CX341A