TheDocumentation Index
Fetch the complete documentation index at: https://e2b-add-faq-section.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
xt_owner kernel module is not currently available in E2B’s sandbox kernel. As a result, iptables rules that depend on it — most commonly NAT REDIRECT with --uid-owner or --gid-owner (used in transparent proxy setups) — will fail with:
set -e.
Workaround: use nftables
nftables is the modern replacement for iptables and does not depend on thext_owner module for owner-based matching. If you’re setting up a transparent proxy or any rule that matches on user/group ownership, use nftables instead.