CloudGenix ion 2000 correct port assignments

I see.

Then let me know if you want to follow up.

I'll post the board.json file here, for those who want to add the ports by hand.

root@OpenWrt:~# cat /etc/board.json
{
        "model": {
                "id": "cloudgenix-ion-2000",
                "name": "CloudGenix ion 2000"
        },
        "network": {
                "lan": {
                        "ports": [
                                "eth0",
                                "eth2",
                                "eth3",
                                "eth4",
                                "eth5"
                        ],
                        "protocol": "static"
                },
                "wan": {
                        "device": "eth1",
                        "protocol": "dhcp"
                }
        }
}

1 Like