Firmware upgrade on mesh nodes

I’m still setting up genieACS and just about finished but I need to figure out how we’ll upgrade the firmware of units behind the primary node in a mesh. Would I need to figure out how to get a STUN server working in order to do this?

Any insight is appreciated. Thank you.

STUN should work for you. If you search the forum you should get instructions to get it working.

DR

1 Like

I have tried costun and stunserver and I’m still having issues. I can see the logs from the stun server:

213: : session 001000000000000002: closed (2nd stage), user <> realm <> origin <>, local 10.x.x.x:3478, remote 208.x.x.x.:1024, reason: allocation watchdog determined stale session state

319: : session 000000000000000005: usage: realm=<>, username=<>, rp=1, rb=60, sp=0, sb=0

319: : session 000000000000000005: peer usage: realm=<>, username=<>, rp=0, rb=0, sp=0, sb=0

319: : session 000000000000000005: closed (2nd stage), user <> realm <> origin <>, local 10.x.x.x:3478, remote 208.x.x.x:3478, reason: allocation watchdog determined stale session state

10.x.x.x. is our server and 208.x.x.x is a CPE IP.

Genieacs and stunserver is on the same VM.

I’ve used the reuseaddr option on stunserver. I don’t see one for costun. Not sure what I’m doing wrong. I made sure cwmp.udpConnectionRequestPort defined as 3478

I even set the options in the env file.

Any help is appreciated.

Thanks