Description
Upgrade both server and client to 0.24.0 , and keeps getting issue
"level":"ERROR","source":"mqpublish.go 250}","msg":"could not connect to broker at","server":"xxx","error":"not Connected"}
"level":"ERROR","source":"daemon.go 303}","msg":"unable to connect to broker","server":"wss://xxx","error":"status can only transition to connecting from disconnected"}
"netclient list" still shows as connected, but egress route keeps being moved to default interface, instead of the utunXX interface
10.1/24 192.168.6.2 UGSc en0
10.1.1/24 192.168.6.2 UGSc en0
10.1.2/24 192.168.6.2 UGSc en0
10.2/24 192.168.6.2 UGSc en0
10.2.1/24 192.168.6.2 UGSc en0
10.2.2/24 192.168.6.2 UGSc en0
10.2.3/24 192.168.6.2 UGSc en0
192.168.1 192.168.6.2 UGSc en0
192.168.2 192.168.6.2 UGSc en0
192.168.6 192.168.6.2 UGSc utun69
192.168.6.2 192.168.6.2 UH utun69
192.168.9 192.168.6.2 UGSc en0
"netclient pull" doesn't update the egress route to the correct interface, until manually delete the route ( sudo route delete x.x.x.x/y )
revert to netclient 0.23.0 , and things back to normal
Activity