-
I'd like some advice on what I am doing wrong. I have a container attached to two podman networks (simply created with
Notice the icmp_seq numbers. Of course this happens only in the container. I notice that each network I have attached to it has its own default gateway:
Which might indicate that one packet is sent round-robin on each IP? tcpdump isn't really helping here, as I am seemingly unable to intercept all traffic to figure out what's going on. The question is: what am I doing wrong? Why am I losing every other packet? How am I supposed to attach two different networks to a container (I don't even need them to be default routes, they are used for intra-container communication) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Do you have |
Beta Was this translation helpful? Give feedback.
Do you have
sysctl net.ipv4.conf.default.rp_filter
set to 1? You have to set it to 2 then restart the container.