How to change the Mac address of any Enigma2 device

  • ❀❀ How to change the Stb. Mac address ❀❀


    For those who want to try changing the Mac address of the E2 device...

    The Telnet codes Manually as followed :


    1 : To know the default Mac address for your device (6 numbers appear in the first line in the form 00:00:00:00:00:00) and it is Necessary to keep it


    Code
    ifconfig

    2 : Mac Address changes the device to the Mac of the portal that will be running, replacing xx with the numbers of the Mac


    Code
    ifconfig eth0 down
    ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
    ifconfig eth0 up
    ifconfig eth0 |grep HWaddr

    3 : Return the default Mac address to the device after replacing xx with the numbers of the Mac

    Code
    ifconfig eth0 down
    ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
    ifconfig eth0 up
    ifconfig eth0 |grep HWaddr

    ☆ Knowing that the operation of the portals and the Mac depends on the server and the protection on it, and the operation is done through the different plugins, by deluding the server with the Mac address to run the portals

    There is plugin can do that from ziko development from here


    Multistalker & AJPanel plugins do that auto with no need to use any alternatives



    Discussion of article How to change the Mac address of any Enigma2 device:

    Quote
    How to manually change the Mac address of any Enigma2 device with Telnet or alternative plugins like AJPanel or MultiStalker.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!