Skip to content

Instantly share code, notes, and snippets.

@cyppst
Created August 21, 2019 06:02
Show Gist options
  • Save cyppst/f7d4798464500e19ab5ce1e61e0cc8e2 to your computer and use it in GitHub Desktop.
Save cyppst/f7d4798464500e19ab5ce1e61e0cc8e2 to your computer and use it in GitHub Desktop.
fiberhome
I don't know if bridge mode works without the help of pldt but here are the steps to revert back to internet wan.
TRY THIS AT YOUR OWN RISK! I WILL NOT BE RESPONSIBLE IF YOU MISCONFIG YOUR ROUTER.
0. enable telnet in fiberhomesuperadmin.
1. go to cmd then type "telnet 192.168.1.1" without the quotes.
2. it will ask you for the login details.
username and password: gepon
3. type ddd then type shell
4. it will ask you to login to port 26
5. close the current telnet window
6. go to cmd again but this time, type "telnet 192.168.1.1 26" without the quotes.
7. it will ask you once again for the login credentials
8. type root for the username and GEPON for the password.
9. type "vi fh/extend/web/js/wan_sfu.js"
10. navigate using the arrow keys and go to line 496 and press the letter i on your keyboard and you will see curWANmode == 2. change the number 2 to 5.
11. press the esc key.
12. type ":wq" without the quotes.
13. you can now change the wan type to internet and use bridge mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment