Matt Kulka
Matt Kulka
Let me know anything else I can provide for debugging... From within the container: ``` ~ # ip -f inet addr show eno2 3: eno2: mtu 9000 qdisc mq qlen...
Looks like it's only picking up the 192.168.143.0 subnet address. I'd guess that's because the default route is through that subnet. ``` [2025-02-20T17:52:04.883983609+00:00 DEBUG io_engine::subsys::nvmf::transport:transport.rs:57] Added TCP nvmf transport [2025-02-20T17:52:04.883999528+00:00...
Yeah, works with `-Tsubnet:192.168.143.0/24`, which isn't a problem for me, but does seem to be a bug picking up multiple IP on the same interface.
Oh, I have another host that has two interfaces and it has a similar problem. I guess what you're pointing to is that it's not iterating over all the addresses...