Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fiberhome #131

Closed
john01031 opened this issue Mar 8, 2023 · 39 comments
Closed

Fiberhome #131

john01031 opened this issue Mar 8, 2023 · 39 comments

Comments

@john01031
Copy link

Hi, I'm not sure what I'm doing wrong, I added all the details and I got in the following loop o2 to o5 initial status, my ISP uses Fiberhome, I wonder if it is a no-go on this platform since there is no Ploam password:

image

@Anime4000
Copy link
Owner

fiberhome OLT have many restriction, have you set OMCI_OLT_MODE to 21 ?

@john01031
Copy link
Author

Yes, I've tried that, with no luck, I have root access to the fiberhome ONT and I can't find the ploam information anywhere on it, loid and loid pass is found and other information are available but that

@Anime4000
Copy link
Owner

MAC Address also change? together with generate MAC_KEY

@john01031
Copy link
Author

Yes, that too

@Anime4000
Copy link
Owner

can show share me the flash get you set?

@john01031
Copy link
Author

Yes, I'll get those once I get home

@john01031
Copy link
Author

image

@john01031
Copy link
Author

I've got to see some OMCI messages on my original onu and it reports this:
image
However, even with this information, it is a no go :(
It also converts the serial to hex:
image
then the only thing mentioning PLOAM appears, and then it synchronizes:
image

@nguyenthanhhong-tg
Copy link

Seems it must authenticate with PLOAM. Make sure your PLOAM correct.

@ChemChanwit
Copy link

Me too image Clone everything but not work image ISP technician told me they use ONU_SN for authenticate

@john01031
Copy link
Author

I see... lets's hope to find someone who had luck with Fiberhome, probably something on the firmware maybe?

Seeing on the Fiberhome onu firmware I only can find the default values
image

@ChemChanwit
Copy link

How to get root access on the FiberHome ONU ?

@john01031
Copy link
Author

john01031 commented Mar 10, 2023

I was able to force the telnet server to start before fiber sync, then I made the change permanent on /etc/rc.d/ I had the admin password before in my case, if you do not have that you will need to read the chipboard

image

http://YOUR_IP/fiberhome/telnet_enable.asp > This enables the telnet service on port 23, then you login with user and pass GEPON and GEPON, then you use the command ddd to enter debug mode, after that you use the command shell to raise the root telnet service on port 26 (This only works if you have the page's admin password)

to login on port 26 the credentials are: user root and pass GEPON

@ChemChanwit
Copy link

telnet port 26 User root and Pass GEPON not working :(

@john01031
Copy link
Author

It seems your provider uses some custom stuff on the firmware, maybe you're going to need to use the serial interface, have you tried root / root?

@ChemChanwit
Copy link

root/root not working :( maybe I should change ISP LOL

@john01031
Copy link
Author

john01031 commented Mar 10, 2023

I'm starting to think the same over here... this platform sucks big time (I mean fiberhome)

@john01031
Copy link
Author

I just found this schematic on "Van Tech Corner" youtube channel, I'll try it later with the serial number as the PLOAM password

image

@ChemChanwit
Copy link

I tested and it worked on Huawei (SN) and ZTE (PLOAM) for now i give up with FiberHome 😂😂

@john01031
Copy link
Author

john01031 commented Mar 10, 2023

Not results from my side with the SN as ploam, haha

I wonder if someone ever made this work with fiberhome
I'm running the following firmware version:
image

@nguyenthanhhong-tg
Copy link

Router is FiberHome, but what is your ISP name?

@sweetpotato133
Copy link

Not results from my side with the SN as ploam, haha

I wonder if someone ever made this work with fiberhome I'm running the following firmware version: image

We are on the same boat, did you manage to fix this?

@john01031
Copy link
Author

john01031 commented Oct 11, 2023 via email

@kevindd992002
Copy link

So is this for PLDT?

@kevindd992002
Copy link

@sweetpotato133 made it work for him with PLDT by using the latest HGU firmware instead of the SFU. Mind sharing more details here for the benefit of everyone?

@jerome997
Copy link

any luck? I have the same issue with PH ISP:Globe Telecom

@john01031
Copy link
Author

john01031 commented Jan 3, 2024 via email

@Anime4000
Copy link
Owner

My ISP use Fiberhome, but OLT is configured to accept any ONT as ISP told me

@nguyenthanhhong-tg
Copy link

nguyenthanhhong-tg commented Jan 5, 2024 via email

@Anime4000
Copy link
Owner

You meant OLT accepts any ONU?

On Thu, 4 Jan 2024 at 18:33 Anime4000 @.> wrote: My ISP use Fiberhome, but OLT is configured to accept any ONT as ISP told me — Reply to this email directly, view it on GitHub <#131 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZNLBQBPVKLLQDAXPKXWZ53YM2HQPAVCNFSM6AAAAAAVUIOGNCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZWHE2DOOBTGY . You are receiving this because you commented.Message ID: @.>

Yes, OLT model is AN5116-06B+

ISP didn't tell me how they configure it to accept any ONT

@jerome997
Copy link

jerome997 commented Jan 10, 2024

@john01031
I've finally figured it out and made it work
need to set the RTK_* infos

in my case

<Value Name="RTK_DEVID_MANUFACTURER" Value="fiberhome"/>
<Value Name="RTK_DEVID_OUI" Value="000AC2"/>
<Value Name="RTK_DEVID_PRODUCTCLASS" Value="AN5506_04F1A"/>
<Value Name="RTK_DEVINFO_SPECVER" Value="1.0"/>
<Value Name="RTK_DEVINFO_SWVER" Value="RP2615"/>
<Value Name="RTK_DEVINFO_HWVER" Value="WKE2.134.285F1A"/>
<Value Name="DEVICE_NAME" Value="GPON"/>

@nguyenthanhhong-tg
Copy link

nguyenthanhhong-tg commented Jan 11, 2024 via email

@jerome997
Copy link

What does RTK_DEVID_OUI mean?

On Wed, 10 Jan 2024 at 22:11 jerome997 @.> wrote: @john01031 https://github.com/john01031 I've finally figured it out and made it work need to set the RTK_ infos in my case — Reply to this email directly, view it on GitHub <#131 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZNLBQDT63XVN2JL2EHVKM3YN2VRRAVCNFSM6AAAAAAVUIOGNCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBVGAZTENJUGM . You are receiving this because you commented.Message ID: @.*>

https://github.com/Anime4000/RTL960x/blob/main/Docs/FLASH_GETSET_INFO.md#oui

@kevindd992002
Copy link

@john01031 I've finally figured it out and made it work need to set the RTK_* infos

in my case

<Value Name="RTK_DEVID_MANUFACTURER" Value="fiberhome"/>
<Value Name="RTK_DEVID_OUI" Value="000AC2"/>
<Value Name="RTK_DEVID_PRODUCTCLASS" Value="AN5506_04F1A"/>
<Value Name="RTK_DEVINFO_SPECVER" Value="1.0"/>
<Value Name="RTK_DEVINFO_SWVER" Value="RP2615"/>
<Value Name="RTK_DEVINFO_HWVER" Value="WKE2.134.285F1A"/>
<Value Name="DEVICE_NAME" Value="GPON"/>

So aside from modifying the usual parameters like GPON_SN, OMCI_SW_VER1, OMCI_SW_VER2, HW_HWVER, PON_VENDOR_ID, GPON_ONU_MODEL, OMCI_OLT_MODE, and OMCI_FAKE_OK, what made it work for you is to modify the RTK_* properties?

Which ISP do you have? I have this working for Converge and Globe but was having issues with PLDT (Fiberhome) when I tried it last year. I'm planning to make it work with PLDT real soon.

Also, what fw are you using? 220923 SFU? Or are you using HGU?

@jerome997
Copy link

jerome997 commented Jan 11, 2024

@john01031 I've finally figured it out and made it work need to set the RTK_* infos
in my case

<Value Name="RTK_DEVID_MANUFACTURER" Value="fiberhome"/>
<Value Name="RTK_DEVID_OUI" Value="000AC2"/>
<Value Name="RTK_DEVID_PRODUCTCLASS" Value="AN5506_04F1A"/>
<Value Name="RTK_DEVINFO_SPECVER" Value="1.0"/>
<Value Name="RTK_DEVINFO_SWVER" Value="RP2615"/>
<Value Name="RTK_DEVINFO_HWVER" Value="WKE2.134.285F1A"/>
<Value Name="DEVICE_NAME" Value="GPON"/>

So aside from modifying the usual parameters like GPON_SN, OMCI_SW_VER1, OMCI_SW_VER2, HW_HWVER, PON_VENDOR_ID, GPON_ONU_MODEL, OMCI_OLT_MODE, and OMCI_FAKE_OK, what made it work for you is to modify the RTK_* properties?

Which ISP do you have? I have this working for Converge and Globe but was having issues with PLDT (Fiberhome) when I tried it last year. I'm planning to make it work with PLDT real soon.

Also, what fw are you using? 220923 SFU? Or are you using HGU?

yup that's pretty much it i just supplied the RTK_* values and it fixed my issue for the looping of O2-O5 ONU State

Im using this firmware https://github.com/rajkosto/RTL960x/blob/main/Firmware/DFP-34X-2C2/M110_sfp_ODI_220923FS.tar SFU mode

ISP: Globe
Device: Fiberhome AN5506_04F1A RP2615

@kevindd992002
Copy link

Perfect! Thanks for the tip. I'll try it out with PLDT.

@rajkosto do you have any ideas as to why the RTK parameters were needed in this case?

Anime4000 added a commit that referenced this issue Jan 12, 2024
@Anime4000
Copy link
Owner

Anime4000 commented Jan 12, 2024

Perfect! Thanks for the tip. I'll try it out with PLDT.

@rajkosto do you have any ideas as to why the RTK parameters were needed in this case?

I have checked with my ISP that using Fiberhome AN5116-06B+ OLT, it seem here doesn't read any RTK info, only standard OMCI

@Anime4000
Copy link
Owner

Mark as solved, added this as part of Troubleshooting Readme

Feel free to re-open if anyone encountered

@rodfai
Copy link

rodfai commented Mar 31, 2024

My ONU is fiberhome as well. After setting RTK thing, I got O5 but that's it. What should I look at after this ?
Checking VLAN and nothing show up. firmware 220923

o5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants