Skip to content

Instantly share code, notes, and snippets.

@nogoodbay
nogoodbay / ns-inet.sh
Created October 28, 2016 07:49 — forked from dpino/ns-inet.sh
Setup a network namespace with Internet access
#!/usr/bin/env bash
set -x
NS="ns1"
VETH="veth1"
VPEER="vpeer1"
VETH_ADDR="10.200.1.1"
VPEER_ADDR="10.200.1.2"