Showing posts sorted by date for query bm622i. Sort by relevance Show all posts
Showing posts sorted by date for query bm622i. Sort by relevance Show all posts

Apr 1, 2013

How-To Retrieve Huawei BM622 VoIP Password

First of all, login to the Huawei Echolife BM622 4G WiMAX wireless broadband modem router graphical user interface (gui) as usual open your favorite web browser e.g. IE, Safari, Firefox Seamonkey or any other similar browser will do, on the address bar type http://192.168.1.1 once login page appear your user account must be admin, used any password generator to provide your password.


On the left side menu click Basic to drop down the Sub-menu there you can see the VoIP setting as shown screenshot above, the SIP ID, VoIP username and password but it is mask. To be able for you to see the VoIP password in the plain text you can copy paste this link http://192.168.1.1/html/voip/sipbasic.asp on to your browser address bar to make your life easier this will result the source code in html on a new window.


This is a sample once you have clicked the link it will give you an output, now you can check the source code, to see the password in plain text, ctrl-f to search for SIP the (number) you will see now the (numeric-password).


This is how the Huawei Echolife BM622 4G WiMAX wireless broadband modem router once the VoIP username and password is valid it shows the status of the SIP services and the status. This tutorial of retrieving of VoIP password may also be applicable to other Huawei CPE that has VoIP features such as BM622i, BM622m, BM625 and others that has FXS port for plain old telephone system (POTS).

Mar 30, 2013

Huawei BM622i MAC Change Package Date 2011

Another tricks and tips on how-to DIY (do-it-yourself) Huawei BM622i package date 2011 access admin privilege gui (graphical user interface) setting and MAC address manual or automatic configuration.

First of course open any of your favorite web browser on the address bar type http://192.168.254.1, be sure your PC is in the same Subnet IP address otherwise if the DHCP of the Huawei BM622i  fail you will not see the login page and you should set it manually.


The Huawei Echolife model BM622i 4G WiMAX wireless modem router firmware package dated 2011 is more secured than the previous old 2010 firmware and it has some differences such as the Username and Password. On 2010 firmware the default Username and Password is "user" where as for 2011 is "0SlO051O".


Now, we are going to open the upgrade utility software from Telco wireless broadband internet service broadband so that the telnet port 23 of the Huawei BM622 will be open or enable during this time of processing only.

Next, on the PC we are going to open telnet utility just click Start>Run then type telnet 192.168.254.1 and press Enter. Once the telnet utility is open you may login with the following:

Username: Firefly
Password: $P4mb1h1r4N4m4nT0!!


Then, just follow this simple step copy and paste to avoid error

ATP>xiugai serialnum 500807778001023836 

This will be our Master Serial that we are going to be use to be able to gain the Admin privilege setting, a screenshot above for your reference.

Next is DIY on how-to manually change the MAC address.

ATP> xiugai macdizhi 00:25:68:9C:45:2A

Then,

ATP>diag reboot

Note: On this part we are going to use the command "diag restore default"

After the Huawei BM622i reboot type http://192.168.254.1 on the address bar web browser to login using the "admin" account with password "FG8S_9Sc16tnklTPjn1wfA" we have just generated from the previous MAC address 00:25:68:9C:45:2A from password generator.


As you can see from the screenshot above we are now able to login to the admin privilege setting and we may now able to configure it what we desire to the 4G WiMAX wireless broadband modem router.


No more config download and upload on the interface.

For educational purposes to fully test this tips and tricks procedures below may have to be followed:

1. You must have a valid or working MAC address just barrow from friends/neighbor/relatives.

2. You can use Wimaxtool by SyntaxError or any PassGen similar to this function.

3. Login using the Master Password

4. Upon successfully login Wimax>Security

5. On NAI here we will be placing our valid or working MAC address make sure the pattern is correct.

6. On User ID and the User Password we be placing the generated password of the working MAC address.

7. Click Apply.

8 .Change again the MAC address with the working MAC by using the software utility for upgrade to open the telnet of the Huawei BM622.

ATP> xiugai macdizhi XX:XX:XX:XX:XX:XX (replace all xx with the working or valid MAC)

ATP>diag reboot

Note: We are not going to use the command "diag restore default" so the it will not reset our setting on the security settings.

9. Don't forget to change the serial.

Script for Changing Mac and Serial. Copy to notepad and save as .vbs or change the file name from .txt to . vbs
Set cloner = CreateObject("WScript.Shell")
cloner.run"cmd"
WScript.Sleep 2000

cloner.SendKeys"telnet 192.168.254.1"
cloner.SendKeys("{Enter}")
WScript.Sleep 2000

cloner.SendKeys"Firefly"
cloner.SendKeys("{Enter}")
WScript.Sleep 2000

cloner.SendKeys"$P4mb1h1r4N4m4nT0!!"
cloner.SendKeys("{Enter}")
WScript.Sleep 2000

cloner.SendKeys"xiugai serialnum 500807778001023836"
cloner.SendKeys("{Enter}")
WScript.Sleep 2000

cloner.SendKeys"xiugai macdizhi 00:25:68:9C:45:2A"
cloner.SendKeys("{Enter}")
WScript.Sleep 7000

cloner.SendKeys"diag reboot"
cloner.SendKeys("{Enter}")
WScript.Sleep 5000

cloner.SendKeys("{Enter}")
WScript.Sleep 30000

cloner.SendKeys"exit"
cloner.SendKeys("{Enter}")
WScript.Sleep 45000

Mar 25, 2013

Huawei BM622 MAC Changer version 2011

First open any of your favorite web browser on the address bar type http://192.168.1.1  with the your Username and Password as "user". Once you are login to the web graphical user interface (gui) jot your mac address this will be used as your admin password after we generate by using the password generator.


Then, download the admin password generator by heartilly83 from here. After you finish downloading the password generator open it, copy and paste your mac address onto the password generator. The result will be you admin password as shown screenshot above.


Second, tick the telnet box to enable the Huawei BM622 version 2011 telnet port 23 via LAN.

Third, we are now going to open a telnet client, if your are using Windows7 32/64bit OS make sure you have to enable it first from the Control Panel>Program and Feature because by default it is disable. On Window XP just click Start menu, locate run then type "telnet 192.168.1.1".

Login instructions and command is as follows below:

User: Firefly
Password: $P4mb1h1r4N4m4nT0!!

type this command to change mac

xiugai allmacdizhi XX:XX:XX:XX:XX:XX ( xx is your mac press Enter)

Type: save (Press Enter)

Type: board reboot (Press Enter )

I recommend to copy paste the user and password ^^


For auto vbs script for Telnet so you don't have to type command.
  • just copy the scripts below on a new notepad EDIT the XX that is your working MAC.
  • then save anyname.vbs
  • open your created vbs on just 1 click you can change mac.
Set cloner = CreateObject("WScript.Shell")
cloner.run"cmd"
WScript.Sleep 500

cloner.SendKeys"telnet 192.168.1.1"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"Firefly"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"$P4mb1h1r4N4m4nT0!!"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"xiugai allmacdizhi XX:XX:XX:XX:XX:XX"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"save"
cloner.SendKeys("{Enter}")
WScript.Sleep 3000

cloner.SendKeys"board reboot"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys("{Enter}")
WScript.Sleep 30000

cloner.SendKeys"exit"
cloner.SendKeys("{Enter}")
WScript.Sleep 45000

NOTE: vbs script are editable and you can edit it for other use of telnet command.

Known Issue: On other cases, some are connecting only after "board reboot" login manually  as admin then change the security setting this is most likely just similar to BM622i you must be familiar with it.

This is the sample screenshot of "board reboot" end command.


Huawei BM622 MAC address change successfully screenshot.


Connecting only? This is normal as to be known issue like we have just mention above, the solution is on the next step below.


To fix the "connecting only" issue we have to open the Security tab on WiMAX menu, as you can see
screenshot below it didn't automatically change the NAI username unlike the MAC Changer written by -c3$@r- it will, so we have to manually edit it.


Issue: Board Reboot doesn't change the default security automatically i.e. NAI 002568,  you need to generate your own mac address to supply the NAI, User ID and User Password. (my sample 10c6)


Another thing on ACL, Telnet is also unchange still enable.


After changing NAI, User ID and User Password it should be connected right away if valid MAC address is supplied and generated.


"RESTOREDEF " Ending Command

VBS Automatic Scripts MAC address changer
Set cloner = CreateObject("WScript.Shell")
cloner.run"cmd"
WScript.Sleep 500

cloner.SendKeys"telnet 192.168.1.1"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"Firefly"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"$P4mb1h1r4N4m4nT0!!"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"xiugai allmacdizhi 10:C6:1F:CE:32:9F"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"save"
cloner.SendKeys("{Enter}")
WScript.Sleep 3000

cloner.SendKeys"restoredef"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys("{Enter}")
WScript.Sleep 30000

cloner.SendKeys"exit"
cloner.SendKeys("{Enter}")
WScript.Sleep 45000

Your Huawei BM622 4G WiMAX modem wireless router are now connected successfully.

Mar 22, 2013

Huawei BM622i MAC Changer version 2011

Huawei Echolife BM622i 2011 Version is the predecessor of BM622i 2010 Version. Unlike the previous version, the firmware of BM622i 2011 is more secured, the telnet port is close however can be open by triggering using the terminal upgrader and the telnet / WebUI user account and password is preset or fixed.

How to Change the MAC Address of Huawei Echolife BM622i 2011 Version WiMAX Modem?

The following step by step guide is the proper method in changing the MAC address of BM622i 2011 version.
  1. If you are using Windows Vista 7 or 8, you should turn on or enable first the Telnet Client in the Control Panel/Program and Features/Turn Windows Features on or Off.
  2. Then, download one of the following terminal upgrader (such software will be used to trigger the modem to open its telnet port).
  3. BM622i_V100R001PHLC08B029PST03 - BM622i WiMAX Firmware Terminal Upgrader Version 29
    BM622i_V100R001PHLC08B030PST03 - BM622i WiMAX Firmware Terminal Upgrader Version 30
  4. Connect the BM622i modem to the computer. Wait for a few minutes, until the modem is fully detected by the operating system.
  5. Unzip and execute the downloaded file. Wait for 30 seconds or more to allow the software to run in the background. Don't upgrade just leave the program being active in the desktop. If windows security alert will display, click "Allow access" button.


  6. In this instance, the telnet port of the BM622i modem is now open. Open Run dialog window. Type telnet 192.168.254.1 just like below then click OK button or press Enter.


  7. In the telnet command line interface, type or paste Firefly in the Login line and press Enter.
  8. In the password line, type or paste $P4mb1h1r4N4m4nT0!! . The password characters will not display in the line. Just continue typing or pasting it right. Then press Enter.
  9. In the ATP> line, type xiugai macdizhi and the new MAC address just like the image below, and press Enter. (note: the MAC Address Generators of this site had already added the prefix command on its options. You can easily copy the command plus the selected MAC address from the generators.)
  10. Then, type diag restore default to take effect the changes and press Enter. After of that, the modem will reboot. You should wait for 3 to 4 minutes until the telnet prompt displays "the connection to the host is lost". Then, you can now close the telnet prompt and the terminal upgrader window.


  11. Now go to the WebUI of the modem to view if the changes had take effect. Open a browser, type 192.168.254.1 in the address bar, then press Enter. In the WebUI type user in the Username and 0SlO051O in the Password boxes.
Following screenshots were taken before and after the changing of MAC address.


That's it. The process is fully tested by the author. However, use at your own risk and the author has no liability for any damage that may incur during your use of this tutorial.

Mar 7, 2013

Reconnect Huawei BM622m 4G WIMAX CPE


The Huawei Echolife BM622m 4G WiMAX CPE is one of next new generation gateway to work for 4G WiMAX network. It has some difference from HUAWEI BM622i and BM622, and supports up to 20Mbps downlink and 5Mbps uplink on WiMAX network.

Specifications:
  • IEEE 802. 16e-205 Wimax Air Interface
  • 2.5Ghz(Huawei BM622m)
  • Built-in Smart Antenna Array
  • 802.16e Security for Authentication and Ciphering
  • Supports MIMO 2R x 2Tx
  • Supports WEB UI Configuration Tool
  • Qos Management
  • Local and Remote Control and SW Upgrade Capabilites
  • Device Management Based on TR-069/OMA-DM(Optional)

This video above is only taken from YouTube and not merely persuade you to do this act, whether or not it is a scam posted by YouTube user it is not my responsible for the used and misused. It is only serve as for educational purpose only.

Feb 18, 2013

Huawei WiMAX Password Generator

Recently, Globe Telecom one of the major wireless ISP in the Philippines updated all their Huawei devices 4G WiMAX CPE remotely using TR069  that is connected to their network and this will enhance some features to the wireless modem especially firmware version V100R001PHLC08B025.

The delima with the new firmware 2011 updates is that the old tricks to locate the admin password for the subscriber to gain access to the advanced features on the CPE device such as Huawei BM622i will no longer co-exist.

This how-to is an alternative way to generate the admin password in order to login as admin account with the privilege unchanged of the 4G WiMAX CPE. Things you need are:

1. Download this file Huawei WiMAX BM622i password generator here
2. Extract the downloaded file using WINRAR, 7zip, or compatible .rar extractor
3. Open/Click this file 'ExcelAccess.exe' from the extracted folder.


You can check this previous post on how to get the MAC address on Globe Broadband 4G WiMAX Huawei Bm622i using default username and password.

4. Now you will have to get you MAC address under your Huawei BM622i modem (under the bar code you will see MAC: AA11BB22CC33) something like that.

5. Enter your MAC here


6. Click 'GENERATE' button to generate your admin password and will show something like this below


7. Now copy/paste that in your notepad (you can use ctrl-c & ctrl-v to copy paste), so you can remember easily.

8. On your web browser got to URL: http://192.168.254.1/globe and then enter username: admin and your generated password.


9. After a successful login, you will now be able to fully administer your BM622i 4G modem, and will be able to open other special tabs.


Hope this helps.... just leave a comment if you appreciate my post.

I got this from another forum site, and wanted to share my own experiment, and so I made my own procedures. Enjoy!

Feb 17, 2013

Globe Broadband Huawei BM622i admin Password


How to login on Globe Broadband 4G WiMAX CPE Huawei BM622i latest updated firmware 2011 or the so called V100R001PHLC08B025. First open up any of your favorite browser, on the address bar type http://192.168.254.1 which is the default web graphical interface (gui) IP address of the Huawei BM622i device.


Before you can login to admin account/privilege you must be login using user account,  Username is user and the Password is 0SlO051O. To clarify the password it is Zero(0) - Captial(s) - small(L) - Capital(o) - Zero(0) - Five(5) - One(1) - Capital(o). You can check this previous post on how to login on Globe Broadband 4G WiMAX Huawei Bm622i using default username and password.


Once you are able to login using user account with the default username and password, look for WAN MAC address an example is on screenshot above F4:C7:14:6B:F3:D1. Copy the twelve (12) digit hexadecimal WAN MAC address except/remove the semi-colon e.g. F4C7146BF3D1, now open your Huawei wififree.exe password generator paste the twelve (12) digit hexadecimal WAN MAC address e.g. F4C7146BF3D1 then click generate the result will be your admin password.

Here's the link on how to generate 4G WiMAX Huawei devices password using Huawei WiMAX password generator.

Feb 16, 2013

Huawei BM622i and BM622m Comparison


If you take a look the physical appearance of screenshot above it looks like no differences, from left is Huawei model BM622m while on the right side is model BM622i. From the rear both have same ports such as the RJ45 LAN, POTS for VoIP Telephone, SMA connector for external antenna, likewise the DC power supply and also the pin hole for the reset button are identical.


Looking at the front view there has no big change, from down indicator is POTS LEDs for VoIP followed by LAN, Power and the WiMAX five lit signal strength status.


The internal side of Huawei model BM622m has really big difference with regards to board and the layout, flash memory is also different to the BM622i CPE. As you can see from above, below is the BM622i internal boards and layout.


It only proves that Huawei BM622m and BM622i are far not identical to each other with regards to their hardware such as CPU, Flash Memory including the WAN chips, maybe because old version of  Huawei BM622 has very poor in terms of security issue.



Huawei Echolife BM622m Overview


Product Description

The HUAWEI BM622m EchoLife 4G WiMAX CPE  is one of next new generation gateway to work for 4G WiMAX network. It has some difference from HUAWEI BM622i and BM622, and supports up to 20Mbps downlink and 5Mbps uplink on WiMAX network.

Specifications:
  • IEEE 802. 16e-205 Wimax Air Interface
  • 2.496–2.69 GHz / 2.5Ghz (Huawei BM622m)
  • Built-in Smart Antenna Array
  • 802.16e Security for Authentication and Ciphering
  • Supports MIMO 2R x 2Tx
  • Supports WEB UI Configuration Tool
  • Qos Management
  • Local and Remote Control and SW Upgrade Capabilites
  • Device Management Based on TR-069/OMA-DM (Optional)
HUAWEI BM622m Quick Start (V100R001_01) 2012-09-04|708KB

Feb 14, 2013

Huawei BM623m Mobily 4G CPE


Huawei BM623m is a 4G WiMAX broadband wireless CPE modem manufactured by Huawei Technologies for Etihad Etisalat the leading mobile provider in the Kingdon of Saudi Arabia also known as Mobily. The BM623m is identical to Huawei BM622i and BM622m except this CPE device is built-in with wireless Access Point (AP), it has Wi-Fi so that user can share the internet connection wirelessly. To manipulate the web graphical user interface (gui) just type http://192.168.1.1 with your favorite browser and the username and password is user.



To take the advanced manipulation features setting you have to login as admin account its identical to Huawei BM622i and BM622m, if you can not login with username and password as "admin" used Huawei WiMAX password generator check my previous post on how-to.

Huawei BM622i Change MAC via Upgrade Telnet


Here's another trick to change the MAC Address of your Huawei BM622i 4G WiMAX CPE wireless broadband modem using BM622i V100R001PHLC08B029PST03.exe dis-upgrading the firmware 2011 via telnet command line interface (cli).


First you have to download here the Globe WiMAX 4G wireless broadband CPE modem upgrade utility filename for Huawei BM622i V100R001PHLC08B029PST03.EXE and run it, as you can see the screenshot above.

Just leave it open as it on the screenshot above, open up telnet client if you have Putty utility much better input 192.168.254.1 at port 23 and click open.. But if you don't have on your Windows 7 you must enable it on Control Panel  then Program and Features where telnet is located. Windows XP telnet client is enable by default just Click Start => Run then type telnet 192.168.254.1 command hit enter it will prompt you a window lead to command line interface.

You may now login using the simple steps below:

LOGIN: Firefly

PASSWORD: $P4mb1h1r4N4m4nT0!!

Then press enter

ATP>xiugai macdizhi XX:XX:XX:XX:XX:XX
ATP>diag restore default

Wait, now the Huawei BM622i WiMAX 4G Wireless broadband CPE modem will reboot. Open any your favorite browser on address bar type http://192.168.254.1 with the username and password user, use Huawei WiMAX password generator to generate the admin password to be able to login as admin privilege account.


Congratulation, you may now able to change your Huawei BM622i WiMAX 4G CPE wireless broadband modem.