[Help] How to change value on Dreambox 500s

Hello

My ISP has changed the TTL(time to live) and I can't receive packets on dreambox.

How is possible to change TTL on dreambox with any script on boot and to save it.

proc/sys/net/ipv4/ip_default_ttl to set from 64 default to 129

any sugestion?

this thread suggests that scripts placed under /var/script/ get run at boot-time. This should do it:

#!/bin/sh
echo 129 > /proc/sys/net/ipv4/ip_default_ttl