What's new

ttl+1

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

On the other firmware is done as follows:

modprobe -q iptable_mangle
modprobe -q xt_HL
iptables -t mangle -D PREROUTING -i eth2.2 -p udp -j TTL --ttl-inc 1
iptables -t mangle -A PREROUTING -i eth2.2 -p udp -j TTL --ttl-inc 1

How to do it in the firmware Merlin?
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top