Most of these commands will also work on Linux , networking or terraform as specified below Command What is does? route add -net 10.98.208.40 netmask 255.255.255.255 gw 172.31.191.254 Add a static root – substitute for your IP information route del -net 10.98.208.40 netmask 255.255.255.255 gw 172.31.191.254 Remove static route ifconfig eth1 192.168.1.2 netmask 255.255.240.0 gw…