#/bin/bash source CONFIG.sh IP="20.60.0.2" sudo ifconfig enp0s8 $IP netmask 255.255.255.0 sudo route add default gw 20.60.0.1 # exploits