Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 2 of 2

Thread: Help: How to make a script for dreambox 500?

  1. #1
    Junior Member
    Join Date
    18-08-2009
    Location
    Dreamland
    Posts
    10
    Uploads
    0
    Likes
    0

    Help: How to make a script for dreambox 500?

    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.

  2. Advertise Here
  3. #2
    VIP Member arabeman14's Avatar
    Join Date
    16-06-2006
    Location
    in front of my PC
    Posts
    684
    Uploads
    33
    Likes
    1

    Re: Help: How to make a script for dreambox 500?

    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

Advertise Here

Similar Threads

  1. Replies: 48
    Last Post: 07-11-2009, 17:40:38
  2. Replies: 0
    Last Post: 22-04-2009, 23:20:31
  3. Replies: 10
    Last Post: 04-03-2009, 09:57:12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •