Cara Setting Change Ttl Di Openwrt Untuk Axis Warnet Unlimited

  • Ireka Pena
  • Mar 02, 2024

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  

Related Post :