tinc-up 105 B

12345
  1. #!/bin/bash
  2. ip link set $INTERFACE up
  3. ip addr add #IP dev $INTERFACE
  4. ip route add #SUBNET dev $INTERFACE