Skip to content
daniel@cosenza:~/blog

tag

#networking

14 posts

WSLDeep Dive August 7, 2026 2 min read

WSL2's Networking Modes: NAT and Mirrored, Explained

WSL2's original networking design put it behind its own virtual network, invisible to the rest of your LAN by default. Mirrored networking mode, added later, takes a fundamentally different approach — and each has real tradeoffs.

#deep-dive#wsl2#networking
Read more
WSLFix August 6, 2026 2 min read

Fixing WSL2 Networking and DNS Resolution Failures

Ping works, but domain names won't resolve inside WSL2 — or the reverse. Here's how to actually diagnose whether the problem is DNS configuration, VPN interference, or the networking mode itself.

#fix#wsl2#networking
Read more
LinuxHow-To July 10, 2026 2 min read

How to Configure Network Bonding on Linux

A complete walkthrough combining two or more network interfaces into a single bonded interface using NetworkManager — for redundancy, throughput, or both, depending on the mode you choose.

#howto#networking#bonding
Read more
Haiku OSFix May 14, 2026 3 min read

Fixing Networking and DHCP Issues on Haiku

No network connectivity, or an interface that won't get an IP address — here's how to work through Haiku's networking stack from hardware detection through DHCP.

#fix#networking#dhcp
Read more
LinuxFix March 16, 2026 2 min read

Fixing DNS Resolution Failures on Linux

Ping by IP works but hostnames don't resolve. Here's a systematic path through resolv.conf, systemd-resolved, and nsswitch.conf to find where resolution is actually breaking.

#fix#dns#networking
Read more
FreeBSDHow-To March 9, 2026 2 min read

How to Set Up a WireGuard VPN on FreeBSD

A complete walkthrough configuring a WireGuard tunnel on FreeBSD using the in-kernel wg driver, from key generation to a working peer-to-peer connection.

#howto#wireguard#vpn
Read more