eoip over pptp connection problem

Hello, I have a problem with EoIP over PPTP. The issue is that I have established a PPTP connection between two MikroTik devices, A and B (devices can ping each other). I want to create a network connection using an EoIP tunnel for transmitting IP camera data from one location to a recorder in another location.

PPTP Configuration for A:

Local address: 192.168.189.1
Remote address: 192.168.189.2
PPTP Configuration for B:

Local address: 192.168.189.2
Remote address: 192.168.189.1
I configured the channels by setting the local IP to match the local address on the PPTP channel and the remote IP to match the remote address on the channel, with the same channel number.

EoIP Configuration for A:

name=“eoip-tunnel1” mtu=1500 actual-mtu=1500 l2mtu=65535
mac-address=02:6A:E1:A1:1D:78 arp=enabled arp-timeout=auto
loop-protect=default loop-protect-status=off
loop-protect-send-interval=5s loop-protect-disable-time=5m
local-address=192.168.189.1 remote-address=192.168.189.2 tunnel-id=103
keepalive=10s,10 dscp=inherit clamp-tcp-mss=yes dont-fragment=no
allow-fast-path=yes

EoIP Configuration for B:

name=“eoip-tunnel1” mtu=1500 actual-mtu=1500 l2mtu=65535
mac-address=02:1A:F0:90:9B:35 arp=enabled arp-timeout=auto
loop-protect=default loop-protect-status=off
loop-protect-send-interval=5s loop-protect-disable-time=5m
local-address=192.168.189.2 remote-address=192.168.189.1 tunnel-id=103
keepalive=10s,10 dscp=inherit clamp-tcp-mss=yes dont-fragment=no
allow-fast-path=yes

The EoIP channels are added to the bridge on both sides.

Unfortunately, the channel does not want to establish itself, and the bridge has the interface status as a disabled port. I have reviewed several manuals and videos on configuration, and theoretically, it should work right away, but it’s not working. Any ideas? Version OS 7.8.

Thank you in advance for your help.

I apologize for cluttering, but I have already found the issue. The firewall input rule had a drop setting for everything outside the LAN, which was blocking the establishment of the tunnel, even though the tunnel interface was added to the LAN interfaces list.