Hi everyone,
I am new in openwisp. I installed Openwisp with the procedure related to openwisp document and i have a device which is running on openwisp server, all the data is able to be seen in the dashboard.
I would like to create a VLAN on WLAN. So what configuration is valid to create such configuration using Openwisp.
Below configuration is Openwisp Advanced Mode (raw JSON):
{
"interfaces": [
{
"type": "virtual",
"name": "eth0.24",
"mtu": 1500,
"disabled": false,
"network": "",
"mac": "",
"autostart": true,
"addresses":
},
{
"wireless": {
"network": [
"lan"
],
"mode": "access_point",
"radio": "radio0",
"ack_distance": 0,
"rts_threshold": 0,
"frag_threshold": 0,
"ssid": "OpenWisiWifi-",
"hidden": false,
"wds": false,
"encryption": {
"protocol": "none"
},
"wmm": true,
"isolate": false,
"ieee80211r": false,
"reassociation_deadline": 1000,
"ft_psk_generate_local": false,
"ft_over_ds": true,
"rsn_preauth": false,
"macfilter": "disable",
"maclist":
},
"type": "wireless",
"name": "wlan0",
"mtu": 1500,
"disabled": false,
"network": "",
"mac": "",
"autostart": true,
"addresses":
}
],
"radios":
}
Please need your help.