Remove page j
article thumbnail

Technology Short Take 153

Scott Lowe

This article contains some good information on IPv6 for those who are just starting to get more familiar with it, although toward the end it turns into a bit of an advertisement. Note that this page doesn’t seem to render properly in Firefox, although Chrome and Safari seem fine.). Networking. Operating Systems/Applications.

Linux 74
article thumbnail

Technology Short Take #87

Scott Lowe

Vincent Bernat has a really in-depth article on IPv4 route lookup on Linux (and one on IPv6 route lookup as well). J has launched a Patreon page to help drive funding to enable him to create new storage-related content. Here’s hoping you find something useful! Networking.

Storage 60
article thumbnail

Setting up Wireguard for AWS VPC Access

Scott Lowe

This page on the Wireguard site has full instructions for a variety of operating systems. PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE. PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE. PrivateKey =.

Linux 78