Skip to content

Instantly share code, notes, and snippets.

@vavavr00m
Forked from marfillaster/Converge-F670L.md
Created May 2, 2024 06:09
Show Gist options
  • Save vavavr00m/d2b9e1aa554b673b974ad1ce035e45f5 to your computer and use it in GitHub Desktop.
Save vavavr00m/d2b9e1aa554b673b974ad1ce035e45f5 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.

https://www.animmouse.com/p/converge-zte-bridge-mode/

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