Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Changing DM500 clone MAC adress

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seb131
    Experienced Member
    • Jun 2010
    • 366

    Changing DM500 clone MAC adress

    From a telnet windows, you can check the current MAC address using the following command line :

    Code:
    cat /proc/bus/dreambox
    If your MAC starts with 00:09:34 then it is a genuine box, if it starts with 00:12:25 then it's a fake and you should apply the following method.

    To change the MAC address, create text file called init using a Unix compatible editor (such UltraEdit) and add the following content. Replace the xx xx by any hexadecimal.

    Code:
    #!/bin/sh
    ifconfig eth0 down
    ifconfig eth0 hw ether 00:09:34:F4:[B][I]xx:xx[/I][/B]
    ifconfig eth0 up
    Save the file and place it in the dm500 under /var/etc directory and chmod it to 755.
    Reboot and re-check the MAC address.
    Do not delete the init file after you have changed the mac address because it's not a permanent change. If you delete it and reboot, you will come back to the previous one.

    Note: if you have already a /var/etc/init file not empty, you should add the 3 last lines in it.
    If you find this post usefull, please hit the thanks button !
    ______________________________
    dm800 clone, dm7000, BisTv & Csat
  • seb131
    Experienced Member
    • Jun 2010
    • 366

    #2
    Re: Changing DM500 clone MAC adress

    For permanent changing of Mac
    Use the attached Generator utility (for Sat version only). Select your tuner, and click generate.
    A bin file will be created.
    You have to flash your dreambox using the jtag method in order to have the change permanently.
    Attached Files
    If you find this post usefull, please hit the thanks button !
    ______________________________
    dm800 clone, dm7000, BisTv & Csat

    Comment

    • seb131
      Experienced Member
      • Jun 2010
      • 366

      #3
      Re: Changing DM500 clone MAC adress

      can an admin move the thread to the Dreambox Clones section (sorry for my mistakes..)
      If you find this post usefull, please hit the thanks button !
      ______________________________
      dm800 clone, dm7000, BisTv & Csat

      Comment

      Working...