Skip to content

Instantly share code, notes, and snippets.

@marfillaster
Last active April 5, 2025 21:41
Show Gist options
  • Save marfillaster/5cfdc5d2c9e0bed3d8979f07944c051a to your computer and use it in GitHub Desktop.
Save marfillaster/5cfdc5d2c9e0bed3d8979f07944c051a to your computer and use it in GitHub Desktop.
Converge F670L Bridge mode
  1. Go to Network - WAN - WAN Connection WAN Connection
  2. Right click Type Route dropdown select and click "Inspect" in the context menu.
    In console, run the code below:
    document.getElementById('Frm_mode').options[document.getElementById('Frm_mode').options.selectedIndex].setAttribute('value', 'BRIDGE');
    Change_mode();
    
    output2
  3. Input New Connection Name. Example: Bridge. Click Create.
  4. Go to Network - WAN - Port - Binding
    Select the Bridge WAN Connection. Check LAN3. Check other WAN connections and make sure LAN3 is not checked.
  5. Connect the WAN connection of your Router to Port3 of the Converge CPE.
  6. Configure your router's DHCP client.
@Yurei516
Copy link

Hi, does this router support WDS bridging? or just wired?

@jtxnn678
Copy link

It works! - Converge ZTE F670L (blue firmware)

@realcapo
Copy link

realcapo commented May 4, 2024

Does this work without a VLAN assigned to the bridge? No internet if I don't put in VLAN 10.

@thisisjerk
Copy link

Does this work without a VLAN assigned to the bridge? No internet if I don't put in VLAN 10.

The setup won't function if the VLAN ID field is left blank.

@knightmayr3
Copy link

Can you guys recommend a gaming router that is good at bridging converge modems to lower the latency?

@knightmayr3
Copy link

image

I have this kind of Modem., is the procedure the same?

@thisisjerk
Copy link

Can you guys recommend a gaming router that is good at bridging converge modems to lower the latency?

I have a GL.iNET Flint AX1800 router with OpenWRT. It works well for gaming because of SQM.

@thisisjerk
Copy link

image

I have this kind of Modem., is the procedure the same?

You can try it and let us know.

@laleeroy
Copy link

laleeroy commented Oct 20, 2024

Still getting local IP assigned by stock ZTE (PLDT) router, when I do the step below by @marfillaster I do not get ipv4 at all

Try also to set Lan3 to Wan in Network-LAN-DHCP Port Service screen. Not really sure if it has any use though but let me know

Edit: Finally managed to enable the bridge mode on F670L (PLDT) with a lil bit alteration to the steps stated in the guide

@osnipezzini
Copy link

Still getting local IP assigned by stock ZTE (PLDT) router, when I do the step below by @marfillaster I do not get ipv4 at all

Try also to set Lan3 to Wan in Network-LAN-DHCP Port Service screen. Not really sure if it has any use though but let me know

Edit: Finally managed to enable the bridge mode on F670L (PLDT) with a lil bit alteration to the steps stated in the guide

Maybe you can share with us what changes you needed to make, to help us like this article helped.

@TLPNull
Copy link

TLPNull commented Apr 5, 2025

I have this kind of Modem., is the procedure the same?

It works, but you must change it manually and must be bridge lowercase
Untitled
Untitled2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment