12528 Members
237 Forums
7811 Topics
24004 Posts
Max Online: 9115 @ 08/24/24 07:30 PM
|
|
|
13 registered (Admin, Toysoft, Smokey, haki, bobot, karimkaki15, goode men, Franco89, OMEGA, raffsif1234, didond, gerolamo, bori),
1465
Guests and
145
Spiders online. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
#7966 - 04/20/16 02:42 PM
Change MAC address
|
Japhar Member
Carpal Tunnel
Registered: 10/19/10
Posts: 9993
|
How to change the MAC address in your DM/VU+ ? ifconfig eth0 down
ifconfig eth0 hw ether 00:80:48:BA:d1:30
ifconfig eth0 up
ifconfig eth0 |grep HWaddr Or in a file in your DM/VU : Edit file /etc/network/interfaces auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp pre-up ifconfig eth0 hw ether 00:09:34:28:5E:00
_________________________
|
Top
|
|
|
|
|
#24527 - 06/29/22 12:03 PM
Re: Change MAC address
[Re: Admin]
|
stranger
Registered: 02/16/22
Posts: 5
|
Hello I execute these commands on Telnet and change the MAC address as my desired But after rebooting the MAC address returns to the original default ??!!
|
Top
|
|
|
|
|
#24529 - 06/29/22 11:02 PM
Re: Change MAC address
[Re: Admin]
|
stranger
Registered: 02/16/22
Posts: 5
|
You need to modify the configuration file, not only set the new MAC details by command line,
You could add these commands on a script at boot as well,
Admin Hello Thanks How to edit a configuration file And create a script to boot?
|
Top
|
|
|
|
|
#24530 - 06/30/22 02:34 AM
Re: Change MAC address
[Re: Admin]
|
Japhar Member
Carpal Tunnel
Registered: 10/19/10
Posts: 9993
|
Here you have more details about scripts, https://www.shellscript.sh/Admin
_________________________
|
Top
|
|
|
|
|
#24531 - 06/30/22 09:09 AM
Re: Change MAC address
[Re: Admin]
|
stranger
Registered: 02/16/22
Posts: 5
|
Hello I can not create scripts 😓😓 if have you the created file that works Please give me
|
Top
|
|
|
|
|
#24532 - 06/30/22 10:27 AM
Re: Change MAC address
[Re: Admin]
|
Japhar Member
Carpal Tunnel
Registered: 10/19/10
Posts: 9993
|
Read this : Edit file /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp pre-up ifconfig eth0 hw ether 00:09:34:28:5E:00
_________________________
|
Top
|
|
|
|
|
#24546 - 07/14/22 02:57 AM
Re: Change MAC address
[Re: Admin]
|
stranger
Registered: 02/16/22
Posts: 5
|
Read this : Edit file /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp pre-up ifconfig eth0 hw ether 00:09:34:28:5E:00 Hello This method does not work with Ultimo 4k receiver and is an obsolete method
|
Top
|
|
|
|
|
#24547 - 07/14/22 11:26 AM
Re: Change MAC address
[Re: robinio 75]
|
Japhar Member
Carpal Tunnel
Registered: 10/19/10
Posts: 9993
|
We don't have such box, but these commands are standard Linux, so it should work, if you have a new method you are welcomed to publish it to help others. Admin Read this : Edit file /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp pre-up ifconfig eth0 hw ether 00:09:34:28:5E:00 Hello This method does not work with Ultimo 4k receiver and is an obsolete method
_________________________
|
Top
|
|
|
|
|
|
|