#!/bin/sh ip -4 addr add "${ip4}/16" dev "$INTERFACE" ip -6 addr add "${ip6}/64" dev "$INTERFACE" ip link set "$INTERFACE" up