Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MAC address
#1
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
Reply
#2
/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
Reply
#3
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
Reply
#4
(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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)