#!/bin/bash ip link set $INTERFACE up ip addr add #IP dev $INTERFACE ip route add #SUBNET dev $INTERFACE