{"id":956,"date":"2025-06-06T12:19:08","date_gmt":"2025-06-06T11:19:08","guid":{"rendered":"https:\/\/lavenhamit.uk\/wrdprss\/?p=956"},"modified":"2025-06-06T19:08:51","modified_gmt":"2025-06-06T18:08:51","slug":"zerotier-ssh-connection-problem-on-windows-11","status":"publish","type":"post","link":"https:\/\/lavenhamit.uk\/wrdprss\/?p=956","title":{"rendered":"ZeroTier SSH Connection problem on Windows 11"},"content":{"rendered":"\n<p>If attempting to SSH to a remote Windows 11 system using a ZeroTier network managed address leads to a connection timeout then a possible problem is that the ZeroTier network has been configured as a PUBLIC network on the target machine, changing this to a PRIVATE network might resolve the problem. The following Powershell commands can be used.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">## To check public\/private setting<\/mark>\nGet-NetConnectionProfile | Where-Object \"InterfaceAlias\" -like \"Zero*\"\n\n<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">## To set all ZeroTier networks to Private<\/mark>\nGet-NetConnectionProfile | Where-Object \"InterfaceAlias\" -like \"Zero*\" | Set-NetConnectionProfile -NetworkCategory Private<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If attempting to SSH to a remote Windows 11 system using a ZeroTier network managed address leads to a connection [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[114,113,112],"class_list":["post-956","post","type-post","status-publish","format-standard","hentry","category-workshop-tales-repairs-fixes-solutions-for-pc-problems","tag-connection","tag-ssh","tag-zerotier"],"_links":{"self":[{"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=\/wp\/v2\/posts\/956","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=956"}],"version-history":[{"count":2,"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=\/wp\/v2\/posts\/956\/revisions"}],"predecessor-version":[{"id":958,"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=\/wp\/v2\/posts\/956\/revisions\/958"}],"wp:attachment":[{"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=956"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=956"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lavenhamit.uk\/wrdprss\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=956"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}