DSL 502T - Bridge Mode Tutorial on MTNL Broadband

  • Thread starter Thread starter krish_88
  • Start date Start date
  • Replies Replies 47
  • Views Views 45,443
@yogi same here i wanna access my ifone via WIFI ..krish 88 plz give us some tips ;)thanx ,,
 
If u switch to bridge mode..then u lose the ability to share the internet connection with other devices in the same manner when u were using the PPPoE mode..coz bridge mode always needs a machine/router to dial the PPPoE connection..the modem itself loses the ability to dial and create a PPPoE connection.
 
If u switch to bridge mode..then u lose the ability to share the internet connection with other devices in the same manner when u were using the PPPoE mode..coz bridge mode always needs a machine/router to dial the PPPoE connection..the modem itself loses the ability to dial and create a PPPoE connection.


Thanks for the confirmation. I was looking high & low for a way to use Wifi for the laptop & bridge mode in the modem. Looks like I will have to just bear with the 'April Problems' + the over metering or shift to another ISP.:cry:
 
I will post another new method to use your connection from bridged mode. Stay tuned :)

----------

Requirements: System Scheduler, Telnet scripting tool

Download it from here
System Scheduler - Download

2. Telnet scripting tool
FreewareWeb - Freeware: Telnet Scripting Tool - script automate sessions

The First three steps would be the same. Even though, i am listing them

1. [FONT=&quot]Open the Router page (192.168.1.1)
http://img23.imageshack.us/img23/9417/bridgemode1.jpg
[/FONT]
2. Click on WAN and change the WAN Setting on the left hand side page.


http://img23.imageshack.us/img23/9624/bridgemode2.jpg


3. [FONT=&quot]Click on Apply.
http://img26.imageshack.us/img26/4027/bridgemode3.jpg

Note: After this step, do not go for Save and reboot

4. Download and install the System scheduler mentioned above.

5. Create a notepad file with some of these contents in it and save it as Routerreboot.txt

[/FONT]192.168.1.1 23
WAIT \"login\"
SEND \"admin\m\" ---> Router Username(Already changed to admin)
WAIT \"Password\"
SEND \"Routerpassword\m\" ---> Change this password of yours.
WAIT \"#\"
SEND \"reboot\m\"
WAIT \"#\"

[FONT=&quot]Note: I have already mentioned the username, you don't need to change. Only change the password.

6. Download Telnet scripting tool from the above link.

7. Now place the notepad file in a new folder, along with the downloaded Telnet scripting tool. Keep both of them in one single folder.

8. Now, open System scheduler and go click on "New Event"

http://img35.imageshack.us/img35/5572/opensysscheduler1.jpg



9. Fill up the required details and save it
http://img16.imageshack.us/img16/4231/saveitg.jpg


Title: Router Reboot
Application:Browse and locate your telnet scripting tool as per your folder and drive.
Parameters: Let it remain the same
Working Dir:[/FONT][FONT=&quot]Browse and locate your Router reboot.txt you created as per your folder and drive.[/FONT]
[FONT=&quot]
Note: Under this, i have placed all the required files in my C drive. And hence you will find it as C:\Router\reboot.txt and the application as well.
Do not change the parameters. Type as it is shown in the picture.

10. This Tool is very useful to Night Unlimited users. As auto-reboot of Router takes place. You can schedule it.
http://img43.imageshack.us/img43/3650/schedulelikethis.jpg


Thats it :)
[/FONT]
 
Advantage:
You don't need to wait for starting your downloads. Just go to the router, follow the first steps then use the System scheduler to automate reboot of your router. It will automatically change from bridged mode to PPPOPE Mode and your download starts automatically. Hope you liked it.
Credit: djPreshit for system scheduler stuff
 
having trouble setting it up with a Netgear DG834G. When i hit connect on the "MTNLPP" connection, i get an invalid user/pass message. Have double checked the password details. any ideas would be appreciated
 
How to schedule a connection in bridged mode(for 849Nu users)

Requirements:

1. System scheduler
Download it from here
System Scheduler - Download

2. Script for Auto-connect(PPPoPE) and Auto-disconnect


Step 1.
Open a notepad file and type this script as below and save as connect.CMD
@ECHO OFF

:CONNECT
rasdial Connection name Yourteleno yourpassword
if NOT %ERRORLEVEL% ==0 GOTO FAILED
EXIT

:FAILED
GOTO CONNECT


Note: This is an Automatic connecting script through PPPOPE.

2. Again, open a Notepad file and type this script and save it as Disconnect.CMD

rasdial Yourconnectionname /DISCONNECT


3. Now, open System scheduler and go click on "New Event"

http://img35.imageshack.us/img35/5572/opensysscheduler1.jpg

4. Create a new event with Event type as "Run application" and Title as "Connect" and Locate the "Connect.CMD" file under Application. Leave the other fields empty and click on "Save".
http://img268.imageshack.us/img268/749/sysf.jpg

5. Do the same for Disconnect as well. Fill up the details and save it
http://img195.imageshack.us/img195/2286/disconnect.jpg

6. You can schedule the Auto-connect and disconnect as per your need.
http://img43.imageshack.us/img43/3650/schedulelikethis.jpg
 
Hi Krish,Thanks once again for all your awesome effort & taking time to pen-down all the steps for shifting to a bridged mode connection.Yesterday I successfully implemented the steps outlined by you on page 1/post 1 of this thread for shifting to bridged mode. I followed your exact steps & was pretty much successfull in getting rid of majority of those dreaded 'April Problems'. Although, in bridged mode, I did face a couple of disconnection problems in the span of around 3 hours but by-and-large, it was a pretty satisfying experience.But today when I tried connecting/dialing the bridged mode connection, it was giving me some connection errors like "server not responding, redialling in 60 seconds". It showed this error quiet a few times & I had to 'save & reboot the modem' once again (without changing any settings in the router). After the reboot, it did connect successfully but got disconnected immediately within 1 min. But after a few more unsuccessfull attempts, the connection got establishd successfully & now is working without any hiccups & I hope it continues to do so. Let's see. Bottom line is that those 'April Problems' have been successfully eliminated in bridged mode (atleast as of now I can surf peacefully; thanks to you)I was just wondering why the bridge-mode connection was giving me errors today ?Thank You Once again for your time & effort Krish.
 
Back