when i cat the file
/etc/sysconfig/network-scripts/ifcfg-ens192 a line showing the gateway for ens192:
GATEWAY=10.2.2.2 but when i run netstat -r or route
Destination Gateway Genmask Flags MSS Window irtt Iface default gateway 0.0.0.0 UG 0 0 0 ens192 10.2.2.0 0.0.0.0 255.255.255.0 U 0 0 0 ens192 10.2.3.0 0.0.0.0 255.255.255.0 U 0 0 0 ens256 Gateway seems to be 0.0.0.0 what is the difference between the two gateway? i am so confused..
-nto thenetstat -rcommand?