Showing posts with label Bm622i. Show all posts
Showing posts with label Bm622i. Show all posts

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 14, 2013

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.

BM622i Change MAC via Telnet 2011 Firmware

This tutorial is how to change MAC Address on Huawei BM622i WiMAX CPE 4G wireless broadband modem firmware 2011 aka V100R001PHLC08B025. To do this is you must have a telnet client, if you are using Windows 7 you must enable it first on your Control Panel => Programs and features. On Windows XP telnet client is enable by default or you can use Putty if you do not have one it is also a telnet client.


If your prefer to used Windows telnet client  you can click Start => Run, then type cmd a command to open Windows command line interface (CLI) then just press enter will prompt you a window. Type telnet 192.168.254.1 be sure your in the same subnet IP address range. On the other hand, you can also use Putty utility a graphical interface (GUI) telnet client just input 192.168.254.1 on port 23 and it will open a window telnet.

Here's the few steps on how to do the stuff via telnet command line interface:

—————————————
——–Welcome to ATP Cli——
—————————————
Login: wimax
Password:wimax820
ATP>diag set macaddr XX:XX:XX:XX:XX:XX

set Lan mac address success
Lan mac address updated XX:XX:XX:XX:XX:XX
set Lan Mac address Sucess
Wan mac address updated XX:XX:XX:XX:XX:XX

ATP>diag reboot

Wait, Huawei BM622i will reboot.

Then after the Huawei BM622i WiMAX CPE 4G broadband modem reboots, open any browser type http://192.168.254.1 login with the Username and Password "user", used password generator to generate an admin password for the MAC you used and log in as admin on Huawei BM22i.


On the left side menu clicked or go to WiMAX => Security
You must change the NAI with your MAC Address "XXXXXXXXXXXX@globelines.com.ph"


Changing the Username and Password is a must with the admin password you have generated from your generator and then click apply to save the changes. If it works for me then absolutely it will also works for you.


Congratulation and enjoy!

Oct 1, 2012

Vbs script Bm622i MAC Changer auto restore

Ok this is a simple vbs script so you can change MAC fast and easily and no need to log in as admin in the web gui to restore default. agad connect ang modem mo.

1.Copy the script below on a Notepad
2.Change the MAC you want to use (live/working mac)
3.Save as BM622i CHANGEMAC.vbs

If you want to change mac all you need is to edit your mac add in BM622i CHANGEMAC.vbs


Copy paste this script and edit and save.
Set cloner = CreateObject("WScript.Shell")
cloner.run"cmd"
WScript.Sleep 500

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

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

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

cloner.SendKeys"diag set macaddr 10:C6:1F:CF:58:A7"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"diag restore default"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

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

cloner.SendKeys"exit"
cloner.SendKeys("{Enter}")
WScript.Sleep 45000
Simple and easy!


Connected agad log in as user only to check


NOTE: To prevent interruption while the script or cmd is running DO NOT click touch your keyboard or mouse because the command may lost is focus and not run properly.