Hi all
I am helping fixing a set of old suse VMs and there is something seriously weird going with the networking.
My netstat -nr shows one set of routing commands and the yast/networking shows another set routes, routes that I know doesn't exist on our network.
Has anyone seen this before?
For example, in the attached screenshot, we can see yast shows I have no routes.
But here is the netstat -nr output:
hostname:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.224.0 * 255.255.255.0 U 0 0 0 eth10
192.168.226.0 * 255.255.255.0 U 0 0 0 eth11
192.168.110.0 * 255.255.254.0 U 0 0 0 eth12
link-local * 255.255.0.0 U 0 0 0 eth10
loopback * 255.0.0.0 U 0 0 0 lo
default 192.168.110.1 0.0.0.0 UG 0 0 0 eth12
Thanks