250-255 commands plus protection details

chrisnasah

Inactive User
Joined
Jun 28, 2007
Messages
321
Reaction score
4
Hi Guys found this on another forum which would benefit users learning to flash with everything in one thread. All credit goes to Mark370.

To Stop Channel Scanning.

Code:
cd /cm_hal
scan_stop
-------------------------------

To Change Mac Addresses.

Code:
cd /non-vol/halif
mac_address 1 00:11:22:33:44:55
Usb_mac_address 00:11:22:33:44:56
write
-------------------------------

To Adjust Tuner To NTL/C&W.

Code:
cm_tuner 19
annex_a
cm_annex 3 (pure NTL areas ONLY should enter this)
write
-------------------------------

To Set Downstream Frequency.

Code:
cd ../docsis
ds_frequency 586750000 (change this your area’s DS frequency, this here is c&w)
-------------------------------

To Stop Downloading Updates.

Code:
cd \
cd non-vol\snmp
max_dload_tries 0
write
-------------------------------

Disable Reading Your Modem With Snmp Commands.

Code:
cd /
cd snmp
view_v1v2 Noaccess
cd /

you will have to accept the warning when working with snmp commands IE: (yes)
--------------------------------

Disable Remote Telnet.

Code:
cd non-vol
cd msg-log
telnet_ipstacks 2
write
--------------------------------

Block All Remote Updates.

Code:
cd \
cd non-vol
cd snmp
max_dload_tries 0
write
--------------------------------

250 Serial Numba.

Code:
cd \
cd non-vol
cd snmp_cm
docsDevSerialNumber 00E069C62A22 [ your mac addy in capitals]
write
-------------------------------

Pass & Username Change.

Code:
cd \
cd \non
cd msg
user_name youruser
password yourpassword
write
-------------------------------

USB Mac Change.

Code:
cd \non-vol/halif
usb_mac_address 00:D0:69:A6:2E:23 [same as Ethernet mac but last digit 1 higher or lower]
write
-------------------------------

Change Admin Login Password.

Code:
cd \non
cd msg
http_admin makepassword
write
-------------------------------
 
Back
Top