Skip to content

Instantly share code, notes, and snippets.

View hch12907's full-sized avatar

Hoe Hao Cheng hch12907

  • Malaysia
View GitHub Profile
@thomasschaeferm
thomasschaeferm / clat-jool.lte.sh
Created October 29, 2019 21:05
jool clat for 464xlat script
#!/bin/bash
PREFIX="$1"
IFACE="$2"
ip netns add jool
ip link add name to_jool typ veth peer name to_world
ip link set up dev to_jool
ip link set dev to_world netns jool
ip netns exec jool ip link set up dev to_world