Haxorware Forums
MAC address - Printable Version

+- Haxorware Forums (http://www.haxorware.com/forums)
+-- Forum: General (http://www.haxorware.com/forums/forumdisplay.php?fid=6)
+--- Forum: Modems (http://www.haxorware.com/forums/forumdisplay.php?fid=7)
+--- Thread: MAC address (/showthread.php?tid=8060)



MAC address - chudfetal - 05-06-2020

Hi,
I wonder if there's a way to change MAC address of a modem/router or if there's a modem/router with a flashed firmware that allows that? I'm with talktalk paying for fibre but only getting 18mbps download speed but this is not what my post is about
Thanks in advance


RE: MAC address - xuhue - 05-06-2020

/usr/local/bin/mfprod write cmMacAddress `/usr/local/bin/mfprod oldnvread cmMacAddress | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write hostIp `/usr/local/bin/mfprod oldnvread hostIp | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write lanMAC `/usr/local/bin/mfprod oldnvread lanMAC | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write lanIP `/usr/local/bin/mfprod oldnvread lanIP | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write lanIpMask `/usr/local/bin/mfprod oldnvread lanIpMask | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write ifName `/usr/local/bin/mfprod oldnvread ifName | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write pbUsbHostMac `/usr/local/bin/mfprod oldnvread pbUsbHostMac | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write pbUsbDeviceMac `/usr/local/bin/mfprod oldnvread pbUsbDeviceMac | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write pgaType `/usr/local/bin/mfprod oldnvread pgaType | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write tunerModel `/usr/local/bin/mfprod oldnvread tunerModel | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write frequencyPlan `/usr/local/bin/mfprod oldnvread frequencyPlan | awk '{print $3}'` >/dev/null 2>/dev/null
/usr/local/bin/mfprod write numberOfTuners `/usr/local/bin/mfprod oldnvread numberOfTuners | awk '{print $3}'` >/dev/null 2>/dev/null


RE: MAC address - chudfetal - 06-06-2020

Cheers. How do i use that script?
My problem is my MAC and IP address got banned from using an app for no reason and i'm looking for how to change those to get back into using the app again. Cheers


RE: MAC address - xuhue - 06-06-2020

(06-06-2020, 06:17 AM)chudfetal Wrote: Cheers. How do i use that script?
My problem is my MAC and IP address got banned from using an app for no reason and i'm looking for how to change those to get back into using the app again. Cheers

over SSH