The disqualification is permanent and not reversible if audit score drop lower than 60%, it cannot recover automagically.
All suggestions was only to figure out why is it happened to do not repeat this situation again.
My example with disabling port forwarding was only to show how the offline message is looks like and that it’s not affecting audit score unlike failed audits.
However, I would recommend to do not delete data for that satellite until we figure out, why is it failed too much audits and was disqualified.
The reasons of failed audits I showed above.
Now we only need to figure out which one from them has been applied to your storagenode.
Do you have older logs than 05/08?
Please, pack them before upload. You can use transfer.sh for share.
From analyzing the provided log:
$ grep -E "GET_AUDIT" storj_logs.txt | grep "2021-08-05" | grep "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE" | grep started -c
49
$ grep -E "GET_AUDIT" storj_logs.txt | grep "2021-08-06" | grep "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE" | grep started -c
78
$ grep -E "GET_AUDIT" storj_logs.txt | grep "2021-08-07" | grep "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE" | grep started -c
3
Your node has been disqualified on Saltlake 08/07/21 03:41
Let’s see the last two days dates
$ grep -E "GET_AUDIT" storj_logs.txt | grep -E "2021-08-06|2021-08-07" | grep "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE" | grep started | awk '{print $1}'
2021-08-06T01:39:10.227Z
2021-08-06T01:44:45.731Z
2021-08-06T02:08:39.037Z
2021-08-06T02:12:47.864Z
2021-08-06T03:39:47.115Z
2021-08-06T03:42:33.563Z
2021-08-06T04:04:11.047Z
2021-08-06T04:09:30.074Z
2021-08-06T04:15:44.396Z
2021-08-06T04:17:46.687Z
2021-08-06T05:02:35.713Z
2021-08-06T05:19:15.637Z
2021-08-06T05:22:19.045Z
2021-08-06T05:38:46.017Z
2021-08-06T05:39:34.873Z
2021-08-06T06:40:20.213Z
2021-08-06T07:09:40.523Z
2021-08-06T07:52:10.378Z
2021-08-06T07:54:46.413Z
2021-08-06T07:58:10.573Z
2021-08-06T08:21:15.573Z
2021-08-06T08:30:49.799Z
2021-08-06T08:40:17.101Z
2021-08-06T08:41:06.015Z
2021-08-06T08:43:07.652Z
2021-08-06T08:49:34.713Z
2021-08-06T08:55:37.703Z
2021-08-06T08:56:12.284Z
2021-08-06T09:17:08.155Z
2021-08-06T10:04:18.982Z
2021-08-06T10:16:14.477Z
2021-08-06T10:23:27.897Z
2021-08-06T10:27:39.048Z
2021-08-06T10:30:32.024Z
2021-08-06T10:57:18.001Z
2021-08-06T11:39:36.635Z
2021-08-06T11:56:59.403Z
2021-08-06T12:00:01.999Z
2021-08-06T12:21:02.103Z
2021-08-06T12:21:42.099Z
2021-08-06T12:27:59.834Z
2021-08-06T12:57:20.280Z
2021-08-06T13:04:43.144Z
2021-08-06T13:10:11.315Z
2021-08-06T13:16:01.890Z
2021-08-06T13:21:39.751Z
2021-08-06T13:50:46.553Z
2021-08-06T14:03:46.424Z
2021-08-06T14:06:28.374Z
2021-08-06T14:24:11.355Z
2021-08-06T14:43:28.290Z
2021-08-06T15:13:17.618Z
2021-08-06T15:28:52.756Z
2021-08-06T16:28:07.078Z
2021-08-06T16:29:32.721Z
2021-08-06T16:45:54.923Z
2021-08-06T17:05:18.818Z
2021-08-06T17:14:54.303Z
2021-08-06T18:09:23.548Z
2021-08-06T18:31:53.098Z
2021-08-06T18:45:38.463Z
2021-08-06T19:18:54.599Z
2021-08-06T19:33:16.774Z
2021-08-06T20:15:08.398Z
2021-08-06T20:16:50.400Z
2021-08-06T20:27:55.027Z
2021-08-06T20:35:21.704Z
2021-08-06T20:36:10.216Z
2021-08-06T20:39:04.123Z
2021-08-06T20:44:01.043Z
2021-08-06T21:15:32.523Z
2021-08-06T21:53:14.903Z
2021-08-06T22:11:29.981Z
2021-08-06T22:21:55.367Z
2021-08-06T22:34:43.681Z
2021-08-06T22:48:33.899Z
2021-08-06T22:57:18.455Z
2021-08-06T23:17:05.500Z
2021-08-07T00:12:31.320Z
2021-08-07T00:16:01.163Z
2021-08-07T00:40:16.540Z
From the excerpt we can see, that your node has been audited by Saltlake between 2 and 7 times per hour. But there is only one entry for 2021-08-06T23:17:05.500Z and three for 2021-08-07 00:***
Looks like the problem has been started after 2021-08-07T00:40:16.540Z, because there is no one audit until it got disqualified.
Can you check your system and firewall logs - what’s was the problem between 2021-08-07T00:40:16.540Z and 2021-08-07T03:42:00Z with your system?