auto ens192
allow-hotplug ens224
iface ens224 inet static
  address 172.30.6.112
  netmask 255.255.254.0
  
auto ens224
allow-hotplug ens256
iface ens256 inet static
  address 172.30.6.113
  netmask 255.255.254.0
#  gateway 172.30.7.254
  up route add 172.30.6.0/23 via 172.30.7.254
