Mangle
Mangle
Chains
Examples by Action
Custom TTL
sudo iptables -t mangle -A POSTROUTING -j TTL --ttl-set 128iptables -t mangle -A PREROUTING -i eth0 -j TTL --ttl-inc 64iptables -t mangle -A POSTROUTING -o eth1 -d 192.168.2.0/24 -j TTL --ttl-set 32Marking packets for differentiated treatment
Modifying packet flags
Last updated