Problem with PPPoE MT HaP ax2 + HUAWEI DN8245X6-10 - BRIDGE

Maybe someone has had experience connecting a MikroTik Hap ax2 to a HUAWEI DN8245X6-10 router in BRIDGE mode and can share their experience and settings regarding this topic. In this scenario, I have a problem with the PPPoE connection itself.

Summary

export

2025-10-20 13:06:14 by RouterOS 7.20.2

/interface bridge
add name=BRIDGE
/interface ethernet
set [ find default-name=ether1 ] l2mtu=1492 mac-address= mtu=1492
/interface pppoe-client
add ac-name=NETIA-BRAS add-default-route=yes disabled=no interface=ether1 name=PPPoE-ONT user=
/interface list
add name=ONT
add name=LAN
add name=WG
/ip pool
add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=BRIDGE name=dhcp1
/interface bridge port
add bridge=BRIDGE interface=ether2
add bridge=BRIDGE interface=ether3
add bridge=BRIDGE interface=ether4
add bridge=BRIDGE interface=ether5
add bridge=BRIDGE interface=wifi1
/interface detect-internet
set detect-interface-list=ONT
/interface list member
add interface=BRIDGE list=LAN
add interface=ether1 list=ONT
/ip address
add address=192.168.88.1/24 interface=BRIDGE network=192.168.88.0
add address= interface=ether1 network=
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=8.8.8.8 gateway=192.168.88.1
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway= routing-table=main scope=30 suppress-hw-offload=no target-scope=10

Two things
Major: You need to include the username in interface settings
/interface list member
add interface=BRIDGE list=LAN
add interface=ether1 list=ONT
add interface=PPPoE-ONT list=ONT

Minor: set internet detect to none, its been known to cause issues in the past.

Possibly a problem: If you are using ppoe its all defined in the pppoe client interface, which means
you should NOT have any ip dhcp client ( aka it should be DISABLED) AND you should not have any ip address entry for wan.
Thus ensure this is removed
/ip address
add address=192.168.88.1/24 interface=BRIDGE network=192.168.88.0
add address= interface=ether1 network=

You seem to have an IP route, but you shouldnt need one ??

OK
IP ADDRESS - deleted
DHCP SERVER -deleted
ETHER1 - MAC from MT or clone from HUAWEI?
some route?

..like this?:

Summary

export

2025-10-20 15:41:04 by RouterOS 7.20.2

/interface bridge
add name=BRIDGE
/interface ethernet
set [ find default-name=ether1 ] l2mtu=1492 mac-address=vv:vv:vv:vv:vv:vv mtu=1492
/interface pppoe-client
add ac-name=NETIA-BRAS add-default-route=yes disabled=no interface=ether1 name=PPPoE-ONT user=nameforuser
/interface list
add name=ONT
add name=LAN
add name=WG
/ip pool
add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254
/interface bridge port
add bridge=BRIDGE interface=ether2
add bridge=BRIDGE interface=ether3
add bridge=BRIDGE interface=ether4
add bridge=BRIDGE interface=ether5
add bridge=BRIDGE interface=wifi1
/interface list member
add interface=BRIDGE list=LAN
add interface=ether1 list=ONT
add interface=PPPoE-ONT list=ONT
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=8.8.8.8 gateway=192.168.88.1

On the huawei, you likely need to tick at least of the LAN1-LAN4 interfaces, the one to which the Mikrotik ether1 is attached. (And probably Enable WAN needs to be checked)

You should remove the following it will break the pppoe.
(Pretty much leave ether1 as default with maybe an alternate mac address if really needed)

set [ find default-name=ether1 ] l2mtu=1492 mac-address= mtu=1492

I assume your firewall rules are very similar to default, but with ONT standing in for WAN in this case
If not, they need to be, (You need masquerade outbound on the ONT interface(s), as well as firewalling inbound on the ONT interfaces)

Summary

On the huawei, you likely need to tick at least of the LAN1-LAN4 interfaces, the one to which the Mikrotik ether1 is attached. (And probably Enable WAN needs to be checked)

No

  • Above is a picture of the settings recommended by the ISP (for BRIDGE) - without using VLANs.
Summary

I assume your firewall rules are very similar to default, but with ONT standing in for WAN in this case
If not, they need to be, (You need masquerade outbound on the ONT interface(s), as well as firewalling inbound on the ONT interfaces)

New installation of settings
Firewall = off
Masquerade - tell me for what and where?

Summary

interface ethernetset [ find default-name=ether1 ] l2mtu=1492 mac-address=vv:vv:vv:vv:vv:vv mtu=1492

here is default, MAC from MIKROTIK (ether1)
but I can paste the cloned MAC from HUAWEI there (maybe the supplier requires it) - I asked about it above

ps
I'll call the provider tomorrow..maybe they are BLOCKING the connection from a device other than HUAWEI.

You seem to be attempting to use the Mikrotik as the internet gateway, this is likely the only reason you would use bridge mode on the Huawei. Presumably the Huawei will then just be acting as some form of modem (VDSL? GPON?)
In which case you really need firewall and masquerade on the Mikrotik.

If this is the case, I would suggest you revert to the default configuration, which has a good default firewall.
Then add the pppoe interface to the ether1 interface and add this pppoe interface to the WAN interface list. (Also remove or disable the default dhcp client on ether1)

You should leave the l2mtu and mtu on ether1 alone. The PPPoE interface gets the 1492 mtu, and it needs the underlying ethernet interface ether1 to have a larger l2mtu than 1492, so it can fit the pppoe headers as well as the actual ip packets.

Summary

You seem to be attempting to use the Mikrotik as the internet gateway, this is likely the only reason you would use bridge mode on the Huawei. Presumably the Huawei will then just be acting as some form of modem (VDSL? GPON?)

I need to ask apologize you.
So, if I understand correctly, you're write even though you don't really know what I'm asking, yes?

PROBLEM:
no MT connection with the operator's network/ONT relay using PPPoE without Vlan

PURPOSE:
obtain RX/TX TRAFFIC on PPPoE using client on MT - without other settings

nothing else

Summary

ps
I'll call the provider tomorrow..maybe they are BLOCKING the connection from a device other than HUAWEI.

Maybe tomorrow I will receive an answer from the internet provider

You still should at least check the checkbox next to the LANX interface that you use to connect to the hAP ax² under Binding Options.

Then, reset your hAP ax² to the default configuration (System -> Reset Configuration, do not check any checkbox at all!). Then once that's done, connect to the Router using WinBox. After login the Quick Set window will popup up. Select router mode and PPPoE

And Quick Set will automatically perform these for you:

You don't have to do it manually. You only need to fill-in the PPPoE login information. If you need to clone the ISP MAC address, you can do on this window too.

Afterwards, do not return to this Quick Set window. It's intended to be used once after configuration reset.

Don't try to be clever with the firewall when you are not yet experienced. Use the defconf firewall which is both safe and performant.

hmmmmm……..response from my internet provider:

Summary

"We operate on another operator's infrastructure. The connection MUST be established via a VLAN. The information regarding setting up the HUAWEI DN8245X6-10 router in BRIDGE mode without using a VLAN does not apply in your case. Best regards."

Because of this, I thank everyone for your engagement and answers.
For me, this topic is now closed.

regards

Then its simple assign vlan to etherX,
And ip dhcp client set to VLAN