Remove page j
article thumbnail

Technology Short Take 153

Scott Lowe

Arthur Chiao’s post on cracking kube-proxy is also an excellent resource—in fact, there’s so much information packed in there you may need to read it more than once. Operating Systems/Applications. Note that this page doesn’t seem to render properly in Firefox, although Chrome and Safari seem fine.).

Linux 74
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.

Linux 78
article thumbnail

Technology Short Take #47

Scott Lowe

Normally, I’d put this in the Networking section, but I’m highlighting it here because not only does it support Juniper’s JunOS but also supports other ONIE-compatible network operating systems as well (Cumulus Linux, anyone?). The blog post announcing the module is here ; the module’s GitHub page is here.

Linux 60