Skip to content

Instantly share code, notes, and snippets.

View brunoperezm's full-sized avatar

Bruno Pérez Motter brunoperezm

  • Córdoba, Argentina
View GitHub Profile
@brunoperezm
brunoperezm / setup.sh
Last active April 2, 2020 20:38 — forked from natitomattis/setup.sh
IPv6 Linux Namespaces
# Install utils
apt install bridge-utils radvd
# Create config files
tee -a /etc/radvd.conf <<EOF
interface vpeer-router {
AdvSendAdvert on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 10;
prefix 2001::/64 {