Hi everyone, im trying to set up a HEX PoE as a pppoe client. Unfortunately is not working and i can’t find why. In some part it seems like it stopped “anwering” to the ISP Server after the PPPoE discovery and some negotiation, After the ISP server sent the same packet 10 times (About auth negotiation), hex dont responds so ISP Server finally sent a PADT Packet and connection drop. I can see this using a sniffer (Mirror ether1 port on ether5 and capture using wireshark)
If i let it continue it just repeat the same process.
Scenario
ISP --------- Fiber --------- ISP ONU (Bridged) -------------- HEX (ether1 with no ip)
Important Info
- Stock Out of the box configuration after reset used
- I just created the pppoe connection with default config
- no other “special stuff” in the box (Mikrotik beginner here)
Steps to set up
- Set Up the PPPoE, with username and password.
- Try to connect - Never finishes always got a disconnected
- Enable Log Topics(ppp, pppoe, debug, packets)
- Set up a Windows Machine with same values and connected to the same ethernet port at ONU and worked fine (Changed the NIC just to check MAC address limitation and worked with both nics)
Issue
The connection do not works, never connects and i got this logs

If you use a snnifer on the ether1 interface you get this

After 10 request the ISP server gives up and sent a PADT
In some point i was able to get this error exactly when it stopped answering but don’t know how to get it again (don’t remember the topics or order)
PPP received non-LCP packet (0x21) when LCP not open
Whats Done
- Multiple Factory Resets
- Differente RouterOS (6.49.8, 7.10.2, 7.11rc2)
- Tested with a windows Machine (works perfectly)
- Changed ppp profile, and auth options but no luck (Same behavior)
- Removed Auth options, username, password etc… and same behavior
My end goal is to replace the ONU equipement with the Mikrotik, but right now just removing the routing function of the ONU is fine.