Add ip address on interface and static route
sudo apt-get install iproute -y ip addr add 10.9.3.175/24 dev ens224 ip link set ens224 up
Add static route
ip route add 192.168.3.0/24 via 10.9.3.200 dev ens224
Remove static route
ip r d 192.168.3.0/24
Add ip address on interface and static route
sudo apt-get install iproute -y ip addr add 10.9.3.175/24 dev ens224 ip link set ens224 up
Add static route
ip route add 192.168.3.0/24 via 10.9.3.200 dev ens224
Remove static route
ip r d 192.168.3.0/24