Results 1 to 15 of 15

Thread: Steps for changing pppoe into Bridge

  1. #1
    Silver Member
    Join Date
    Jan 2008
    Age
    28
    Liked
    0 times
    Posts
    423

    Exclamation Steps for changing pppoe into Bridge

    Frds,
    Im plannin to change my modem(UT200R2U) from pppoe into bridge.
    Can u please tel me what are all the steps i need to follow?

    >What should i change in http:\\192.168.1.1
    >I have enabled DMZ for port forwarding. Should i disable it?
    >How to create username and password?? (like dial up)
    >which script should i use for 2-8AM connect and disconnect?

    Im waiting for ur reply frds...

  2. #2
    Platinum Member whitestar_999's Avatar
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2,274

    Default

    go to connection properties/settings & change connection type from pppoe to bridge in mode.
    in bridge mode there is no need of port forwarding.in this mode all the traffic will come directly to your computer at all ports.
    in windows go to control panel--network connections---click on"create new connection" in left window.select connect to net---set my connection manually---connect using broadband connection that requires username password---type isp name(bsnl)---enter your username/password----click on create shortcut on desktop & then finish.
    now whenever you want to connect double click the icon(bsnl) on desktop 7 a window will come up for username/password.

    for connect/disconnect use batch files.
    paste these lines in notepad & save files as connect.bat & disconnect.bat

    for disconnect.bat---
    rasdial "bsnl" /disconnect
    for connect
    rasdial "bsnl" ******_***@bsnl.in password
    where bsnl is the name of my connection(it depends on what name you give to your connection)
    ******_***@bsnl.in is my username
    password is my password

    schedule these .bat files to run at 1:55AM(disconnect) & 2:05AM(connect) then again run disconnect.bat at 7:55AM.
    remember to save files as .bat as notepad saves files as .txt by default.when saving files select the file type as all files & then save the file as .bat.bat files are like .exe files & when you double click on them they execute like exe files.you can check your files by double clicking on connect.bat & disconnect.bat to see if they are working.
    Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil? Is he neither able nor willing? Then why call him God?

  3. #3
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    118 times
    Posts
    11,163

    Default

    Very good post, whitestar.

  4. #4
    Silver Member
    Join Date
    Jan 2008
    Age
    28
    Liked
    0 times
    Posts
    423

    Default

    whitestar.. thanks a lot for the detailed info...
    i tried.. and i found that changing the option is not that simple in \\192.168.1.1

    Check the attached screens one by one.

    1.jpg
    this is my existing pppoe setup.i clicked edit button then i got 2.jpg

    2.jpg
    what are all the options i need to select?? like VPI,VCI,Enable VLAN,Service category,Enable quality of service.. I only selected UBR with PCR then clicked next.. then it got the error.. 3.jpg

    3.jpg
    I have given peak cell rate as 1 and clicked next and got 4.jpg

    4.jpg
    Again i have two encapsulation mode here. I didnt change anything .. just selected optional box as "bridging" .. then clicked next.. got 5.jpg

    5.jpg
    didnt change anything clicked next..

    6.jpg
    This is the final screen.. Here i need to do save & reboot.. But i didnt do that.. waiting for u people...
    Attached Images Attached Images
    • File Type: jpg 1.JPG (82.8 KB, 95 views)
    • File Type: jpg 2.JPG (78.5 KB, 50 views)
    • File Type: jpg 3.JPG (75.8 KB, 48 views)
    • File Type: jpg 4.JPG (75.3 KB, 45 views)
    • File Type: jpg 5.JPG (69.6 KB, 42 views)

  5. #5
    Silver Member
    Join Date
    Jan 2008
    Age
    28
    Liked
    0 times
    Posts
    423

    Default

    6th pic
    Attached Images Attached Images
    • File Type: jpg 6.JPG (78.8 KB, 36 views)

  6. #6
    Platinum Member whitestar_999's Avatar
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2,274

    Default

    you are doing something wrong.in my modem when i select UBR without PCR peak cell rate box is grayed out meaning there is no value to be entered for UBR without PCR in peak cell rate but when i select UBR with PCR value 1 is set in the peak cell rate box automatically.when you click on edit connection you should just change the network protocol from pppoe to bridge like in your 4th pic.

    this is the last option you should try-----
    disable the existing connection.then click on ADD & add a new connection.this time select bridge mode instead of pppoe with rest of the values same as pppoe connection.after that disable this connection(it should be named as bridge_0_35 somthing) & take screenshots of all the settings of both connections.then enable the bridge one & see if you can connect by dialling from windows.if unsuccessful again disable this bridge connection & re-enable your pppoe connection to connect & post here the error messages.

  7. #7
    Platinum Member
    Join Date
    Feb 2008
    Liked
    0 times
    Posts
    2,766

    Default

    i am using UBR WITHOUT PCR and in encapsulation mode i am using LLC/SNAP-BRIDGING .. hope this helps

  8. #8
    Gold Member
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    722

    Default

    Excuse me, is there any advantage of changing the PPPoE to bridge mode?

  9. #9
    Platinum Member whitestar_999's Avatar
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2,274

    Default

    in bridge mode there is no need of port forwarding.all the traffic comes directly to your computer.also no one can connect to internet by just turning on the modem.you have to connect from windows using your bsnl username/password.only disadvantages are that since all ports are open to get security you have to use a firewall in your computer & only 1 computer/laptop can connect to net at one time i.e.no simultaneous net connection on two or more systems.

  10. #10
    Silver Member
    Join Date
    Jan 2008
    Age
    28
    Liked
    0 times
    Posts
    423

    Default

    Hey.. buddy.. i had changed it successfully.. but in bridge mode im getting disconnected for every 2 or 3 mins.. it really sucks.. so i wanted to go back to pppoe.. so i have changed bridge to pppoe... BUT NOW im getting problem.. previously when i was using pppoe.. if will automatically reconnect when the connection is lost.. but no.. its not reconnectins.. i need switch if off and on... is thr any settings we need to change???

  11. #11
    Platinum Member whitestar_999's Avatar
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2,274

    Default

    when you click on connect to/double click "BSNL" icon you get a screen where your bsnl username & password is entered.at bottom select"properties"tab.then select"options"tab.under "redialling options"set redial attempts to,say,100.time between redial attempts 10 sec & idle time before hanging up never.tick the "redial if line is dropped" option too.as long as your modem is on alongwith computer these settings should take care of disconnection problems.

  12. #12
    Silver Member
    Join Date
    Jan 2008
    Age
    28
    Liked
    0 times
    Posts
    423

    Default

    Quote Originally Posted by whitestar_999 View Post
    when you click on connect to/double click "BSNL" icon you get a screen where your bsnl username & password is entered.at bottom select"properties"tab.then select"options"tab.under "redialling options"set redial attempts to,say,100.time between redial attempts 10 sec & idle time before hanging up never.tick the "redial if line is dropped" option too.as long as your modem is on alongwith computer these settings should take care of disconnection problems.
    Thanks a lot dude.. but i want to stay with this pppoe... anothr reason is.. in pppoe im getting 230KBps.. whr as in bridge im getting only 160KBps...

  13. #13
    Platinum Member whitestar_999's Avatar
    Join Date
    Jan 2008
    Liked
    0 times
    Posts
    2,274

    Default

    that's strange!technically you should get better speeds in bridge mode as all ports are open.the only reason i can think of is due to frequent disconnections maybe your connections with seeders/peers is getting affected as modem dials faster than a computer.

    well just change the connection type back to pppoe from bridge with remaining settings same.you will just have to enter your bsnl username/password in the modem(without @bsnl.in i think) & then click on connect.once you get connected modem will remember your bsnl username/password.

  14. #14
    Silver Member
    Join Date
    Jan 2008
    Age
    28
    Liked
    0 times
    Posts
    423

    Default

    Quote Originally Posted by whitestar_999 View Post
    that's strange!technically you should get better speeds in bridge mode as all ports are open.the only reason i can think of is due to frequent disconnections maybe your connections with seeders/peers is getting affected as modem dials faster than a computer.

    well just change the connection type back to pppoe from bridge with remaining settings same.you will just have to enter your bsnl username/password in the modem(without @bsnl.in i think) & then click on connect.once you get connected modem will remember your bsnl username/password.
    buddy.. alrdy i had done that... now im on pppoe only.. and yes.. i have redial for every 1 sec.... that should be a problem.. rite??

  15. #15
    Platinum Member
    Join Date
    Feb 2008
    Liked
    0 times
    Posts
    2,766

    Default

    i find ppoe much more convenient and better!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)