Skip to content

Instantly share code, notes, and snippets.

@marfillaster
Last active May 5, 2024 04:46
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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.
@justinktn
Copy link

This does not work. Any solutions?

@justinktn
Copy link

I am still getting internal IP and I cannot connect to the Internet.

@marfillaster
Copy link
Author

marfillaster commented Apr 1, 2022

@JustinT1188 You will either get a CGNAT IP in your router or no IP at all (happens sometimes). You will not get an internal IP. Make sure you plugged the ethernet in Port3/Lan3 port.

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

@justinktn
Copy link

Should I disable the WAN for the modem that it uses for the WiFi? I just want to have multiple WAN IP address if possible so the service will still be running as usual in WiFi but when I want to tinker with other firewalls, then I will get a public IP on other LAN port without NAT and other router related services

@justinktn
Copy link

If I'm not mistaken, this is possible with PLDT Fibr residential plan and Globe Fibr. So I know that this is also possible with Converge

@iBuhGit
Copy link

iBuhGit commented Nov 5, 2022

  1. Configure your router's DHCP client. - the second router i.e. the one that is NOT the ZTE router?

@nuarnear
Copy link

nuarnear commented Dec 8, 2022

It works.

@marfillaster
Copy link
Author

marfillaster commented Jan 3, 2023 via email

@volhack
Copy link

volhack commented Jan 19, 2023

Me pueden ayudar para sacar la contraseña del ppoe en zte F670L gracias

@hangtime21
Copy link

If I'm not mistaken, this is possible with PLDT Fibr residential plan and Globe Fibr. So I know that this is also possible with Converge

Were you able to troubleshoot this? I did the steps but still no internet in the other router's wifi. If by DHCP settings it means disable the dhcp of the other router then I also did that.

@Ricardopdiaz
Copy link

Same here, manage to access super admin and add the bridge mode but nothing changed, any advice?

@thisisjerk
Copy link

thisisjerk commented Sep 25, 2023

This is working, however the speed decreases to 100mpbs. How were you able to bypass this limit?

EDIT: Resolved. My NIC has changed from 1000 mbps to 100 mbps. Had to reset the network or reseating the LAN cable.

@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.

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