#!/bin/sh ip link set $INTERFACE up ip addr add {{ vpn_ip }}/32 dev $INTERFACE ip route add {{ net_addr }}/{{ net_cidr }} dev $INTERFACE