Goods for OpenWRT Wifi Extender na naka Mac Cloning
My Github Link: You do not have permission to view the full content of this post. Log in or register now.
Working both ipv4 and ipv6 networks
Code
to sa ESC + :wq
• save niyo ito sa /etc/nftables.d/ttl64.nft ng openwrt
Check config
Restart Firewall
My Github Link: You do not have permission to view the full content of this post. Log in or register now.
Working both ipv4 and ipv6 networks
Code
Code:
chain mangle_prerouting_ttl64 {
type filter hook prerouting priority 300; policy accept;
counter ip ttl set 64
counter ip6 hoplimit set 64
}
• save niyo ito sa /etc/nftables.d/ttl64.nft ng openwrt
Code:
vi /etc/nftables.d/ttl64.nft
Check config
Code:
fw4 check
Code:
/etc/init.d/firewall restart
You do not have permission to view the full content of this post.