{"id":566,"date":"2025-09-09T14:51:51","date_gmt":"2025-09-09T13:51:51","guid":{"rendered":"http:\/\/www.seepyou.net\/blog\/?p=566"},"modified":"2025-09-09T14:51:52","modified_gmt":"2025-09-09T13:51:52","slug":"why-wont-you-connect-my-journey-to-a-harmonious-home-network","status":"publish","type":"post","link":"http:\/\/www.seepyou.net\/blog\/2025\/09\/09\/why-wont-you-connect-my-journey-to-a-harmonious-home-network\/","title":{"rendered":"Why wont you connect!? My Journey to a Harmonious Home Network"},"content":{"rendered":"<p>There\u2019s nothing quite like the satisfaction of building your own little corner of the internet right in your home. My lab, humming quietly in the corner, hosts all sorts of wonderful things \u2013 from my personal productivity dashboard (Vikunja keeps my life in order!) to my burgeoning photo archive. The dream is a unified, seamless digital experience, protected by the watchful eye of AdGuard Home.<\/p>\n<p>But, as many a home lab enthusiast will tell you, the road to network nirvana is often paved with\u2026 well, timeouts and cryptic error messages. And so began my own saga, a tale of head-scratching, late-night log-diving, and a particularly stubborn BT Hub.<\/p>\n<p>It all started subtly. Things felt a little sluggish. My usual snappy DNS resolution was replaced by an unsettling pause. A quick peek into the AdGuard Home logs revealed a chilling sight: a deluge of &#8220;exchange failed&#8221; errors, specifically pointing to my router\u2019s IP address. It was as if AdGuard Home was shouting, &#8220;Hey, I need to know where example.com is!&#8221; and my router was replying with a blank stare, or worse, just dropping the call entirely. This was a classic DNS loop, where my router was somehow forwarding DNS queries back to AdGuard Home, which then tried to forward them back to the router, and so on. A digital Ouroboros, consuming its own tail!<\/p>\n<p>My first move was to untangle this loop. My brain, however, was stubbornly stuck on one question: why were all these messages going to my router for DNS? I had configured AdGuard Home correctly, hadn&#8217;t I? The answer hit me like a ton of bricks as I was reviewing my mental checklist of the setup process. I remembered the Proxmox CT creation dialogue, specifically the two separate tabs for networking. First, the Network tab, where I\u2019d set the IP and gateway. But then, there was a second tab, DNS. And I distinctly recalled its default setting: &#8220;use host settings.&#8221; A lightning bulb went off in my head.<\/p>\n<p>Of course! The containers, by default, weren&#8217;t talking to AdGuard Home directly; they were talking to the Proxmox host! I immediately dove into the host\u2019s network settings, and there it was, staring me in the face: DNS server 1: 192.168.1.254. The host itself was using the router for DNS! This one discovery explained everything. The containers were asking the host for DNS, the host was asking the router, and the router was\u2014unbeknownst to me\u2014sending the query right back into the loop.<\/p>\n<p>A quick adjustment to the host&#8217;s DNS settings, a change to my AdGuard Home IP, and a restart. My heart pounded as I pulled up the logs. Silence. Blissful silence. The specific &#8220;exchange failed&#8221; messages targeting my router&#8217;s IP vanished. I felt a surge of triumph. The Ouroboros was decapitated!<\/p>\n<p>But the network gods, it seemed, weren&#8217;t quite done with me. The silence in the logs was replaced by a new, more insidious foe: &#8220;context deadline exceeded&#8221; and &#8220;i\/o timeout&#8221; messages. These weren&#8217;t aimed at my router anymore; they were aimed squarely at the open internet \u2013 at Quad9, Cloudflare, any public DNS server AdGuard Home tried to reach. My server, with its shiny new DNS settings, was now attempting to phone home, but something out there was hanging up before it even connected.<\/p>\n<p>This was a classic &#8220;DNS proxy&#8221; problem, a sneaky feature often found in ISP-provided routers like my BT Hub. Even with the router&#8217;s main firewall explicitly turned off, these devices often have a hidden mechanism that intercepts all DNS traffic, forcing it through the ISP&#8217;s own servers. It&#8217;s like having a helpful (but ultimately controlling) assistant who insists on making all your calls for you, even if you know the number perfectly well.<\/p>\n<p>I tried everything. Switching AdGuard Home from DNS-over-HTTPS to standard DNS-over-UDP on port 53? Nope, same timeouts. Trying a different DoH provider, like LibreDNS? Still blocked. Even attempting DNS-over-TLS on the less common port 853 with Cloudflare? The router just scoffed, &#8220;dial tcp: i\/o timeout.&#8221; It was a universal blockade. Whether I used encrypted channels (essential for privacy and to bypass ISP snooping) or plain old UDP, nothing was getting through. My Vikunja instance, while running locally, couldn&#8217;t resolve external links, and my Immich server was not behaving!  I&#8217;d drop in a new photo, and the server would just hang, unable to get any rich data. The application wasn&#8217;t the problem \u2014 the logs showed it was trying to do its job. It was the network. My AdGuard Home was getting the request but couldn&#8217;t get it out to the internet, and the application&#8217;s request would eventually just time out and fail. It\u2019s a good reminder that your network foundation is the most critical part of your home lab. If the pipes are broken, it doesn&#8217;t matter how great the faucet is.<\/p>\n<p>My network, though internally harmonious, was an island in the vast digital ocean.<\/p>\n<p>The solution, it turns out, lay not in my lab, but deep within the labyrinthine settings of my BT online account. It struck me then: those seemingly innocuous &#8220;security features&#8221; my ISP was so proud of \u2013 things like &#8220;BT Web Protect&#8221; or &#8220;BT Parental Controls&#8221; \u2013 often operate at a network level, overriding local router settings. With a glimmer of hope, I logged into My BT, navigated to the security section, and there it was: &#8220;BT Parental Controls.&#8221; The only &#8220;service&#8221; being active! A single &#8220;Switch off&#8221; button.<\/p>\n<p>I clicked it, held my breath, and watched a small progress bar inch its way forward. &#8220;This can take up to a minute,&#8221; it warned. That minute felt like an eternity.<\/p>\n<p>Once the confirmation appeared, I sprinted back to my router and gave it a hard reboot, a ritualistic cleansing to banish the lingering specters of blocked DNS. As it came back online, I logged into AdGuard Home, heart pounding, and clicked the &#8220;Test Upstreams&#8221; button.<\/p>\n<p>&#8220;Your DNS servers are working fine!&#8221; it declared. A joyous melody rang in my ears. The only &#8220;errors&#8221; remaining in my logs were the occasional, perfectly normal &#8220;i\/o timeout&#8221; messages from my Tailscale DNS resolver, which, by design, isn&#8217;t meant to resolve public internet addresses.<\/p>\n<p>It was a journey from baffling loops to universal timeouts, culminating in the satisfying click of a &#8220;Switch off&#8221; button hidden deep within an online portal. My home network was finally free, responsive, and operating with the privacy and control I had always envisioned. And as I watched those clean logs scroll by, I knew that sometimes, the biggest network battles are won not with complex configurations, but with a keen eye for the obvious \u2013 or, in this case, the subtly hidden<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There\u2019s nothing quite like the satisfaction of building your own little corner of the internet right in your home. My lab, humming quietly in the corner, hosts all sorts of wonderful things \u2013 from my personal productivity dashboard (Vikunja keeps my life in order!) to my burgeoning photo archive. The dream is a unified, seamless &hellip; <a href=\"http:\/\/www.seepyou.net\/blog\/2025\/09\/09\/why-wont-you-connect-my-journey-to-a-harmonious-home-network\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Why wont you connect!? My Journey to a Harmonious Home Network<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n<div style='clear:both'><\/div><div  class='the_champ_sharing_container the_champ_horizontal_sharing' data-super-socializer-href=\"http:\/\/www.seepyou.net\/blog\/2025\/09\/09\/why-wont-you-connect-my-journey-to-a-harmonious-home-network\/\"><div class='the_champ_sharing_title' style=\"font-weight:bold\" ><\/div><div class=\"the_champ_sharing_ul\"><a aria-label=\"Evernote\" class=\"the_champ_button_evernote\" href=\"https:\/\/www.evernote.com\/clip.action?url=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F&title=Why%20wont%20you%20connect%21%3F%20My%20Journey%20to%20a%20Harmonious%20Home%20Network\" title=\"Evernote\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_Evernote_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_evernote\" style=\"background-color:#8be056;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M7.884 8.573h2.276c.13 0 .236-.106.236-.235 0 0-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007 0-.017.005-.025.014l-4.42 4.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27 1.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302 1.062 0 .265.007.886.015 1.44l.014 1.054c0 .494-.4.896-.896.897H7.99c-.485 0-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355 1.426 0 0 0 .416.102 1.23.084.63.767 5.02 1.414 6.356.25.522.42.736.912.966 1.1.47 3.61.994 4.787 1.146 1.174.15 1.912.466 2.35-.457.002 0 .088-.227.208-.56.382-1.156.435-2.18.435-2.924 0-.076.11-.078.11 0 0 .524-.1 2.38 1.303 2.875.554.197 1.7.373 2.864.51 1.055.12 1.82.537 1.82 3.24 0 1.645-.346 1.87-2.152 1.87-1.464 0-2.02.038-2.02-1.125 0-.938.93-.842 1.616-.842.31 0 .086-.23.086-.81 0-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786 2.978 0 2.706 1.036 3.208 4.418 3.208 2.65 0 3.588-.086 4.682-3.483.22-.67.742-2.718 1.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622 7.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488 1.332-1.453 1.08.033 1.23 1.056 1.237 1.75-.457-.205-1.02-.335-1.635-.357z\"\/><\/svg><\/span><\/a><a aria-label=\"Print\" class=\"the_champ_button_print\" href=\"http:\/\/www.seepyou.net\/blog\/2025\/09\/09\/why-wont-you-connect-my-journey-to-a-harmonious-home-network\/\" onclick=\"event.preventDefault();window.print()\" title=\"Print\" rel=\"noopener\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_print_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_print\" style=\"background-color:#fd6500;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-2.8 -4.5 35 35\"><path stroke=\"#fff\" class=\"the_champ_svg_stroke\" d=\"M 7 10 h 2 v 3 h 12 v -3 h 2 v 7 h -2 v -3 h -12 v 3 h -2 z\" stroke-width=\"1\" fill=\"#fff\"><\/path><rect class=\"the_champ_no_fill the_champ_svg_stroke\" stroke=\"#fff\" stroke-width=\"1.8\" height=\"7\" width=\"10\" x=\"10\" y=\"5\" fill=\"none\"><\/rect><rect class=\"the_champ_svg_stroke\" stroke=\"#fff\" stroke-width=\"1\" height=\"5\" width=\"8\" x=\"11\" y=\"16\" fill=\"#fff\"><\/rect><\/svg><\/span><\/a><a aria-label=\"Email\" class=\"the_champ_email\" href=\"http:\/\/www.seepyou.net\/blog\/2025\/09\/09\/why-wont-you-connect-my-journey-to-a-harmonious-home-network\/\" onclick=\"event.preventDefault();window.open('mailto:?subject=' + decodeURIComponent('Why%20wont%20you%20connect%21%3F%20My%20Journey%20to%20a%20Harmonious%20Home%20Network').replace('&', '%26') + '&body=' + decodeURIComponent('http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F'), '_blank')\" title=\"Email\" rel=\"noopener\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_email_count\">&nbsp;<\/span><span class=\"the_champ_svg\" style=\"background-color:#649a3f;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-.5 -.5 36 36\"><path d=\"M 5.5 11 h 23 v 1 l -11 6 l -11 -6 v -1 m 0 2 l 11 6 l 11 -6 v 11 h -22 v -11\" stroke-width=\"1\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Facebook\" class=\"the_champ_facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F\" title=\"Facebook\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_facebook_count\">&nbsp;<\/span><span class=\"the_champ_svg\" style=\"background-color:#0765FE;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Twitter\" class=\"the_champ_button_twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Why%20wont%20you%20connect%21%3F%20My%20Journey%20to%20a%20Harmonious%20Home%20Network&url=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F\" title=\"Twitter\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_twitter_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_twitter\" style=\"background-color:#55acee;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-4 -4 39 39\"><path d=\"M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Linkedin\" class=\"the_champ_button_linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F\" title=\"Linkedin\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_linkedin_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_linkedin\" style=\"background-color:#0077b5;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path d=\"M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Pinterest\" class=\"the_champ_button_pinterest\" href=\"http:\/\/www.seepyou.net\/blog\/2025\/09\/09\/why-wont-you-connect-my-journey-to-a-harmonious-home-network\/\" onclick=\"event.preventDefault();javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text\/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','\/\/assets.pinterest.com\/js\/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());\" title=\"Pinterest\" rel=\"noopener\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_pinterest_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_pinterest\" style=\"background-color:#cc2329;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-2 -2 35 35\"><path fill=\"#fff\" d=\"M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z\"\/><\/svg><\/span><\/a><a aria-label=\"Whatsapp\" class=\"the_champ_whatsapp\" href=\"https:\/\/api.whatsapp.com\/send?text=Why%20wont%20you%20connect%21%3F%20My%20Journey%20to%20a%20Harmonious%20Home%20Network http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F\" title=\"Whatsapp\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_whatsapp_count\">&nbsp;<\/span><span class=\"the_champ_svg\" style=\"background-color:#55eb4c;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-6 -5 40 40\"><path class=\"the_champ_svg_stroke the_champ_no_fill\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\" d=\"M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046\"><\/path><path d=\"M 7 19 l -1 6 l 6 -1\" class=\"the_champ_no_fill the_champ_svg_stroke\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"><\/path><path d=\"M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Reddit\" class=\"the_champ_button_reddit\" href=\"https:\/\/reddit.com\/submit?url=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F&title=Why%20wont%20you%20connect%21%3F%20My%20Journey%20to%20a%20Harmonious%20Home%20Network\" title=\"Reddit\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_reddit_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_reddit\" style=\"background-color:#ff5700;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-3.5 -3.5 39 39\"><path d=\"M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z\" fill=\"#fff\"\/><\/svg><\/span><\/a><a aria-label=\"Mix\" class=\"the_champ_button_mix\" href=\"https:\/\/mix.com\/mixit?url=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F\" title=\"Mix\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_mix_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_mix\" style=\"background-color:#ff8226;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-7 -8 45 45\"><g fill=\"#fff\"><path opacity=\".8\" d=\"M27.87 4.125c-5.224 0-9.467 4.159-9.467 9.291v2.89c0-1.306 1.074-2.362 2.399-2.362s2.399 1.056 2.399 2.362v1.204c0 1.306 1.074 2.362 2.399 2.362s2.399-1.056 2.399-2.362V4.134c-.036-.009-.082-.009-.129-.009\"\/><path d=\"M4 4.125v12.94c2.566 0 4.668-1.973 4.807-4.465v-2.214c0-.065 0-.12.009-.176.093-1.213 1.13-2.177 2.39-2.177 1.325 0 2.399 1.056 2.399 2.362v9.226c0 1.306 1.074 2.353 2.399 2.353s2.399-1.056 2.399-2.353v-6.206c0-5.132 4.233-9.291 9.467-9.291H4z\"\/><path opacity=\".8\" d=\"M4 17.074v8.438c0 1.306 1.074 2.362 2.399 2.362s2.399-1.056 2.399-2.362V12.61C8.659 15.102 6.566 17.074 4 17.074\"\/><\/g><\/svg><\/span><\/a><a aria-label=\"Digg\" class=\"the_champ_button_digg\" href=\"https:\/\/digg.com\/submit?url=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F&title=Why%20wont%20you%20connect%21%3F%20My%20Journey%20to%20a%20Harmonious%20Home%20Network\" title=\"Digg\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_digg_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_digg\" style=\"background-color:#006094;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-5 -5 49 49\"><path class=\"the_champ_svg_stroke the_champ_no_fill\" d=\"M 6 20 h 10 c 0 -14 -9 -14 -9 0 m 5 0 v 7 m -1 0 v -7 m 4 -7 h 4.5 v -5 h 8 v 8 h -8 v -3 m 8 0 h 4 v 5.5 h -3 v 12 h -4 v -8 m 0 8 h -6.5 v -12 h -2\" stroke-width=\"2\" stroke=\"#fff\" fill=\"none\"><\/path><ellipse cx=\"11.5\" cy=\"28.5\" rx=\"4\" ry=\"2\" fill=\"#fff\"><\/ellipse><\/svg><\/span><\/a><a aria-label=\"Tumblr\" class=\"the_champ_button_tumblr\" href=\"https:\/\/www.tumblr.com\/widgets\/share\/tool?posttype=link&canonicalUrl=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F&title=Why%20wont%20you%20connect%21%3F%20My%20Journey%20to%20a%20Harmonious%20Home%20Network&caption=\" title=\"Tumblr\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_tumblr_count\">&nbsp;<\/span><span class=\"the_champ_svg athe_champ_s__default the_champ_s_tumblr\" style=\"background-color:#29435d;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-2 -2 36 36\"><path fill=\"#fff\" d=\"M20.775 21.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z\"\/><\/svg><\/span><\/a><a aria-label=\"Vkontakte\" class=\"the_champ_button_vkontakte\" href=\"https:\/\/vkontakte.ru\/share.php?&url=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F\" title=\"Vkontakte\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_vkontakte_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_vkontakte\" style=\"background-color:#0077FF;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" fill=\"none\" height=\"100%\" width=\"100%\" viewBox=\"0.75 6 46 37\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M25.54 34.58c-10.94 0-17.18-7.5-17.44-19.98h5.48c.18 9.16 4.22 13.04 7.42 13.84V14.6h5.16v7.9c3.16-.34 6.48-3.94 7.6-7.9h5.16c-.86 4.88-4.46 8.48-7.02 9.96 2.56 1.2 6.66 4.34 8.22 10.02h-5.68c-1.22-3.8-4.26-6.74-8.28-7.14v7.14z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Flipboard\" class=\"the_champ_button_flipboard\" href=\"https:\/\/share.flipboard.com\/bookmarklet\/popout?v=2&url=http%3A%2F%2Fwww.seepyou.net%2Fblog%2F2025%2F09%2F09%2Fwhy-wont-you-connect-my-journey-to-a-harmonious-home-network%2F&title=Why%20wont%20you%20connect%21%3F%20My%20Journey%20to%20a%20Harmonious%20Home%20Network\" title=\"Flipboard\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:24px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"the_champ_square_count the_champ_Flipboard_count\">&nbsp;<\/span><span class=\"the_champ_svg the_champ_s__default the_champ_s_flipboard\" style=\"background-color:#c00;width:30px;height:30px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:24px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M19 19H7V7h12v12z\"\/><path fill=\"#fff\" d=\"M25 13H7V7h18v6z\"\/><path fill=\"#fff\" d=\"M13 25H7V7h6v18z\"\/><\/svg><\/span><\/a><a style=\"font-size:24px!important;box-shadow:none;display:inline-block!important;font-size: 16px;padding: 0 4px;vertical-align:middle;display:inline;\" class=\"theChampSharingRound\"><span class=\"the_champ_square_count\">&nbsp;<\/span><div style=\"width:30px;height:30px;border-radius:999px;margin-left:9px !important;\" title=\"Total Shares\" class=\"theChampSharing theChampTCBackground\"><\/div><\/a><\/div><\/div><div style='clear:both'><\/div>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[11,190,191],"tags":[],"class_list":["post-566","post","type-post","status-publish","format-standard","hentry","category-computers","category-homelab","category-troubleshooting"],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/posts\/566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/comments?post=566"}],"version-history":[{"count":1,"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/posts\/566\/revisions"}],"predecessor-version":[{"id":567,"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/posts\/566\/revisions\/567"}],"wp:attachment":[{"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/media?parent=566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/categories?post=566"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.seepyou.net\/blog\/wp-json\/wp\/v2\/tags?post=566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}