#!/bin/bash # MikroTik default network IF_NAME=eth2 ip a add 192.168.88.100 dev $IF_NAME ip l s $IF_NAME up ip route add 192.168.88.0/24 dev $IF_NAME