How do I set the below values in linux?
I'm able to set destination and gateway, but I can't find anything in the docs RE passing a flag for genmask, flags, metric, ref, use or Iface.
Can anyone provide the value to pass? I've been able to construct the below
sudo route add -net 0.0.0.0 gw 192.168.96.0 tun0
But I need the full command to add the below;
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.96.0 0.0.0.0 UG 0 0 0 eth0
Thanks