Ad Code

Responsive Advertisement

Cara Setting Change TTL di OpenWRT untuk Axis Warnet Unlimited

Paste ke Terminal

FW 21 kebawah (Firewall3)

echo "net.ipv4.ip_default_ttl=65" > /etc/sysctl.conf
sysctl -p

FW 22 ketas (Firewall4)

echo "chain mangle_postrouting_ttl65 {
  type filter hook postrouting priority 300; policy accept;
  counter ip ttl set 65
}

chain mangle_prerouting_ttl65 {
  type filter hook prerouting priority 300; policy accept;
  counter ip ttl set 65
}" > /etc/nftables.d/10-custom-filter-chains.nft
service firewall restart








Close Menu