i have a problem with the binding adress of snmp. i installed docker on my machine (openhab runs natively) and the traps stopped working. after some poking around, it seems like the trap listener mechanism seems to bind onto a local docker bridge ip adress. so nothing from outside can come through. any ideas how to force the plugin to bind to the “real” serveradress?
Are you using net=host or just exposing ports? If just exposing ports the answer is “you can’t”. I you are using net=host it might work to go to MainUI → Settings → Network Settings and choose your LAN subnet instead of the Docker subnet (IP address that starts with 172).
the network settings seemed to do the trick, thank you!