diff options
-rw-r--r-- | css/site.css | 4 | ||||
-rw-r--r-- | img/net.png | bin | 0 -> 970812 bytes | |||
-rw-r--r-- | img/net_small.png | bin | 0 -> 73320 bytes | |||
-rw-r--r-- | shit/computing.html | 47 |
4 files changed, 48 insertions, 3 deletions
diff --git a/css/site.css b/css/site.css index 33c92b5..5c3c03f 100644 --- a/css/site.css +++ b/css/site.css @@ -222,9 +222,7 @@ div.body-contents ul { } div.body-contents img { - border: 2px solid #eee2e2; - background-color: #3c3836 !important; - padding: 1px; + border: 3px solid #eee2e2; } div.body-contents code { diff --git a/img/net.png b/img/net.png Binary files differnew file mode 100644 index 0000000..c431a06 --- /dev/null +++ b/img/net.png diff --git a/img/net_small.png b/img/net_small.png Binary files differnew file mode 100644 index 0000000..d5dd259 --- /dev/null +++ b/img/net_small.png diff --git a/shit/computing.html b/shit/computing.html index 085ec72..a33f8b3 100644 --- a/shit/computing.html +++ b/shit/computing.html @@ -222,6 +222,53 @@ </li> </ul> </p> + <h2>helios</h2> + <p> + <b>helios</b> is the nervous system and the central point + of my home network. It's a very modest + <b>Ubiquity Networks EdgeRouter-X</b> and boy does that + thing delivers. + </p> + <p> + This is essentially a simple router/firewall/NAT. It's + clearly not a FortiGate or an OPNsense-loaded appliance but + it's fairly capable for the price, while consuming less + electric power. With hardware offloading, I'm able to reach + Gigabit Ethernet no problem. Also, this is powered by a MIPS + processor, which is cool. + </p> + <p> + The plan was originally to get this temporarily, because + it's cheap, and then when I'm richer getting myself a + larger, more capable, 2.5GbE OPNsense-type firewall to fit + with my 2.5GbE fiber installation, and to communicate with + a future NAS equiped in 2.5GbE as well, also considering + changing all my switches to 2.5GbE ones (much pricier). + But in reality, I don't need such a deluxe setup, and I'll + probably never get a NAS, storing things in extrnal HDDs is + fine. + </p> + <p> + I use this to separate my devices into subnets and route + some of my traffic through WireGuard when I need peace of + mind. This thing is great, get yourself one. + </p> + <p> + Bellow you can find a map of my home network. + </p> + <div class="figure"> + <p><a href="../img/net.png" target="_blank"><img src="../img/net_small.png" alt="net_small.png"></a></p> + <p>My network</p> + </div> + <p> + The <b>bbox</b>, my ISP box, is essentially a bridge to + the internet at this point. I'll get a generic ONT and + try to replace it. This fucker keeps pinging all of the + devices it can find and sending data home. At least my + subnet devices are safe now because its now blocked by + <b>helios</b>. But removing <b>bbox</b> entirely would + be great. + </p> <h2>athena</h2> <h2>alcatraz</h2> <h2>Other notable hardware</h2> |