Tiny Core Extensions > TCE 2.x
macchanger
mic:
Th. you pal .
But problem in macchanger ! After reboot the computer, MAC values are reset to Permanent MAC !
Rich:
Hi mic
You will have to place your macchanger command in a script that runs at startup.
mic:
Hi Rich.
That is, it is normal for macchanger?
Can I ask you for some link to the script creation guide ... and where to put it ?!
Rich:
Hi mic
To the best of my knowledge, all network devices have their MAC address hardcoded in firmware and will revert to
that address when rebooted.
For Tinycore, create a file in /home/tc/.X.d/ containing the following:
--- Code: ---sudo ifconfig eth0 down
sudo macchanger -m xx:xx:xx:xx:xx:xx eth0
sudo ifconfig eth0 up
--- End code ---
For Lubuntu, I don't know. It's a little dated, but maybe this will help:
https://askubuntu.com/questions/166777/how-can-you-make-a-sh-file-come-on-at-startup-in-lubuntu-12-04
mic:
Thanks a lot, Rich! I roughly understood what it was about!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version