nixCraft Poll

Topics

Hacking Beetel 220x ADSL router (Broadcom BCM6338)

Posted by Vivek Gite [Last updated: September 1, 2007]

This router is based upon Broadcom BCM6338 chipset. This router is used by Airtel, BSNL and other ISPs in India.

Hack # 1 : How to Login into Router

Login over telnet. This is a common feature of all router these days and this the only way to hack into box:
Default IP: 192.168.1.1
Default Username: admin
Default Password: password

I have changed IP of router to 192.168.1.254 so here is my first session:

$ telnet 192.168.1.254

Trying 192.168.1.254...
Connected to 192.168.1.254.
Escape character is '^]'.
BCM96338 ADSL Router
Login: admin
password: ********
Once you are logged in you will see menu:

Main Menu

1. ADSL Link State
2. LAN
3. WAN
4. DNS Server
5. Route Setup
6. NAT
7. Firewall
8. Quality Of Service
9. Management
10. Passwords
11. Reset to Default
12. Save and Reboot
13. Exit
->

Hack # 2: Get out of this stupid shell menu script/program
Yup, it is stupid stuff and don't waste your time hitting CTRL+C, CTRL+D keys, to get out of this script/program (break shell script), just type sh and hit enter key at arrow prompt ->

 -> sh

And you will be taken to shell
BusyBox v1.00 (2005.09.20-19:57+0000) Built-in shell (msh)
Enter 'help' for a list of built-in commands.
#

Hack # 3: But where is my ls command...
Type ls or dir command,

# ls

ls: not found

# dir

dir: not found

They have removed the ls and dir command. But don't worry you can use old echo command trick:

# echo *

bin dev etc lib linuxrc mnt proc sbin usr var webs

echo * is old trick which displays list of all files in current directory without using ls or dir command.

Hack #4: Looking for advanced web based configuration, use main.html
Yet another stupid thing, they have removed main.html from web based configuration. Basically main.html is use to configure advanced options of router like port forwarding, DNS setting, firewall etc.

Just type http://192.168.1.254/main.html (replace 192.168.1.254 with your actual router IP address) to get all advanced options.

Hack # 5: Get more information about router hardware and Linux
Since this is tiny device most of the userland command such as free, uname etc are removed. However /proc file system provides all information:

Display CPU Information

# cat /proc/cpuinfo

Display RAM Information

# cat /proc/meminfo

Display Linux versions

# cat /proc/version

Linux version 2.6.8.1 (root@localhost.localdomain) (gcc version 3.4.2) #1 Tue Sep 20 15:52:07 EDT 2005

Display list of running Processes:

# ps 

Display list of all kernel module (drivers):

# cat /proc/modules

Hack # 6: Get more information about your network configuration
Display list of network interfaces

# ifconfig

Get default routing information i.e. find out your ISP's router:

# route

Display Iptables rules

# iptables -L -n

Hack 6 : Secure your router
(A) Fire web browser such as firefox and login to web based interface. Type url http://192.168.1.1/ main.html (or 192.168.1.254/main.html)

(B) Enable Firewall
Click on Security > Ip filtering > Outgoing or Incoming > Click add

(C) Change default admin password
Click on Tools > Select Administrator and type the password. > Click apply

(D) Save changes and reboot router
Click on Management > Access Control > Password > Select Admin > Setup new password

Save changes and reboot router.

Quick reboot router with reboot command:

# reboot

See also:

Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates. You can Email this page to a friend.

You may also be interested in other helpful articles:

Discussion on This Article:

  1. makuchaku Says:

    Wow!

    I have registered for an Airtel connection & this post looks amazing to me.
    :-) makuchaku
    http://makuchaku.info

  2. LinuxTitli Says:

    makuchaks :)
    Airtel rocks go for it :)

  3. Anonymous Says:

    Pleaselet me know how to find the latet firmare for 220 bx airtel (bbetel) modem .There r builin ‘user’ and ’support’ which are preconfigured and I dont know the password and the support in airtel is helpless
    Pls help
    George.abap@gmail.com

  4. LinuxTitli Says:

    1)

    Firmare for 220 bx :
    You can download it here

    2) Default Username: admin
    Default Password: password

    Use only above don’t use other username such as a user and support.

  5. Anonymous Says:

    does it increase the net speed?
    is there any way we can increase the net speed by coufiguring the router?

  6. nixcraft Says:

    Noop,

    However, you can increase user experience by configuring local proxy server (such as Squid) and local dns server.

    Airtel’s DNS servers are overloaded sometime it take upto 2-3 seconds before you get result.

    Hope this helps

  7. Anonymous Says:

    I have UTstarcom 300R2U modem which uses the same Broadcom chipset. All the telnet menus are exactly the same. Can u tell me how to log on to the modem remotely ie from the internet. I cant do it even after entering the correct admin password.

  8. nixcraft Says:

    You need to enable WAN access to telnet service. Here are the steps:

    Login to router from local network:
    telnet router-ip

    a) You will get Main menu
    b) Type 9 to select Management
    c) Type 4 to Select Access Control
    d) Type 1 to Select Services
    e) Again Type 1 to configure
    f) Type 6 to select telnet
    g) Type 1 to Enable
    It should like as follows:

    LAN [1-enable,2-disable] (2) : 1
    WAN [1-enable,2-disable] (2) : 1

    Exit and come back to main menu select 12 to save and reboot router. Now you can connect router from internet using Public IP assigned by your ISP.

  9. Anonymous Says:

    Thanks for ur reply but i have tried accessing the Html interface of the modem by enabling http service from WAN. When i type in my external modem ip from net i get a prompt asking for username and password of “dsl Router” but even after entering the correct admin password (which works from LAN) i cant access the GUI.

    I tried telnetting into it also by enabling telnet access from WAN services but that also doesnt work. I get an error “Could not open connection to the host, on port 23: Connect failed”

    I have searched a lot but even in main menu ie 192.168.1.1/main.html , i cant find any option to enable disable or change webserver port for remote access.

    There are three accounts in this broadcom router ie admin, support and user, maybe the support account needs to be used to gain access from external network

    I would also like to add that my ISP doesnt block any ports, so the problem is with the router only.

  10. :::::H@CkING_GoD::::: Says:

    NO NEED TO TELNET GUYZ!!!
    u can easily do this thruogh IE(Internet Explorer)…just open the IP thru browser on port 80 which is the default port(http)…to make it clear..i’ll giv u guyz an example..
    the situation is that u wanna get into my router so what u will hav to do is just get my ip and then open it thru browser like http://59.176.27.70...(My ip is 59.176.27.70
    in this case)…..to make it EVEN MORE CLEAR…to hack sum1z router goto http://xxx.xxx.xxx.xxx (replace xxx with the victim’s ip)….and then type in the default username and password….most common user name and password is ‘admin’ eg.
    username:admin
    password:admin
    …THATS IT!!!

    DO U GUYZ KNOW U CAN EVEN GET THE USER NAME AND PASSWORD OF THE PPPoE/PPPoA connection…after getting into his router and find the password…most of the routers hide this password behind ‘*’..now to see whats behind it there are many tools called ‘unmask password’….There u go…

    And yes guyz u can increase ur net speed(u cant increase from router but u can increase it by 20% by configuring ur PC!!)..Its not that difficult..i will post it later if i see the need…

    Cheers

    H@cKInG_GoD
    :::::the_chatting_god@msn.com:::::

  11. Anonymous Says:

    How to configure the router such that it makes a direct internet connection without dialing up?

  12. nixcraft Says:

    You can’t most ISP need to dial in so that they can do authentication and other accounting on your account.

  13. Anonymous Says:

    i have an airtel connection. zyxel usb modem with 10mbps speed. but my internet speed is 128kbps. how to increase my internet speed to 10mbps.
    you can contact me at buzz_cooldude@yahoo.com

  14. nixcraft Says:

    @buzz_cooldude,
    Short answer:, Noop,
    Long answer: Speed for ADSL/DSL is controlled by your ISP (in your case Airtel). To get higher speed you need to contact them.

  15. :::::H@CkING_GoD::::: Says:

    AAAHHHHH..
    CUM ON…
    10 mbps is ur maximum speed thru USB router…lol..

  16. Anonymous Says:

    Can I make it redirect all WAN:http (port 80) requests to 192.168.1.2:80 (that’s my homepage on Linux/apache2)?

    If yes, how?

  17. nixcraft Says:

    No you cannot. As port 80 used by Beetel router. Howver you can setup your Apache to listen on port 81 and redirect all traffic comming to WAN:http (port 81) requests to 192.168.1.2:81. With beetel you need to use port other than 80.

    If you are using Dlink router, it allows to change default router http management port 80 to 81 and then you can redirect WAN:80 to PC:80. But this is not avilable with Beetel.

  18. Anonymous Says:

    hey -
    How to redirect all traffic comming to WAN:http (port 81) requests to 192.168.1.2:81. in the beetel modem

  19. nixcraft Says:

    1) Goto http://192.168.1.1/main.html

    2) Click on Advanced Setup

    3) Click on NAT

    4) Click on Virtual Server

    5) Click on Add

    6) Set External Port Start and External Port End to 81

    7) Set Internal Port Start and Internal Port End to 80
    8) Set Server IP Address to 192.168.1.2

    9) Save changes and save and reboot router

  20. Anonymous Says:

    Hey-
    I am trying to setup a webserver on my comp, with the BEETEL 220x,I am currently using the WAMP using the below steps. But whenever I am trying to acces it from outside, it is taking to the DSL Router home page. Please help

    . Click Start –> Run –> type “cmd” (without quotes) –> Hit Enter/Return.

    In the Command Prompt that opens up, type “ipconfig” (without quotes).

    Note down your internal/LAN IP address.

    2. Goto the Beetel Router config page, http://192.168.1.1/main.html

    3. Click Advanced Setup –> NAT –> Virtual Servers –> Click “Add”

    4. Under Server Name check “Select a Service” and from the Drop Down Menu select “Web Server (HTTP)”.

    In “Server IP Address” box enter the IP address you noted in Step 1.

    Click on Save/Apply. You will get a message “Since port 80 is used, the DSL router WEB server port will be moved to 8080″, click “OK”.

    This basically forwards all your HTTP traffic on port 80 of your WAN IP, received by your router, to your Internal/LAN IP and moves the Admin Page of the Router to port 8080.

    5. Verify your setup by going to Anonymouse and entering this URL http://125.22.35.159(WAN IP) If it opens your WAMP Index Page, Congratulations you’re done with configuring your Router.

    But it is still not working..

  21. Anonymous Says:

    i also tried to telnet from outside to external IP of ADSL but in vain. although i was getting login prompt. i tried admin & password but not able to go thru. if i try same un & pwd from LAN it worked. strange things need help to diagnose

  22. nixcraft Says:

    Did you enabled WAN access to telnet? Is your port 81 open i.e. Apache or IIS is running ?

  23. gattu Says:

    what is AnnexM

  24. SID Says:

    hi,
    just came across ur blog when I was searching for a fix to my problEM. Maybe you or one of your readers can help.

    I have connected the Airtel modem to two computers-one using USB and one using ethernet. But the USB connection keeps conking off in certain durations of time(nothing fixed). And by this I dont mean it gets disconnected, it just stops recieving any bits. I have to then disable and re-enable the connection and it works fine again.

    Any idea what the problem is?

  25. Anonymous Says:

    Try to upgrade modem/router driver or firmware. Otherwise replace device call Airtel and tell your problem.

  26. Anonymous Says:

    get Sify Boradband Hacking Inside story only @ DigitalMafia’s Web portal

    logon to day!
    http://www.digitalmafia.in

  27. Anonymous Says:

    I have connected two machines to the modem using USB and Ethernet.

    But I cann’t ping other machine from one machine.

    But I can browse internet from these machines.

  28. dhruv Says:

    using airtel dsl connection can acees another pc if they r using 220bx modem in routing mode…plz mail me….or how can i hack another yahoo id wants to know something about it

  29. ram Says:

    I am using Airtel DSL connection with a Beetel 220BX adsl2+ modem. I have a Netgear WGT624 v3 Wireless router that I want to connect to this modem to wireless enable my home. I tried setting it up but could not get it to work. I believe there could be some issue as both the Beetel and Netgear are routers. Can I setup my Beetel as a bridge?

  30. anand Says:

    nice info vivek. thanks for the article

  31. Skullz Says:

    hello bro can i connect the website by telnet and get admin nadems and password please sir i need.

  32. Joost Says:

    Hi, I have the same problem of SID:
    I have connected the beetel 220BX modem to two computers, one using USB and one using ethernet.
    I configured the tcp/ip settings on the pc’s (ip and dns settings).
    But the USB connection keeps conking off in certain durations of time(nothing fixed). And by this I dont mean it gets disconnected, it just stops recieving any bits. I have to then disable and re-enable the connection and it works fine again.

    Does anybody have any clue?

    my firmware version was: 3.04L.01.A2pB021c.d16m
    and I “updated” this to: 3.00L.03.A2pB017l.d15h

    I also enabled DHCP server and set the pc’s to obtain ip and dns automatically

  33. riman Says:

    dear sir,

    i m using internet cable connection 80kbps.but i want increase speed uo to 128 kbps with out pay any cost.so it’s possible.but i dont no witch software install in my computer and increse my inter net speed

    rerply soon as well as possible
    riman_21@yahoo.com
    riman_vekariya@hotnail.com

  34. Faizal Says:

    My query is regarding the IP Address.
    While downloading from sites like rapidshare.com it asks us to wait for 120mins or at times more than 180mins. Reason is stated as download from the same IP. I have an airtel broadband connection. Can I do something to change the IP address….

  35. nixcraft Says:

    Faizal,

    You can reboot router or force dhcp to assign a new IP or write a script for same

  36. lame_ass Says:

    > i m using internet cable connection 80kbps.
    > but i want increase speed uo to 128 kbps
    > with out pay any cost
    Everyone wanna free cheese but don’t forget, if you see free cheese, this is definitely mousetrap.As for speed, usually, ADSL provider either limits ADSL physical speed from it’s side or uses traffic shaping on its side.This done from operator’s side and there is nothing you can do about it from your side.Your modem does not performs rate limiting at all.Of course in theory you can manage to get access to DSLAM or billing system and tweak your DSLAM port or traffic shaping setup, but you’re strongly advised not even to try to do so since operator surely knows who is phone’s line owner and will kick your ass quickly if you’ll manage to cause any malfunction to operator’s side hardware (this will cause dozen of unhappy customers and operator will really take some steps to kick your ass).

  37. Faizal Says:

    Thanks Mr.Nixcraft.

    Could you please explain in detail how to execute the first two options of rebooting the router and forcing dhcp.
    For the third option,that of writing script, I would pray the God in heaven to forgive you for giving me such a suggestion.
    I would consider it a help to mankind if you can write the script and explain me in detail how to execute same.

    Faizal…

  38. nixcraft Says:

    To reboot router use webinterface or just send power reset or use this linux shell script

  39. cracker Says:

    i have a starcom UT-304R2 modem… how to crack it.. means to get free internet usage while my airtel broadbad connection is not billed…. please help…..

  40. prateek gupta Says:

    hi,
    i want to increase my dsl speed.
    i’m using airtel 699 plan and got 126 kpps spped …..plz help me

  41. rg Says:

    Put the beetel at the ISP termination , ie, the RJ11. Connect the netgear in dynamic ip address - the beetel will assign ip , dns etc etc by putting an ethernet patch cord ( RJ45 ) between the the two devices. Thats it. You will be up and running.
    # ram Says:
    March 3rd, 2007 at 8:18 am

    I am using Airtel DSL connection with a Beetel 220BX adsl2+ modem. I have a Netgear WGT624 v3 Wireless router that I want to connect to this modem to wireless enable my home. I tried setting it up but could not get it to work. I believe there could be some issue as both the Beetel and Netgear are routers. Can I setup my Beetel as a bridge?

  42. Kray Says:

    This modem updates the DDNS server every few minutes and ddns.org treats that as a spam and blocks the IP. How can I make the modem update only when the IP changes - or only at startup?

  43. CK Bajpai Says:

    I have a serious problem of configuring my network products. We have LAN connected to D-Link switch, D-link wireless router and Beetel 220Bx Router/modem. I am using this was PC’s on LAN and laptops on wireless.
    As all of them have default 192.168.0.1 there is chaos by having IP clashes. I cannot open ANY by connecting to my Laptop. I have tried to have wireless router directly connected Laptop but still cannot access.
    Obviously looks that someone has changed defaults. I have reset Wireless router but cannot access.
    Can you help on how to break the jam?
    Thanks
    CK Bajpai

  44. Rajesh Says:

    y this is call “HACKING” ????lol

  45. DUde Says:

    Hi Geeks
    I tried to host a web server inside my lan and fixed it as a virtual server on NAT setup on my router configuration, I mapped the ports properly it didn’t work.
    Then i created an incoming firewall allow incoming connection exception on router for port 5001 (i use that port as a test and my IIS is running on 5001 as well).
    That didn’t work even.
    I created a windows firewall rule as well, but the requests are not reaching at all to my windows firewall.
    Any idea how can I verify where it is getting blocked ?

  46. vinay Says:

    can i get any working 512 kbps connection id and password here ??????

  47. vinay Says:

    the method u suggested,is capable of giving my own id and password or can i also get the password of any other airtel user?????

  48. vivek Says:

    vinay,

    Why do you wanna see other users passwords or usernames? Most username and passwords are also tie up with Phone number, AFAK. It is also a security risk and Airtel may ban you forever.

  49. vinay Says:

    vivek,im having 64 kbps connection,i want id and password of any guy with 512 kbps with plan ofunlimited downloading.by this his speed will not decrease,and mine speed will get upto 512kbps.theres nothing wrong in it,i guess,is it ??????

  50. Airtel user Says:

    this is called actual hacking and airtel can easilly detect this kind of working and will sue u.
    Rest is up to u,Would u like to end up in JAIL for just some internet connection.

  51. littledemon Says:

    i want to know is there anyway to improve the downloads from p2p softwares like emule. Right now i cant download fast since my connection priority is very low.

    help on this would be greatly appreciated.

  52. romy Says:

    hey i have user name and password of my friend given to me by him only so no cheating….but it does not work on my airtel connection(with a phone line)coz user name and password r linked to phone no….any way to still use his userid and password at my side.my connection airtel broadband with beetel 220bx adsl 2+ modem?

  53. ajnabi Says:

    hi how are u thx for providing information

  54. reply Says:

    you cant work anyone else’s username and password with beetel 200bx but you can surely do so with a beetel 100cx, i have been there and done that. even asked about this at the airtel helpline, however this was a loophole in their software tha they have already fixed and now username and password’s related to a perticular tel line works on that only.

  55. Clive Says:

    Hi
    I have a BB connection using Beetel ADSL router. I can goto 192.168.1.1/main.html.
    I am using eMule & UTorrent which uses port 6580 & 34288 resp.
    How do I open these ports in adsl router so that these apps work?
    Pl help
    Thanks

  56. Maccie Says:

    Is there a way to improve the connection & download speed. I have Airtel 256Kbps broadband with a Beetel 220BX modem… Need a constant and fast speed for download. Can anyone assist? Email me at machkris@gmail.com

  57. kunal Says:

    I have queries
    Queries:
    Q1.
    I have Dynamic IP with No-ip DNS services and running WebServer at home on Port 80
    Port Forwarding and Firewall allows redirects to port 80 as configured on my Webserver. Is it possible to use No-ip domain names to allow redirect to other folder on my computer? or have a another host assigned in the Server config, pointing to other server. What NAT settings for running another HOST/ HTTP server on the SAME IP but different port/pointing to different folder is required.

    Q2
    I can telnet other computers on my ISP, is it possible somehow to hack through the modem 220bx using above steps and be able to access the contents of the Victims computer, leaving aside the settings of the ROUTER/MODEM as accessed here using the buil-In Unix/linux in it? This hack is for Router/Modem Software only not for the computer..is it so? how…can I do what I asked.

    Waitin,
    Kunal
    Delhi

  58. Apurva Mirajkar Says:

    Hey, this is great info. But has anyone seen an issue where the 220bx is not able authentic, when the dynamic DNS service is able. On the local subnet i have no issue, but if i assess the modem out for the web, it is not able to authentic. I have done a reset, but no go. Anyone has any idea on this one.
    I did not have this issue sometime back, but out of no where this has started.

  59. Karan Says:

    Hi Apurva Mirajkar !

    Are you talking about DynDNS client you installed or the build in DynDNS feature in 220bx for Dynamic IP.

    I havent tried it yet (220Bx DynDns Feature n other too)..but heard it works. Please add Virtual servers and port forwarding is done okayed..also ensure that windows Firewall allows you to run HTTP webserver at port 80, if you are doing so. Some settings inside Router 220bx may be changed. You can alternatively try to reset the Modem cum Router and RETRY - with original settings!

    Also check config at DynDNS.org if you have done some changes reset to defaults.

    Hope it Works…I’ll come back to check.

    PS : I found a link on 220BX nice tutorial here !!

    Karan
    (On No-Ip)

  60. vikas Says:

    how to hack zte corporation model no:zxdsl 831

  61. Apurva Says:

    Thanx for your reply, Karan!

    Yup, I am talking about DynDNS. I have reset both dynDNS setting and the Modem. No luck.

    I know my settings are fine as, i can get to the authentication required window but my 220BX modem will not authenticate. If i did it from any of my computers inside my subnet (192.168.1.x and 192.168.0.x) no issues but from WWW, Nope it just does not.

    Something is tell me, i could be a victim of brute force attack and the Swap memory is flooded, very hypothetical reason. Until some one has a better reasoning to this, as it has worked before and this thing has started since few days.

    Any ideas? The next thing i would be trying is creating a bridge b/w the 220bx and my netgear wireless router. That way i would take 220bx out of the equation.

  62. DIneshkumar.G Says:

    Can we install this BCM 6338 in Xp PC?

  63. DIneshkumar.G Says:

    can we Install BCM 6338 in Xp PC?

  64. Karan Says:

    Hi Friends,

    For APURVA :

    Not got any further ideas, as I have’nt come yet to use this DynDns feature in 220BX.

    Reason for non-functionality may be either:
    1. Modem Settings have changed
    2. May be Airtel banned usage
    3. Port may be firewalled from Modem or Computer, or has not been port-forwarded well.
    4. DynDNS service providers may not be supporting it any longer.

    I would recommend you to instead try out the DYNDns client and use it on a remote computer.

    You just need to know the IP of your computer from remote machine, that you can ensure by just having the DNS name/IP (static/dyn for time being) you got and pinging it from remote computer or may be try pinging from a mobile.

    Just keep your Servers RUnning …..!


    FOR the HacKeneTics :

    I AM LOOKING FOR INFORMATION ON HOW TO BAN A PARTICULAR IP to access my computer or disallow his pings/telnets/http etc. services/requests to be used from my IP. Any one got any IDEAS….does this can be done on 220bx to Ban an IP from pinging or establishing a TCP/UDP/NetBios or other connections.. May be it is there in Modem 220bx or Airtel subnet I am part of does not allow me to do this…..Any ONE for this …..reply back soon.

    LUV:

    KARAN

    PS: zxdsl 831 may be same kinda menu options Vikas…..is it the ZYXEL one…yeah! .. it is somewhat similar…Ask the Author here !

  65. Karan Says:

    SOme one Reply to KUNAL too….

    Byee…

  66. Apurva Says:

    Hey Karan!

    It is my 220bx causing the issue. Now with my Netgear router facing the web, i am able to access without any issues. There was one other person, report the same problem with 220BX, check Anonymous Says:
    August 22nd, 2006 at 7:43 am.

    Looks to be known issue with 220BX. I spoke to Airtel they have not seen this issue (expected that from them).

  67. Parul Says:

    What are these IP’s on Airtel? anyone got ideas…I always see them connecting me…am I hacked. (see em on netstat -o commd)

    125.23.216.201
    125.23.216.202
    125.23.216.203
    125.23.216.204
    125.23.216.205
    125.23.216.206
    125.23.216.207
    125.23.216.208
    125.23.216.209

    I have atl bb. Any one for genuine helpppppp !!!!

  68. vivek Says:

    It may be your own IP address; you should always use firewall to protect yourself. It may be also possible that you are using bittorent and you will see IPs near by computers while sharing files.

  69. manpreet singh Says:

    i have beetel 220bx+modem and bsnl broadband connection
    How to hack it.

  70. maddoctor Says:

    I’m having this firmware:
    [quote]Board ID: 96338L-2M-8M
    Software Version: 3.02L.09.A2pB019b8.d16m
    Bootloader (CFE) Version: 1.0.37-0.8[/quote]
    Is any chance to find a more updated firmware from somewhere? The link you were giving above, doen’t work.

    Thank you very much

  71. Karan Says:

    Mad Doc Mine is :

    Board ID: 96338L-2M-8M
    Software Version ID: V8.8.01.01
    Firmware Version: 3.04L.01.A2pB021c.d16m
    Bootloader (CFE) Version: 1.0.37-4.3

    Download firmware or other upgrade for your Airtel at :


    Airtel Broadband.in Download center : Home at speed.airtelbroadband.in

    - Karan

  72. ashish Says:

    hi i am trying to get my friend computer using telnet or http://ftp.but i don`t know what host name or ip address should give with these command.i have airtel broadband and he has bsnl broadband.
    and one another thing
    telnet 192.168.1.1 takes me to my router configuration and i want to access my computer data .how it is possible.
    telnet localhost does my thing but how to use for remote computer of my friend.
    “telnet my friendip/hostname” i want to run this
    what should i do? i have googling too much but not satisfactory answer. w

  73. KARAN Says:

    Hi Ashish!

    Firstly you have to enable FTP or Telnet Service and ports (also portforward these services) in the 220bx modem cum router.

    This also has to be configured internally in the Windows Firewall or Firewall you have installed to allow the services on FTP / Telnet Port to run..21/23 ports

    Now the basic thing you need to do is you have to run either a Telnet or FTP server to have access to the files from other computer. Why don’t you try BPFTP (bullet proof ftp server) there are others free too.

    For FTP :

    On Remote computer you wish to access : You should have FTP server running and not blocking you with proper modem / firewall/ port forward settings. And allowing the access for other computer.

    On Computer (Client) : You could have a FTP client and enter ftp:// you could try out ftp:// in Internet Explorer as well.

    That’s it Problem solved. Is’nt it? Now do some research or read something, if you dont get all this.

    You are welcome!

    I am regular visitor here and look for new hacks.
    may be vivek would provide.

    Bye
    KARAN

  74. KARAN Says:

    I AM LOOKING FOR INFORMATION ON HOW TO BAN A PARTICULAR IP to access my computer or disallow his pings/telnets/http etc. services/requests to be used from my IP. Any one got any IDEAS….does this can be done on 220bx to Ban an IP from pinging or establishing a TCP/UDP/NetBios or other connections.. May be it is there in Modem 220bx or Airtel subnet I am part of does not allow me to do this…..Any ONE for this …..reply back soon.

    Karan

  75. ashish Says:

    thankx karan
    i start my telnet service in xp by using(services windows)
    then i set my zone alarm firewall as follows
    porgram control->telnet
    settings are:
    smart defence : custom
    trust level : trusted
    Access ->trusted : ok
    Access ->internet : ok
    Server ->trusted : ok
    server ->internet:ok

    then i open 192.168.1.1/main.html
    Nat->virtual server->add
    select a service -telnet
    server ip address:192.168.1.2 (my internal pc ip)
    external port start and End : 23
    protocol :TCP
    internal port start and end :23

    then i click on save/reboot
    a message box told me” since port 23 is used the DSL router telnet server will be moved to port 2323″
    i click OK and then save/reboot

    it rebooted and when i type”telnet 122.168.xx.xx(my wan ip) 23″ in command windows.it login to my modem :(
    then i tried “telnet 122.168.xx.xx 2323″
    message was” could not open connection to host on port 23: connect failed.

    am i missing something else?
    :(

  76. Karan Says:

    Try Disabling Zone Alarm Completely instead.

    What are the settings on the other computer…i.e. the Friends computer you are trying to connect…does it have FTP server or TELNET running on the Modem.

    FOR FTP: You should Run FTP server on Friends computer with security settings adjusted to allow all access or access to your IP.

    On your computer being client you should have FTP client software or iexplore FTP://> SECURITY may be.

    I some time ago…FTPied..Successfully to myself from OUTSIDE and RUN HTTP server on my computer as well.

    You could TELNET the others or friends MODEm, but I don’t know how you go about accessing others computer when its behind a TELNET on MODEM as well as TELNET server on COMPUTEr.
    ASK SOMEONE ..about this say VIVEK.

    That’s what info I got..buddy!

    Bye
    KARAN

  77. Shaun Says:

    I would like to know…if it’s possible to change the MAC Address (PHYSICAL ADDRESS) of my 220BX Router.

    I did it in Windows XP (may be SOFTWARE MAC) but what about the HARDWARE MAC ADDRESS of 220BX which remains the same and is shown to the world.

    I want to change the one listed on

    http://192.168.1.1/main.html >> page

    I preassume that…the MAC Address is the only thing…someone could trace you any time…which if in hardware…remains the same throughtout…and can be used to track a particular person.

    Can Vivek answer this to me?

    Thanks in Advance!

    Shaun
    Delhi Airtel

  78. Shaun Says:

    To Parul :

    Those IP you have given appear to be of Yahoo! i.e. when visiting yahoo or yahoo pages you get those connections…also may be with Y! messenger too..

    Those are India IP’s provided by Airtel.

    Shaun

  79. Shaun Says:

    To Parul:

    May be appear to me associated with GOOGLE Ads too…See this page and chekc your ports…its connected to some of the IP’s as shown by you.

  80. rohit Says:

    Pleaselet me know how to find the latet firmare for 220 bx airtel (bbetel) modem .There r builin ‘user’ and ’support’ which are preconfigured and I dont know the password and the support in airtel is helpless
    Pls help

    sharmarohit4004@gmail.com

  81. Karan Says:

    ROHIT :

    FIRMWARE UPDATES FOR AIRTEL 220BX Broadcomm Modem are here:

    CLICK HERE

    Check your version at 192.168.1.1/main.html Page

    Use generic admin - password and user - password
    combinations.

    I too was not able to change … SUPPORT PASSWORD SOME TIME BACK I have changed both admin / user but support password may not be changed set by AIRTEL MAY BE.

    Karan

  82. nurturer Says:

    check your airtel broadband speed here
    http://203.145.184.14/meter.php

  83. Karan Says:

    Hi!

    Anyone Got ideas on these two:

    1. Banning an IP to access your computer on Airtel Broadband 220BX.

    2. Change the MAC(physical) Address of Beetel 220BX (Both Software and Hardware MAC Address).

    3. What are the ways the ISP Airtel BB can log you or peep into your Surfing habits or track you somehow.

    4. Microsoft Telnet> telnet 122.xxx.xxx.xxx 21 (ftp), here what commands are what do I use to logon to the already running FTP Server on Modem 220BX. As it says:

    220 Ftp firmware update utility
    500 Unknown command: “”
    SYST/SYSTAT
    215 UNIX Type: L8

    Help! ASAP

    KARAN
    Delhi, India

    PS: What if some telnets to FTP port of a AIRTEL BB MODEM, what commands are supported there.

  84. vivek Says:

    Karan,

    Disable WAN access and nobody will be able to login using telnet / ftp using public IP. You can login using telnet / ftp etc from private IP.

  85. Karan Says:

    Thanks Vivek !

    I have already done this..in 192.168.1.1/main.html > Mgmt > Access Control > Services:

    Services LAN WAN
    FTP Disabled Disabled
    HTTP Enable Enable (RUNNIT HTTP SERVER)
    ICMP Disabled Disabled
    SNMP Disabled Disabled
    TELNET Disabled Disabled
    TFTP Disabled Disabled

    But sometimes when browsing the Internet I see some strange IP address and that belong to Airtel, is Airtel Peeping or taking a snapshot of my computer.

    THE IP’s Being : WHOIS

    125.23.216.203 125.23.216.209 125.23.216.202 125.23.216.200 125.23.216.208 125.23.216.201

    Does any one on Airtel BB see these IP, untimed or random connections in ActivePort(port Connects Scanner) or Netstat.

    Please help.

    Regards,
    Karan

  86. vivek Says:

    If you are running peer to peer apps such as Bittorent, Napster, OpenNAP and IRC server Gnutella or Freenet or others you will see connections from other computer IP including Other Airtel users IP.

  87. Karan Says:

    Thanks Vivek!

    But I am not running any P2P Clients on my computer or other same kinda.

    I have no shifted to OpenDNS and have’nt seen those IP’s yet. May be on Airtel DNS these IP appear somehow.

    Any further Clues on this?… DUDE

    Karan

  88. soroccoheaven Says:

    hi karan can you pls post password for user and support accounts for beetel 220 bx .
    waiting.
    thanks

  89. soroccoheaven Says:

    hi
    pls find the Beetel’s latest firmware from :

  90. soroccoheaven Says:

    http://beetelmodems.com/220bx.html

  91. hyo Says:

    Hi all!

    I have a question. There are 4 computers connect to internet via BCM96338 ADSL Router. And I want one computer having higher priority and bandwith than others.
    Login over telnet:
    [B]$ telnet 192.168.1.254[/B]
    I saw the [B]brctl [/B]command with an argument [B]“setportprio set port priority”[/B]. And I tried:

    [B]$ brctl setportprio br0 eth0.3 0
    $ brctl setportprio br0 eth0.2 255
    $ brctl setportprio br0 eth0.4 255
    $ brctl setportprio br0 eth0.5 255
    $ brctl stp br0 1
    $ brctl showstp br0[/B]
    br0
    bridge id 8000.0073070d9571
    designated root 8000.0073070d9571
    root port 0 path cost 0
    max age 20.00 bridge max age 40.00
    hello time 2.00 bridge hello time 4.00
    forward delay 0.00 bridge forward delay 0.00
    ageing time 300.00
    hello timer 0.52 tcn timer 0.00
    topology change timer 0.00 gc timer 212.52
    flags

    eth0.2 (1)
    port id 8001 state forwarding
    designated root 8000.0073070d9571 path cost 255
    designated bridge 8000.0073070d9571 message age timer 0.00
    designated port 8001 forward delay timer 0.00
    designated cost 0 hold timer 0.00
    flags

    nas_0_33 (2)
    port id 8002 state forwarding
    designated root 8000.0073070d9571 path cost 100
    designated bridge 8000.0073070d9571 message age timer 0.00
    designated port 8002 forward delay timer 0.00
    designated cost 0 hold timer 0.00
    flags

    nas_8_35 (3)
    port id 8003 state forwarding
    designated root 8000.0073070d9571 path cost 100
    designated bridge 8000.0073070d9571 message age timer 0.00
    designated port 8003 forward delay timer 0.00
    designated cost 0 hold timer 0.00
    flags

    eth0.4 (4)
    port id 8004 state forwarding
    designated root 8000.0073070d9571 path cost 255
    designated bridge 8000.0073070d9571 message age timer 0.00
    designated port 8004 forward delay timer 0.00
    designated cost 0 hold timer 0.00
    flags

    eth0.5 (5)
    port id 8005 state forwarding
    designated root 8000.0073070d9571 path cost 255
    designated bridge 8000.0073070d9571 message age timer 0.00
    designated port 8005 forward delay timer 0.00
    designated cost 0 hold timer 0.00
    flags

    eth0.3 (6)
    port id 8006 state forwarding
    designated root 8000.0073070d9571 path cost 0
    designated bridge 8000.0073070d9571 message age timer 0.00
    designated port 8006 forward delay timer 0.00
    designated cost 0 hold timer 0.00
    flags

    But the computer connect through eth0.3 still surf the web slowly when others download with hight banwidth. Can you explain “brctl setportprio” command?
    And are there any solutions for my problem?

  92. soroccoheaven Says:

    hi hyo..it can be the perticular pc try changingin the connection position see the result i myself never tried this.but what i think as of now theses port has been allocated dynamically..first come first serve basis..so what is the use of it..you can not bind any machine or even IP to perticular port..can you ?

  93. Karan Says:

    Hi Admin Vivek!

    I posted a reply to Sorocco and other info, but could not post…the Post process failed.

    May be the the data in your Log? Please repost it correctly…

    THANKS
    KARAN

  94. vivek Says:

    Noop it is not in log or spam folder.. can you repost the information?

  95. sorrocoheaven Says:

    hi karan will you pls post/mail it again ..
    Thanks

  96. soroccoheaven Says:

    hello karan will you pls/mail post it again..
    Thanks

  97. soroccoheaven Says:

    @Vivek ..are you using post action mail for this form ?..

  98. vivek Says:

    @soroccoheaven,

    Standard wordpress form, I guess it is post method.

  99. Wolverine Says:

    Hi guys!
    I need help regarding ip & mac filtering ?

    Basically i want only specific ip and mac address allowed use internet.

    One more question..
    can i use above firmware posted by karan on utstarcom ut300-R2(no usb)?

    thanks in Advance ;)

  100. Karan Says:

    Hi Sorocco!

    admin - password
    user - pass
    user - password
    user-beetel
    admin-beetel
    administrator - password

    Try all kind of combinations, I was able to change it sometime back and now myself dont remember, what it is set to now…But probably wont try

    Although Support password wont be easy…As I was unable to open it.

    Find a List here for Modem/Routers:

    LIST OF DEFAULT PASSWORDS

    Probably POST method post wont go beyond 255 char so it is not stored as GET, is there actually a way to detect a POST post to a webserver Vivek?, in the Web Server or Log somewhere…probably would be good hack…as it would help find out unsuccessful comments/posts here.

    - Karan

    I posted this too….
    Tracking someone via their IP address is possible. If a person has committed a crime online, typically the authorities send a subpoena to the ISP that person subscribes to (determined by seeing what ISP the address is assigned to). The ISP then can check their logs (they are required by law to keep logs for a certain amount of time) to see what customer they gave that IP address to at the time of the alleged crime. This works by checking the logged username of the person (if logged in via dialup or PPPoE) or the MAC address (a unique address assigned to a piece of network hardware when it is manufactured) of the machine connected (if via DSL or other broadband connection). Either the username or MAC address are tied to a customer.

  101. soroccoheaven Says:

    Thanks karan …these password need to be changed for security reasons..

  102. soroccoheaven Says:

    karan sorry to say ..none worked …

    Thanks

  103. soroccoheaven Says:

    beetel 220bx owner’s pls change your default passwprds for admin,user, support accounts.
    because:

    1.Access to your DSL router is controlled through three user accounts: admin, support, and user.

    2.The user name “admin” has unrestricted access to change and view configuration of your DSL Router.

    3.The user name “support” is used to allow an ISP technician to access your DSL Router for maintenance and to run diagnostics.

    4.The user name “user” can access the DSL Router, view configuration settings and statistics, as well as, update the router’s software.

  104. Karan Says:

    For Modem/Routers with New Version of Firmware..which shows Busy Box Unix Default Prompt

    Password can be changed:(I successfully changed a password for Support on other IP):

    Using the passwd {username} {newpassword} while at the command prompt in busy box.


    eg: passwd support {newpassword}
    passwd admin {newpassword}

    NOTE: You can also try these commands to run at older version of the 220bx firmwares. Just check at initial telnet screen with passwd or help command.

  105. Karan Says:


    I WOULD ALSO RECOMMEND SOROCCOHEAVEN TO RETRY PASSWORD COMBINATIONS … FIRST RESETTING THE ROUTER 220BX to Default Configuration. RESET THE hARDWARE.

  106. rdb Says:

    i want to increase my dsl speed.
    i’m using airtel 699 plan and got 126 kpps spped …..plz help me

  107. Ricardo Verdi Says:

    I have d-link DSL G624T & it’s somehow blocking access to port 8004. I’m not sure what this means, except i can’t renew library books on-line because of it. Previous router (Zyxel, not wireless) works fine. Ive tried looking at the settings in http://192.168.1.1/cgi-bin/webcm but i can’t understand how to open port 8004, to allow it for the trinity college library website (opac.lib.tcd.ie) I already did this for windows firewall (XP) but apparently it’s the router settings that need to be changed. I googled & found this site where there seem to be some helpful people - any suggestions please?

  108. Uday Says:

    HI,
    Its really great topic and valuable comments, replies.

    Any one you pls help me to setup webserver using beetel 220 bx adsl modem.

    I am using dnspark for dynamic dns. Its working fine for me.

    But i am not able to redirect the wan requests to my local IIS sites.

    when i open http://www.mydomain.com, Its redirecting to modem admin page.

    Any possible ways to use port 80 to redirect my requests.

    I tried with some other ports also, its not working for me :(

  109. steeL Says:

    is there any way that I can add a External DNS from Advanced TCP/IP settings ?

    I get very high Ping on gaming serevrs, even if a server is only abt 20km away I get 100ms PING.

    Between i was thinking if u have scanned AirTel with ‘nikto’ ? .. LOL

  110. Rohit Says:

    how to hack beetel 220bxi adsl2 modem in windows xp sp2…I have 128kbps broadband connection(AIRTEL)..I want to increase the speed…What I supposed to do..
    SOMEBODY HELP…

  111. Karan Says:

    Hi People!

    @rdb / Rohit
    @Rohit it is similar as in for XP/ try 192.168.1.1/main.html

    More…
    It’s not actually possible to increase the speed as per done by Airtel at backend…however you can finetune your connection/port-forward for particular Internet application. I did’nt do anythin on my Airtel BB, its working as same. May be if you have less of RAM (..increase it.
    )/more programs running in background(esp. internet prog/AV/FW etc.), it would hamper your surfing speeds.

    @Ricardo Verdi
    First portforward using your Modem Guide or search for router/modem manual or settings webpage on Internet. If Windows or Installed Firewall is enabled do check for not blocking your 8004 port. Use some app like ActivePorts (aports.exe) to check for ports being used on your computer. Also, chk with ISP if it is blocking that port…there are many ways to do it.If your Router/Modem allows telnet, chk it to port-forward, through that mode.

    @Steel
    What is nikto?Yes, you can change the default DNS settings as per Airtel, to some other DNS server settings or your Own. But it would also have to go thru Airtel/your ISPs server that’s why the ping remains high. If you connecting using LAN or your own N/w it would decrease considerably..bypassing the Internet ;)

    @Uday
    Its simple man ! Enable HTTP port 80 in Win ICF or XP2 firewall n also installed firewall. Port forward port 80 in modem page as per this guide.

    Follow this guide, as I found:

    *HOW TO: Set up a Webserver at HOME*Very Valuable

    Bye,

    Karan

  112. nixclusive Says:

    There are people who want to host a website on port 80 on their computer and their are mostly negative responses to that (..sigh). What you’ll need to do is called port-forwarding on your router. This is how:
    1. log in the router via the telnet interface and go through the menu Management>Access Control>Services>Configure>http>disable on wan; now enter ’sh’ to get the command shell.
    2. enter these commands to expose one of you _computers_ ports outside. (port forwarding)
    # iptables -t nat -A PREROUTING -p tcp -i ppp_1_32_1 –destination –destination-port 80 -j DNAT –to-destination :80
    # iptables -I FORWARD -p tcp -m state –state NEW -d –destination-port 80 -j ACCEPT

    * the parameter ppp_1_32_1 is the service name you entered in the web interface while configuring your internet address. Alternatively you can figure this name out by entering “ifconfig” in the command shell and look for the interface that holds your external-ip-address.
    * can be determined from sites like whatismyip.com if by entering ifconfig ppp_1_32_1 (note above) in the command shell.
    * is the one assigned to your computer. look for “client-ip-address” in your computers settings.

  113. nixclusive Says:

    I wonder how that got into here.. here’s the fixed version.

    There are people who want to host a website on port 80 on their computer and their are mostly negative responses to that (..sigh). What you’ll need to do is called port-forwarding on your router. This is how:

    1. log in the router via the telnet interface and go through the menu Management>Access Control>Services>Configure>http>disable on wan; now enter ’sh’ to get the command shell.

    2. enter these commands to expose one of you _computers_ ports outside. (port forwarding)

    # iptables -t nat -A PREROUTING -p tcp -i ppp_1_32_1 –-destination (your-external-ip-address) –destination-port 80 -j DNAT -–to-destination (your-internal-ip-address):80
    # iptables -I FORWARD -p tcp -m state -–state NEW -d (your-internal-ip-address) –-destination-port 80 -j ACCEPT

    * the parameter ppp_1_32_1 is the service name you entered in the web interface while configuring your internet address. Alternatively you can figure this name out by entering “ifconfig” in the command shell and look for the interface that holds your external-ip-address.
    * (your-external-ip-address) can be determined from sites like whatismyip.com if by entering ifconfig ppp_1_32_1 (note above) in the command shell.
    * (your-internal-ip-address) is the one assigned to your computer. look for “client-ip-address” in your computers settings.

  114. PCChazter Says:

    I was looking at the http server on this, and whoever programmed the javascript is a dum***. the reason being is that you can look at the source code for the password change page, and all the passwords are there (except the ftp password). it goes:

    pwdAdmin = ‘password’;
    pwdSupport = ’supportuser’;
    pwdUser = ‘normaluser’;

    which are the default passwords for the accounts. Also, whoever was using Airtel to send Vi*****a ads, your a pain in the ass, and I’m onto you.

  115. vivek Says:

    PCChazter,

    Get DLINK 510/520 router or Wifi router from market.

    Spam may be coming because of zombie computer. Add Capatch or simple math plugin protection for your blog.

  116. Pram Says:

    Hi,

    I have a Beetel 220BX ADSL router provided by Airtel. While we were troubleshooting connection issues, I accidently did a reboot restoring it to factory defaults. After that when I try connecting my laptop, my Laptop says limited or no connection. When I try pinging the default IP 198.168.1.1, it comes up with ” Destination host unreachable” error. I tried pulling up the page “http://198.168.1.1/main.html, it comes up with “Page cannot be displayed.
    eeds to be done
    Please let me know what n

  117. Hemant Says:

    Very informative

    and Pram

    it is 192.168.1.1 and not 198.168.1.1

  118. Master Says:

    Nice trick dude :)

  119. Foxi Says:

    Hello, i\m a german student living in india for about 1 year. So my appartement here is ( or should ) be connected via a Beetel 220BX ADSL router to Airtel DSL. But i have the big problem, that the router always hangs up after just one minute or something like that. No reaction on Telnet or the Webinterface anymore. I called Airtel several times because of that, but they couldn\t help me more than to tell me that i have to reboot the router. Thats weird. For the first 5 Minutes my download speed is about 2mbit as it should be, but after the webserver and telnetserver hangs up the download speed decreases to 20kb/sec max. The airtel people also told me that theres already the newest firmware installed on it. Does anyone here have an idea what i can do?

    Please contact me @ jhornung1984@web.de or just reply here.

  120. webmaster Says:

    HI FOXY, its a common problem of hanging in 220 bx, if it is connected through a USB Cable. i suggest you to use it with an ethernet cable. for latest firmware visit http://beetelmodems.com/220bx.html.

    and for the speed problems it may be a problem in the medium(cable coming from airtel’s end), ask them to get it checked.

  121. Karan Says:

    @ PCChazter

    Thanks for the password, yah they are there in the main.html page’s Password (inner Frame).

    So, here comes another shocker for all those using Airtel Beetel 220BX Password.

    BEETEL 220BX Modem is flawed. I am not revealing this secret of now…..But a lot of damaged can be done to the people using the BEETEL modem, without actually knowing the Password. A lot is hidden in its firmware, which can reveal its dreadful side.

    Ask me for the More…and me n even you cannot safeguard against it. I am wondering whom should I tell it about.

    So, for the time being (assume u are secure)

    - KARAN

    @Foxi - I too use it @ USB but No Modem/Router hanging problems as such earlier or ever to me (500 Mhz, 64 mB XP). But nowaadays, I am seeing a strange behavior.

    Q: Does anyone know how to immediately release or disconnect a TCP/IP connection, I am seing in TIME_WAIT or SYN_SENT state in Port status (active ports), its hanged in there.? My Download app is suffering….Help Needed??

  122. soroccoheaven Says:

    @karan …yeah thats what i was asking for @ PCChazter

  123. soroccoheaven Says:

    @ karan i am using beetel 220bx and changed all the password’s closed all other ports (from wan )and forwarded http,22 ports to a server (for remote access etc.).am i secure ?

  124. Karan Says:

    @soroccoheaven

    No! you and others are still not. I found a flaw in it…its firmware may be…which actually opens it for the world, i.e. anyone whose Modem is BEETEL 220BX in whole wide world, just his IP is required and presto you can make him disconnect outta INTERNET. No Passwords can actually protect…its password resistant or does’nt depend it on it at all.

    For a free Demo, I would recommend you to send me an IP or yours for a dummy test. Come back here and fix a time when you wish to have me a go on it…!!

    Its such a silly thing…inside its firmware anyone can find it out and do it remotely.

    Karan

  125. Raj Says:

    Soroccoheaven,

    There is no thing called secure router or server. You can try your best to secure it. If you need 100% security unplug both electric and telephone lines ;)

    Karan,
    Almost all ISPs are insecure, especially cheap routers bundled with A/DSL / Cable connections. If beetel sucks get your good router such as Linksys or build your own ;) Trust me I used to work for VSNL when dial-up connection used to cost 10000 ruppes and people used to steal your internet connection hour those days ;)

    Btw, vivek can we get rid of this *anti-spam word * for registered users?

  126. soroccoheaven Says:

    @Raj ..yeah you are right when i say i am secure i mean the best i can be with this beetel i dont expect alot from it.
    @ Karan can you pls explain this ?..

  127. vivek Says:

    Raj,

    Thanks for comment, if I remove anti-spam - I get tons of spam via bots. I don’t think so it will go anytime soon… heh

  128. Karan Says:

    The Secret is …

    The internal Scripts inside your Modem cum Router Beetel 220BX can be remotely executed without actually providing the password / access….Enabling others to remotely Reboot/Reconfigure or Reset to Default Settings. Making your Internet Connection vulnerable…to attack(s).

    Without you knowin…at an instant. Atleast most of whom, having firmware like mine or may be in upgrades too.

    Rgds,

    KARAN

  129. Kris Says:

    Hi,

    I have a Beetel 220BX ADSL router provided by Airtel. I have connected it to a HUB, from HUB am connecting to a Laptop and a Desktop. What I want is to connect the Remote Desktop of the Desktop system from my Outside (office). I have installed SAP Server in my Desktop System. So, I want to access it from outside through SAP Logon (Client Application).
    That application (SAP Logon) needs
    SYSTEM CONNECTION PARAMETERS—
    Description: __________________
    Application Server : System Name or IP Address
    System Number : ________
    System ID: ______

    Application Server is the main to connect to the server, its the IP Address of the SAPSERVER

    Anyone can help me to NAT My Local IP to WAN IP.
    i.e. 192.168.1.2 to 122.xxx.xxx.xxx to access the server from any where from outside……

    Please help me……….

  130. soroccoheaven Says:

    @kris ..you can direct wan traffic to particular local ip (use port forwarding 3389 for ms-term remote access,you have to configure your SAP server pc with static ip)but you can not connect because of dynamic IP.so get no-ip or dyndns account and configure beetel for DDNS.so now you connect/call you computer by using your domainname.

  131. kk Says:

    hi all,

    when i try to click on WAN link in the basic options page in my modem, it gives out “page not found” error.

    I’ve tried in advanced options with 192.168.1.1/main.html, but there are many links which report the same error. The WAN, NAT etc doesn’t work.

    Is this a modem problem.

  132. soroccoheaven Says:

    @kk ..are you in ppp mode ?.. if so try accessing 192.168.1.1 or 1912.168.1.1/main.html without net connection (dont dial)..now try access anyone ..192.168.1.1 or 192.168.1.1/main.html it will open now.

  133. mk Says:

    Anyone configured more than 1 Static IP on DSL line?
    Airtel says only 1 Static IP can be added on ADSL modem.
    my Setup is like this : ADSL modem -> Switch -> 3 PCs (one running web server)
    I have port forwarded and things are running ok but want to add another IP for Nameserver purpose or in future if want to put a website on static IP.
    any ideas??

  134. Karthikeyan Says:

    HI Gurus,

    I have the airtel BB coinnection using the beetel 220BXI modem.

    I want to split my connection to more than one PCs ( Right now i need it for 2 ).Can you tell me how can i do that.

    The modem seems to be using class c ip ( 192.168.1.1 )

    Do i need to place a hub and do nating ?

  135. Sidhu Says:

    Hi! I am Sidhu and i am interested in learning all the hacking thing..man i have airtel connection and i wan to know how i do all this…man i a noob in this area and can u help me with few things..
    where should i type these commands? i think its in the RUN box but what should i type to open it?

    Please reply, Thanks!!
    Sidhu

  136. Manoj Desai Says:

    i have D-Link GLB 502 T ADSL Lamp is not coming on it and even i can access 192.168.1.1 page from my browser and i cant get the ping 192.168.1.1. i want to master reset the modem is there any procedure please let me know

  137. D Singh Says:

    I have connected the beetel 220BX ADSL2+ modem to two computers, one using USB and one using ethernet.
    I configured the tcp/ip settings on the pc’s
    But the USB connection keeps conking off in certain durations of time(AFTER 5 MINUTES ). And by this I dont mean it gets disconnected, it just stops recieving any bits. I have to then disable and re-enable the connection and it works fine again.

    Does anybody have any clue?

  138. amit Says:

    I have a problem just because sometimes I get a whopping 200 kBps speed for utorrent. I have a 128 kbps connection. “pls note kBps & kbps.” I tried to track all the reasons for this, from ‘time of the day’ to ‘my utorrent settings’ to ‘my connection settings’. I know dsl providers have these speed caps for all subscribers. but then how can I get this speed at any time. and if ever i can get this then why not for ever :( ………???

    Do any one have any idea of the speed on demand facility that airtel provides. I wonder if any1 can breach thru n use this facility for free…

    get in touch if u have any idea….

  139. Piyush Says:

    I am unable to open any configuration page using the beetel 100cx modem . i am using airtel broadband. please help me out

  140. D Singh Says:

    CAN SOME ONE HELP

    I have connected the beetel 220BX ADSL2+ modem to two computers, one using USB and one using ethernet.
    I configured the tcp/ip settings on the pc’s
    But the USB connection keeps conking off in certain durations of time(AFTER 5 MINUTES ). And by this I dont mean it gets disconnected, it just stops recieving any bits. I have to then disable and re-enable the connection and it works fine again.

    Does anybody have any clue?

  141. Karan Says:

    @ DSingh

    What OS are you using on both computers? If 9x and XP ensure that you start the 9x computer first and then XP computer to avoid glitches.

    Q’s
    Are you sharing the Internet connection b/w two computers?
    What kind of cable did you use to connect to Ethernet Card of other computer?…Straight or Cross…It should be straight if you are not sharing Internet(may be)

    Also, you have to manually setup the Internet Connection sharing i.e. the Network Setup for the same. Although, I used one with Internet and other for LAN(not internet) and computers talked to each others without any difficulty. I used :

    PC-I WinXP.. USB .. Beetel 220BX
    Beetel 220BX .. LAN ..STRAIGHT-CABLE ..EtherNet PC-II Win9X
    [Same may be with Both WinXP]

    What’s your case? Hoping this would help somehow.

  142. Karan Says:

    @ DSingh

    Also ensure these:

    1.Both should be in Same LAN Workgroup
    2.Both PC should be able to Ping each other
    3.Ensure necessary Windows Services for Networking are started…Like Workstation, LAN related.
    4.Try disabling the Firewall and then retry.
    5.Try resetting the configuration again and restart from begining with fresh settings. i.e. The N/w Authentification settings b/w two computers should be known and configured properly.

    -KARAN

  143. janardhan Says:

    hi im janardhan recently i had taken airtel broadband connection of 64 kbps but instead for first one month i use to get around 512 kbps about 55kbps downloading speed but after a month im enable to get 512 kbps and im getting my original64 kbps speed while trying to that speed i just can open only airtel dsl online connection………can i know whats the matter why im not getting 512 kbps?

  144. Ram Says:

    I connect to the net through a cable. The connection speed of the local provider is 1Mbps. He will distribute this speed and each user usually get 64- 96 Kbps speed. I have access to the router. can i change any router settings and increase the speed. Thanks.

  145. Mangalman Says:

    Can any one help?
    Ok my TD-8840 router looks a lot like this beetle Broadcom BCM6338 router here.So i thought someone would help
    Router is 192.168.1.1
    My computer is 192.168.1.2
    Sisters comp is 192.168.1.3 both computers are plugged in to the router.Default gateways in both is set as router ie 192.168.1.1 there is internet connection in both but i want to share files and printer.However when i ping 192.168.1.3 from my computer it says request timed out.ipconfig does not show her computer. My friend told me you have to enable routing from telnet command and i did log in to router from telnet and did this as he said “route 192.168.1.0 255.255.255.0 192.168.1.1″ without quote but nothing happened what am i missing here help me guys.I am desperate.

  146. kush Says:

    hii, wanna know that does it not works on windows??
    if it works could u plzzz plzz tell me the way..

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , ,