Page 1 of 7 123 ... LastLast
Results 1 to 20 of 140
  1. #1
    ComradE_BeaN is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    2,428
    Guide to basic Port Forwarding on



    BEETEL 220BX ADSL2+ MODEM





    Why port forward ?

    There are programs that require direct peer to peer connection for maximum efficiency of the connection…these are peer-to-peer applications… like kazaa,bittorrent clients(azureus,utorrent,bitcomet)



    What are these ports?

    Ports are like ‘logical’ doors…thru which a data is supposed to come into.

    Think of like a short cut to your Girlfriends place…u first try to go through the shortest route….(the configured port of the software)..if the route/port is unavailable u try all type of direction & go by some other route/port. This is the simplest explanation that I could think of.



    What happens when port is forwarded?

    When we port forward , a route to our computer in made available freely…the advantage the data can be received by your machine very quickly & hence the efficiency increases.

    (both upload & download speeds are affected )



    How to port forward ?

    Airtels’ modem 220bx is very simple to port forward…the simplest I’ve come across.

    It can be done from telent or thru a browser…assuming u find browser more convenient…I’ve provided screenshots for the same along with each steps.

    ------------------------------------------------------------------------

    Procedure 1 : Browser Interface

    ------------------------------------------------------------------------

    NOTE: The new firmwares seem to hide the NAT option in browser interface & you may get the interface like below,

    Image by gulve



    dont worry...just follow the Procedure 2 , where u can do the job through TELNET...the keywords & config all are same..only inter




    To check whether a ports is open :

    Go to

    Code:
    https://www.grc.com/x/portprobe=60215
    Where 60215 is the port u want to check.



    If the result u get is ‘stealth’ , then are ports are not forwarded ( the data should come from long road)



    If the result is ‘Closed’, then the port is forwarded but not being used.



    If the result is ‘Open’, the port is forwarded & is used

    • you must be aware of

      http://192.168.1.1 , this provides basic options for advanced

      options

      u are to go to

      http://192.168.1.1/main.html

      Now go to the 192.168.1.1/main.html

      (password by default is admin,admin or admin,password or admin,123456…if this fails call your

      CC)








    • After the page opens

      Click on Advanced Setup-->NAT-->Virtual Servers










    • You are supposed to get the image as below



      click on custom server give whatever name u want

      Then click on the server ip address…by default if u are using the modem on a single machine the ip address would be 192.168.1.2

      So enter that .

      (u can verify by , command-->ipconfig-->ipaddress . this ipaddress should be entered here)












    • Suppose we want to open up port 5000,5001,5002,5003,5004,5005

      then external port & enter 5000 , external port end  5005





      The internal port start & end would be done automatically.

      (note : u can also open 1 single port by giving external port start & end the same..

      for example…if u want to open port 69999 give the start & end as 69999)








    • Save & reboot the modem


    (End of port forwarding using Browser interface)





    ------------------------------------------------------------------------

    Procedure 2 : TELNET Interface

    ------------------------------------------------------------------------

    • launch cmd & type in
      Code:
      telnet 192.168.1.1

    • give the authentication info of the modem.

      (password by default is admin,admin or admin,123456…if this fails call your CC)


    • you see this screen
      Code:
         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
      
       ->
      select 6 & press enter.




    • you will get this screen



      Code:
         NAT Menu
      
      
      
      1. Virtual Server
      
      2. DMZ
      
      3. Exit
      
      / NAT ->
      Choose 1 & press enter




    • Code:
         Virtual Server Menu
      
      
      
      1. Add
      
      2. Remove
      
      3. Show
      
      4. Exit
      
      / NAT/Virtual Server ->
      Press 1 & press enter




    • Code:
              Virtual Server Add
      
      
      
      Note: Hit return at prompt if parameter is not used or to accept default value.
      
      Press <enter> to use current value
      
      Press <esc> and <enter> to cancel
      
      
      
      Service name ()                             :
      Enter a name for the port forward operation..in this case i give it test_1




    • Code:
      Service name ()                             : test_1
      
      Protocol [0-tcp&udp,1-tcp,2-udp,3-icmp] (1) :
      Selecting 0 enables you to forwardboth TCP & UDP(recommended)

      choose 1 & press enter




    • Code:
      Service name ()                             : test_1
      
      Protocol [0-tcp&udp,1-tcp,2-udp,3-icmp] (1) : 1
      
      External start port ()                      : 56666
      
      External end port ()                        : 56668
      
      Internal start port ()                      : 56666
      
      Internal end port ()                        : 56668
      
      Internal server IP address ()               : 192.168.1.2


      Enter the code in the above fashion manner. & press enter



      By convention External start port & Internal Start port should be the same .

      External end port & External End port should be the same.


      Internal IP address : This is the IP the modem is assigning to your computer.

      by default if u are using the modem on a single machine the ip address would be 192.168.1.2

      So enter that .

      (u can verify by , command-->ipconfig-->ipaddress . this ipaddress should be entered here)




      Code:
      OK..so how to give about start port no & end port no?
      say for example you want to open the port 60000

      then give

      External start port () : 60000

      External end port () : 60000

      Internal start port () : 60000

      Internal end port () : 60000
      If u want to open a series of ports...say for example 60000 to 60010

      then give


      External start port () : 60000

      External end port () : 60010

      Internal start port () : 60000

      Internal end port () : 60010






      after you enter the detials in above manner

      you will get this message

      Code:
      Hit <enter> to continue


      press enter & you will be taken back to this screen.



      Code:
         Virtual Server Menu
      
      
      
      1. Add
      
      2. Remove
      
      3. Show
      
      4. Exit
      
      / NAT/Virtual Server ->

    • You have successfully port forwarded.

      for removing the opend port follow the same procedure.

      You may see all the ports opened selecting option 3.

      or come out of telnet by choosing option 4.





      snapshot of telnet window showing all the forwarded ports.






    ------------------------------------------------------------------------

    (End of port forwarding using TELNET interface)

    That’s it you are done port forwarding , u can check the port u forwarded by the link I have give at the beginning of this guide.



    If u have any problems while doing this procedure...drop in a request in this thread..& i'll try to sort it out.
    "If you want to use a hard drive in the vertical position, you must first reformat it in the vertical position!"

  2. #2
    ComradE_BeaN is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    2,428
    mods....plz delete this topic..



    --------------

    Mod Edit : Any particular reason, something wrong ?
    "If you want to use a hard drive in the vertical position, you must first reformat it in the vertical position!"

  3. #3
    ComradE_BeaN is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    2,428
    nothing wrong....there wasnt a single reply...so thought maybe this was crap & should be cleaned up..



    ------------

    Mod Edit : Don't let that discourage you, sooner or later this would help someone in need. Let this guide be there in abeyance for that one guy
    "If you want to use a hard drive in the vertical position, you must first reformat it in the vertical position!"

  4. #4
    hunt3r is offline Privileged Users
    Join Date
    Feb 2006
    Posts
    3,548
    Did port forwarding affect your download speeds?
    E8400 w/TT BT @ 3.8 Ghz | Sapphire Radeon 4850 512 MB| Biostar TP35D2-A7 | Transcend DDR2 2X1GB @ 850 4-4-4 | 2 TB storage | Razer Deathadder w/Steel Qck | Microsoft Sidewinder X4 Keyboard | Hauppauge WinTV PVR-150 | Corsair VX-450 PSU | Dell E198WFP |CM 690

  5. #5
    ComradE_BeaN is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    2,428
    yup....dramatically in p2p apps...
    "If you want to use a hard drive in the vertical position, you must first reformat it in the vertical position!"

  6. #6
    hunt3r is offline Privileged Users
    Join Date
    Feb 2006
    Posts
    3,548
    Alright, thanks How much of an increase in torrents btw?
    E8400 w/TT BT @ 3.8 Ghz | Sapphire Radeon 4850 512 MB| Biostar TP35D2-A7 | Transcend DDR2 2X1GB @ 850 4-4-4 | 2 TB storage | Razer Deathadder w/Steel Qck | Microsoft Sidewinder X4 Keyboard | Hauppauge WinTV PVR-150 | Corsair VX-450 PSU | Dell E198WFP |CM 690

  7. #7
    superczar is offline Upgraded User
    Join Date
    Mar 2005
    Posts
    4,194
    yup....dramatically in p2p apps...

    Alright, thanks How much of an increase in torrents btw?
    Torrent clients are p2p apps

  8. #8
    hunt3r is offline Privileged Users
    Join Date
    Feb 2006
    Posts
    3,548
    ^^Abbe i know that, im asking, how much did it increase?
    E8400 w/TT BT @ 3.8 Ghz | Sapphire Radeon 4850 512 MB| Biostar TP35D2-A7 | Transcend DDR2 2X1GB @ 850 4-4-4 | 2 TB storage | Razer Deathadder w/Steel Qck | Microsoft Sidewinder X4 Keyboard | Hauppauge WinTV PVR-150 | Corsair VX-450 PSU | Dell E198WFP |CM 690

  9. #9
    ComradE_BeaN is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    2,428
    when i shifted to 220bx from webdist1 i noticed the speeds barely crossed 20kbps....now it barely comes down 25kbps....

    btw...im surprised u dont know abt this...
    "If you want to use a hard drive in the vertical position, you must first reformat it in the vertical position!"

  10. #10
    hunt3r is offline Privileged Users
    Join Date
    Feb 2006
    Posts
    3,548
    Nope, me a n00b in this regard I already get very decent speeds, usually 27-28 KB/s. Lemme try this out and see if it makes a difference.
    E8400 w/TT BT @ 3.8 Ghz | Sapphire Radeon 4850 512 MB| Biostar TP35D2-A7 | Transcend DDR2 2X1GB @ 850 4-4-4 | 2 TB storage | Razer Deathadder w/Steel Qck | Microsoft Sidewinder X4 Keyboard | Hauppauge WinTV PVR-150 | Corsair VX-450 PSU | Dell E198WFP |CM 690

  11. #11
    devilsmind is offline Upgraded User
    Join Date
    Aug 2006
    Posts
    195
    thanx a lot saiyan.....

    im using azureus as a torrent client and it is now working fine after the config u mentioned...

    you told that by default(using single pc) the ip adderss is 192.168.2.2 so i entered that but it didnt work at first attempt...so called cc and they told that the default is 192.168.1.1...and now its workin ... donno wheather its that much imp for the port forwarding config



    any way thanx a lot...:hap2: :hap2:

  12. #12
    ComradE_BeaN is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    2,428
    Then click on the server ip address…by default if u are using the modem on a single machine the ip address would be 192.168.2.2

    So enter that .

    (u can verify by , command-->ipconfig-->ipaddress . this ipaddress should be entered here)
    i had told that u could verify by ipconfig command....no need to call cc fot these stuff & all..
    "If you want to use a hard drive in the vertical position, you must first reformat it in the vertical position!"

  13. #13
    devilsmind is offline Upgraded User
    Join Date
    Aug 2006
    Posts
    195
    ya man....i have verified it and the ipaddress is 198.168.1.1

    so i entered that address




  14. #14
    Josh is offline Upgraded User
    Join Date
    Mar 2006
    Posts
    1,179
    Good one there.

    But i think portforwarding is not needed in case of bridge. ??
    [root@drunk.com /] cd /pub

    [root@drunk.com pub]more beer

  15. #15
    ComradE_BeaN is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    2,428
    ^^no it isnt needed in case of bridged connections...but ive experienced higher pings in CSS on bridged connection..



    @devilsmind : 192.168.1.1 is your routers' address...according to your ip config...u have 192.168.1.100 as the address..thats wierd cause the DHCP of the server assigns from .2,.3,.4/// like wise.....have you configured 192.168.1.100 as the ip address manually from the network adapter settings??...if yes...change the virtual address servers to your IP....(192.168.1.100)
    "If you want to use a hard drive in the vertical position, you must first reformat it in the vertical position!"

  16. #16
    shirish is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    1,317
    how much of a difference did u experience between bridged & non-bridged & I'm specifically talking about dl/ul in p2p apps. Actually more interested in the upload part rather than the download part.

  17. #17
    shirish is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    1,317
    Hopefully this will be automerged or something. Anyway, it would be nice to know how much can this modem/router download or upload. For e.g. I know tht the D-Link tops out at 2 Mbps DL (no idea of the UL now).

  18. #18
    ComradE_BeaN is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    2,428
    didnt check the download upload speads in bridged...

    set the thing to bridged mode & was normal browsing....& i saw pings in CSS increased & didnt come to normal even after 2 day...so immediately switched back.....altough i dont think there was any difference in upload/download speed
    "If you want to use a hard drive in the vertical position, you must first reformat it in the vertical position!"

  19. #19
    Action is offline Upgraded User
    Join Date
    Mar 2005
    Posts
    13
    hi

    i have a problem here

    i do not understand what to enter as the 'Server IP address'



    i have the same 220bx modem. airtl 128kbps unlimited connection



    but i connect the modem to my ethernet card via a VoIP device that i use.

    from the the VoIP device, one jack goes to the ethernet card and the other one goes to a phone.



    to access the internet, i had to make a change to my ethernet card IP settings. i set both IP and DNS to 'obtain automatically'. generally u use 192.168.1.2 for IP and so on. but i had to set ip and dns both to automatic bcos only then i can access the internet via the VoIP device with no problems.



    Now, in the port forwarding page, what should i enter as a Server IP Address?

  20. #20
    ComradE_BeaN is offline Upgraded User
    Join Date
    Feb 2006
    Posts
    2,428
    ^^go to command window (cmd ) & type ipconfig

    u shd see a report conatining IP address,subnet & gateway .



    Enter the address..(in my case 192.168.1.2 as seen in pic) as the server ip in the router page .
    Attached Images Attached Images
    "If you want to use a hard drive in the vertical position, you must first reformat it in the vertical position!"

 

 
Page 1 of 7 123 ... LastLast

Similar Threads

  1. Cant forward port 80 on Beetel 220bx?
    By Checksum in forum Networking
    Replies: 2
    Last Post: 29-08-08, 09:33 PM
  2. Port Forward problem with Beetel 440TXI
    By dafreaking in forum Networking
    Replies: 2
    Last Post: 19-08-08, 01:58 AM
  3. Beetel 220BX ?
    By palito in forum Internet Talk
    Replies: 1
    Last Post: 03-02-08, 01:25 PM
  4. Port forwarding in Beetel 220BX ADSL2+Modem
    By salman_arabi in forum Networking
    Replies: 11
    Last Post: 16-09-07, 06:50 PM
  5. port forwarding in beetel 220bx airtel modem???
    By Deepak in forum Internet Talk
    Replies: 7
    Last Post: 28-05-06, 10:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +5.5. The time now is 11:56 PM. Powered by vBulletin® Version 4.1.12
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO 3.6.0 PL2