I need a script every time I need to reboot my dreambox.
The script should boot with this:
#!/bin/sh
echo 128 > /proc/sys/net/ipv4/ip_default_ttl
exit 0
where to place the script and how to set attributes.
I need a script every time I need to reboot my dreambox.
The script should boot with this:
#!/bin/sh
echo 128 > /proc/sys/net/ipv4/ip_default_ttl
exit 0
where to place the script and how to set attributes.
Hi,
Hope you know what you are doing ;)
I think that the default ttl value is set to 64 and no need to make it higher. It would make a packet live an extremely long time on the internet.
anyway, your script should have an attribute 775
maybe you can upload your script to /var/init . In any case have a look there.
Thx