What is theTelnet Command? - 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: What is theTelnet Command? (/showthread.php?tid=2640) |
What is theTelnet Command? - geoneo111 - 08-07-2013 I read somewhere but I can't find it. What is the telnet command to stop these messages from coming up? I understand they take up memory too. Thanks. CM> 0x000037d2 ['CmDocsisCtlThread' id=0x807bda80] BcmCmDocsisCtlThread::SyncRxM acMgtMsg: (CmDocsisCtlThread) WARNING - Unknown message type received (32)! Ig noring... CM> 0x000038ea ['CmDocsisCtlThread' id=0x807bda80] BcmCmDocsisCtlThread::SyncRxM acMgtMsg: (CmDocsisCtlThread) WARNING - Unknown message type received (33)! Ig noring... CM> 0x00003b56 ['CmDocsisCtlThread' id=0x807bda80] BcmCmDocsisCtlThread::SyncRxM acMgtMsg: (CmDocsisCtlThread) WARNING - Unknown message type received (32)! Ig noring... RE: What is theTelnet Command? - ABMJR - 08-07-2013 ----------------------------------- stop scanning frequency ---------------------------------- cd /d scan_stop or cd /cm scan_stop ----------------------------------- start scanning frequency ----------------------------------- cd /d goto_ds 327 (will be 327 Mhz, and if not hitch continues scanning) --------------------- show HFC IP --------------------- cd /d ip_show or: cd /ip lease_show ------------------------------------------------------------ Show information about registered modem ------------------------------------------------------------ cd /d modem_caps ----------------- clear logs ----------------- cd /e flush ------------------------------ disable snmp filters ------------------------------ cd /s filters off yes ---------------------------------- set snmp to NoAccess ---------------------------------- cd /s view_v1v2 NoAccess ---------------------------------- show snmp information ---------------------------------- cd /s n2m y ------------------------- Hide System OID ------------------------- cd /s delete sysDescr write ------------------------------- print certificate values ------------------------------- cd /n/b print private print public print root print cm_cert print ca_cert ------------------------------------ change certificate values ------------------------------------ cd /n/b change_key public change_key private change_key root change_key cm_cert change_key ca_cert write ---------------------------------------------------------- place root or ca_cert in dynamic memory ---------------------------------------------------------- cd /n/b key_location root false key_location ca_cert false write --------------------------------------- set frequency and channel --------------------------------------- cd /n/d ds_frecuency xxx <- your weightings in mhz us_channel x <- your number of channel write ------------------------------------------------------------- change the start up downstream frequency ------------------------------------------------------------- cd /n/d startup_dsfreq xxxxxx cd .. write --------------------------------- activating DOCSIS 1.1 --------------------------------- cd /n/d enable docsis11 true write ------------------- disable bpi ------------------- cd /n/d enable bpi false write ------------------- enable bpi+ ------------------- cd /n/d enable bpi true bpi_version 1 write ------------------- disable bpi+ ------------------- cd /n/d enable bpi true bpi_version 0 write ------------------------- change tftp info ------------------------- cd /n/d enable force_cfgfile true dhcp_settings My IP Address: [192.168.100.1] {hit enter} Subnet Mask: [255.255.255.0] {hit enter} Router IP Address: [192.168.100.254] {hit enter} Those are the only 3 that really need to be changed. Do you want to change the other settings? [no] (hit Y} TFTP Server IP Address: [10.10.10.254] type in the IP of your TFTP server here Config file name: [cm.bin] {type config file} Time Server IP Address: [10.10.10.254] SysLog Server IP Address: [10.10.10.254] ---------------------------- change the tuner ---------------------------- cd /n/h cm_tuner xx (xx its share) write --------------------------------------------- change the annex for your area --------------------------------------------- cd /n/h annex_ # (# = A -> EuroDOCSIS, B -> DOCSIS, C -> more) cm_annex @ (@ = 1 -> Annex A, 0 -> Annex B, 2 - Annex C, 3 hybrid) Write (It is necessary to change the cm_annex if you change the annex) --------------------------------- change Ethernet MAC --------------------------------- cd /n/h mac_address 2 aa:bb:cc:dd:ee:ff write --------------------------- change USB MAC --------------------------- cd /n/h usb_mac_address aa:bb:cc:dd:ee:ff write ------------------------------ change the HFC MAC ------------------------------ cd / write_memory 2155776876 0x11 write_memory 2155776877 0x22 write_memory 2155776878 0x33 write_memory 2155776879 0x44 write_memory 2155776880 0x55 write_memory 2155776881 0x66 cd /n write or Assuming our MAC address is AA:BB:CCD:EE:FF, enter: write_memory -s 4 0x807e8b98 0xAABBCCDD write_memory -s 2 0x807e8b9c 0xEEFF or cd n/h mac_address 1 aa:bb:cc:dd:ee:ff cd /n write ----------------------------------- show the current state ----------------------------------- cd /n/h show or: cd /n/d show ------------------------------ enable telnet access ------------------------------ cd /n/m enable_telnet true write ---------------------------------------------------------- change the username and pass for telnet ---------------------------------------------------------- cd /n/m user_name <your desired username here> password <your desired password here> write ----------------------------------------- diable external telnet access ----------------------------------------- cd /n/m telnet_ipstacks 2 write -------------------------------- stealth snmp settings -------------------------------- cd /n/s max_dload_tries 0 hide_ipstack_ifentries true docsDevSwAdminStatus 3 docsDevSwOperStatus 2 diag_disable_post_reg true write ------------------------------------------------------ old stealth mode (release hfc ip lease) ------------------------------------------------------ cd /ip ipconfig 1 release RE: What is theTelnet Command? - geoneo111 - 09-07-2013 Thanks ABMJR. Although the command I was looking for was: cd /n/m severities 0x3 write |