On Montag 2023-07-17 11:06, Andrei Borzenkov wrote:
On Mon, Jul 17, 2023 at 11:56 AM Paul Neuwirth via openSUSE Users <users@lists.opensuse.org> wrote:
what am I missing?
I would start with comparing routing tables
ip a
working host: 4: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether b8:ca:3a:bb:b1:77 brd ff:ff:ff:ff:ff:ff inet 172.18.2.2/16 brd 172.18.255.255 scope global bond0 valid_lft forever preferred_lft forever not working host: 2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:17:42:2d:6e:31 brd ff:ff:ff:ff:ff:ff altname enp4s0 inet 172.18.3.1/16 brd 172.18.255.255 scope global dynamic noprefixroute eth1 valid_lft 7334sec preferred_lft 7334sec
ip -4 r working host: default via 172.18.0.1 dev bond0 proto dhcp 172.18.0.0/16 dev bond0 proto kernel scope link src 172.18.2.2
not working host: default via 172.18.0.1 dev eth1 proto dhcp metric 100 172.18.0.0/16 dev eth1 proto kernel scope link src 172.18.3.1 metric 100
ip -6 r
IPv4 network only, so no output
on this host and any other host that does not have this problem.
nothing to see for me. (where does the "noprefixroute" come from?) thank you Paul