Anime4000 / RTL960x

Hacking RTL960x based xPON ONU Stick to suite your Universal OLT
The Unlicense
664 stars 111 forks source link

Indihome OLT push configuration to enforce ODI running as router mode #265

Open nguyenthanhhong-tg opened 8 months ago

nguyenthanhhong-tg commented 8 months ago

Hi All,

Recently I got problem with Indihome on my ODI. Earlier, it worked fine in bridge mode and MikroTik dialed successfully for 3 years ago.

Now it seems Indihome did some changes on their OLT to enforce ODI running as router mode (as below image). OLT pushed PPPoE configuration and OID dialed directly on it.

I already tried with SFU and HGU firmware (M110_sfp_ODI_220304.tar, M114_sfp_ODI_Vlan_220414.tar, M114_sfp_ODI_hybrid_221209.tar) and got the same result.

Can someone let me know if I block ODI to dial directly or prevent OLT push configuration of PPPoE so that my MikroTik can dial PPPoE?

Thank you,

ODI - 00 ODI - 01 ODI - 02 ODI - 03

Anime4000 commented 8 months ago

let's troubleshoot,

can you share the output from telnet:

omcicli mib get 78
omcicli mib get 84
omcicli mib get 131
omcicli mib get 148
omcicli mib get 171
omcicli mib get 329
nguyenthanhhong-tg commented 8 months ago

Hi @Anime4000,

Below are output from my ODI. It is running firmware version V1.2.2-221209.

omcicli mib get 78 omcicli mib get 84 omcicli mib get 131 omcicli mib get 148 omcicli mib get 171 omcicli mib get 329

Anime4000 commented 8 months ago

if you create new link bridge, and the nas0_0 need to put wrong account, can mikrotik dial?

nguyenthanhhong-tg commented 8 months ago

Hi @Anime4000,

You can see NOTE: This wan is created by the olt!, so that I can't delete this and create new one. Also can't modify current PPPoE account.

Anime4000 commented 8 months ago

I see MIB 148 push some account, I wonder if this can be unset

nguyenthanhhong-tg commented 8 months ago

Let me try to switch image to M110_sfp_ODI_220304.tar and delete nas0_0. Last time I could delete.

nguyenthanhhong-tg commented 8 months ago

I am running version M110_sfp_ODI_220304.tar and delete nas0_0 and nas0_1 and create new one as below. So, theoretically, I will dial directly on sfp interface, no need create vlan then dial on that vlan, is it? bridge

Anime4000 commented 8 months ago

Yes, try Admin Status: Disable, don't let OLT manage your port

nguyenthanhhong-tg commented 8 months ago

I tried yesterday evening and it did not work.

  1. First case: delete all auto configuration from OLT, then create interface nas0_0 as bridge mode and tag VLAN 2483 on WAN interface of ODI.
  2. Second case: delete all auto configuration from OLT on WAN interface, then create VLAN 2483 on MikroTik .
Anime4000 commented 8 months ago

I notice the ME 171, Entity Id 0x4101 some kind of special, the Me Point to 0x4### id

let's try override to use 0x101 (LAN 1)

omcicli mib set 171 0x4101 AssociatedMePoint 0x101
omcicli mib set 84 0x4101 FwdOp 0x02
omcicli mib set 84 0x101 FwdOp 0x02