Skip to main content
8 events
when toggle format what by license comment
Jul 3, 2023 at 13:57 comment added BMitch At last check, Docker doesn't support nftables. It's managing traffic with iptables, conntrack, bridges, ipvsadm, and routing: github.com/moby/moby/issues/26824
Jul 3, 2023 at 6:05 comment added Farhood ET @A.B I have created a specific network for this that docker uses (a bridge that binds to a certain ip in the docker [the gateway ip here]). I don't think my issue is that much complex other than I'm trying to mark packets inside my local network.
Jul 3, 2023 at 5:32 comment added A.B I'd need additional information (still while the tunnel is up) to be sure of the various settings. ip -br link; ip -4 -br addr; ip route; ip route show table 1836018789 and also sysctl -ar '\.rp_filter' | grep -v '0 *$' (which might have an empty output if there's nothing to care about).
Jul 3, 2023 at 4:03 comment added Farhood ET @A.B Added the required changes. Can you look into this?
Jul 3, 2023 at 4:03 history edited Farhood ET CC BY-SA 4.0
Added ip rule output
Jun 24, 2023 at 18:48 answer added MysteriousMadCoder timeline score: 0
S Jun 24, 2023 at 16:43 review First questions
Jun 24, 2023 at 16:49
S Jun 24, 2023 at 16:43 history asked Farhood ET CC BY-SA 4.0