Remove page j
article thumbnail

Technology Short Take 153

Scott Lowe

Networking. 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. Want to understand kube-proxy , a key part of Kubernetes networking, a bit better? I hope you’re able to find something useful here!

Linux 74
article thumbnail

Technology Short Take #87

Scott Lowe

Networking. Vincent Bernat has a really in-depth article on IPv4 route lookup on Linux (and one on IPv6 route lookup as well). Ivan Pepelnjak has a great article that tries to get to the kernel of truth in the middle of the intent-based networking hype. The company is VirTool Networks (catchy, eh?),

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. If you want or need to use multiple Wireguard interfaces, you’ll need either separate network interfaces or use multiple ports. PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE.

Linux 78