Configure Networks
Configure the network interfaces for a balenaCloud device
Network Configuration File Structure
[
{
"connection": {
"enabled": true,
"type": "ethernet",
"id": "Wired connection 1",
"interface-name": "enp2s0"
},
"ipv4": {
"method": "auto",
"address": "",
"prefix": 24,
"gateway": "",
"dns": ""
}
},
{
"connection": {
"enabled": true,
"type": "ethernet",
"id": "Wired connection 2",
"interface-name": "enp3s0"
},
"ipv4": {
"method": "manual",
"address": "192.168.1.100",
"prefix": 24,
"gateway": "",
"dns": ""
}
},
{
"connection": {
"enabled": false,
"type": "wifi",
"id": "WiFi connection 1",
"interface-name": "wlp4s0"
},
"ipv4": {
"method": "auto",
"address": "",
"prefix": 24,
"gateway": "",
"dns": ""
},
"wifi": {
"ssid": ""
},
"wifi-security": {
"psk": "",
"auth-alg": "open",
"key-mgmt": "wpa-psk"
}
},
{
"connection": {
"enabled": false,
"type": "hotspot",
"id": "WiFi hotspot 1",
"interface-name": "wlp4s0"
},
"wifi": {
"ssid": "",
"channel": 6
},
"wifi-security": {
"psk": "",
"key-mgmt": "wpa-psk"
}
},
{
"connection": {
"enabled": true,
"type": "gsm",
"id": "GSM connection 1",
"interface-name": "cdc-wdm0"
},
"gsm": {
"apn": "arkessa.com",
"username": "arkessa",
"password": "arkessa"
}
}
]Editing the Network Configuration
Using the balenaCloud Device Terminal



Using a USB Memory Stick
Last updated
Was this helpful?

