You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AutoNAT usually decides on the status at the start after a few seconds, most of the time its Unknown to Private
In a random run this happened:
As usual, decided that its private
[2024-08-29T13:42:45.074Z WARN dkn_compute::p2p::client] AutoNAT status changed from Unknown to Private
After sometime, decided that its public:
[2024-08-29T13:50:17.374Z WARN dkn_compute::p2p::client] AutoNAT status changed from Private to Public("/ip4/192.168.1.37/tcp/4001/p2p/16Uiu2HAm7EtCPAh8TiXbooEdcbi9nxUEYhzpgw2UvfeoaDB8vZhp")
Then, it went back to private:
[2024-08-29T13:51:56.985Z WARN dkn_compute::p2p::client] AutoNAT status changed from Public("/ip4/192.168.1.37/tcp/4001/p2p/16Uiu2HAm7EtCPAh8TiXbooEdcbi9nxUEYhzpgw2UvfeoaDB8vZhp") to Private
Worth noting & explaining why this happens.
The text was updated successfully, but these errors were encountered:
AutoNAT usually decides on the status at the start after a few seconds, most of the time its
Unknown
toPrivate
In a random run this happened:
[2024-08-29T13:50:17.374Z WARN dkn_compute::p2p::client] AutoNAT status changed from Private to Public("/ip4/192.168.1.37/tcp/4001/p2p/16Uiu2HAm7EtCPAh8TiXbooEdcbi9nxUEYhzpgw2UvfeoaDB8vZhp")
[2024-08-29T13:51:56.985Z WARN dkn_compute::p2p::client] AutoNAT status changed from Public("/ip4/192.168.1.37/tcp/4001/p2p/16Uiu2HAm7EtCPAh8TiXbooEdcbi9nxUEYhzpgw2UvfeoaDB8vZhp") to Private
Worth noting & explaining why this happens.
The text was updated successfully, but these errors were encountered: