Haxorware Forums

Full Version: MAC address
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
/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
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
(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