https://netmaker.org logo
hey gang, should the mqtt be showing connects and ...
# server
b
hey gang, should the mqtt be showing connects and disconnects from each client every few minutes?
Copy code
2022-07-24T15:05:13.304516181Z 1658675113: Client aOSZa1yHiPr8Yp6GljnDeCU disconnected.
2022-07-24T15:05:13.283141183Z 1658675113: New client connected from 172.19.0.2:58454 as aOSZa1yHiPr8Yp6GljnDeCU (p2, c1, k30, u'maycocksserver').
2022-07-24T15:04:56.940564600Z 1658675096: Client Z5UlxHcK1ZCspoyqVOIWBVn disconnected.
2022-07-24T15:05:13.253612502Z 1658675113: New connection from 172.19.0.2:58454 on port 8883.
2022-07-24T15:04:56.931437602Z 1658675096: New client connected from 172.19.0.2:58416 as Z5UlxHcK1ZCspoyqVOIWBVn (p2, c1, k30, u'Win2012R2').
2022-07-24T15:04:56.921835998Z 1658675096: New connection from 172.19.0.2:58416 on port 8883.
2022-07-24T15:04:46.738194160Z 1658675086: New connection from 172.19.0.2:58408 on port 8883.
2022-07-24T15:04:46.768415844Z 1658675086: New client connected from 172.19.0.2:58408 as Pe1ZsYACu94UMtqKMPHKFVc (p2, c1, k30, u'martinsserver').
2022-07-24T15:04:46.795673282Z 1658675086: Client Pe1ZsYACu94UMtqKMPHKFVc disconnected.
2022-07-24T15:04:38.305410238Z 1658675078: Client IIK6ybrSXu5ZhR4Qrc4p46i disconnected.
2022-07-24T15:04:38.285678970Z 1658675078: New client connected from 172.19.0.2:58400 as IIK6ybrSXu5ZhR4Qrc4p46i (p2, c1, k30, u'Win2016').
2022-07-24T15:04:38.261946899Z 1658675078: New connection from 172.19.0.2:58400 on port 8883.
2022-07-24T15:04:26.904450924Z 1658675066: Client B6bhMiLG3ZMPOSINDhZrJTK disconnected.
2022-07-24T15:04:26.902355220Z 1658675066: New client connected from 172.19.0.3:36578 as B6bhMiLG3ZMPOSINDhZrJTK (p2, c1, k60).
2022-07-24T15:04:26.901768039Z 1658675066: New connection from 172.19.0.3:36578 on port 1883.
j
yeah that looks pretty normal
b
ok i just wanted to be sure, thank you
i have spotted however tho in my traefik which proxys the mqtt a few connection resets from a single client any suggestions?
Copy code
time="2022-07-24T16:11:48+01:00" level=error msg="Error during connection: read tcp 172.19.0.2:59060->172.19.0.4:8883: read: connection reset by peer"
time="2022-07-24T16:05:47+01:00" level=error msg="Error during connection: read tcp 172.19.0.2:58498->172.19.0.4:8883: read: connection reset by peer"
time="2022-07-24T16:03:46+01:00" level=error msg="Error during connection: read tcp 172.19.0.2:58304->172.19.0.4:8883: read: connection reset by peer"
time="2022-07-24T16:02:46+01:00" level=error msg="Error during connection: read tcp 172.19.0.2:58196->172.19.0.4:8883: read: connection reset by peer"
j
hmmmm I'm not sure about that one
b
thats my throught, it only seems to be one device, other devices are fine expect this one?
3 Views