Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • @A.B Added the required changes. Can you look into this?
    – Farhood ET
    Commented Jul 3, 2023 at 4:03
  • 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).
    – A.B
    Commented Jul 3, 2023 at 5:32
  • @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.
    – Farhood ET
    Commented Jul 3, 2023 at 6:05
  • 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
    – BMitch
    Commented Jul 3, 2023 at 13:57