CHR Interface Problems

Hello everyone,

I have installed a CHR on my Proxmox Dedicated Server. This is almost working so far, I had a pfSense running before and wanted to replace it with a CHR in a VM. The problem I currently have is that I can reach the CHR VM, but I cannot ping the LAN interface from the CHR, the interface is virtually dead from the CHR, but if I give myself an IP in the network in a VM in this area, everything works. The configuration seems to be correct, but the MikroTik itself has problems pinging from the LAN interface. I can’t explain this, a search in the forum didn’t help.

ether1: (WAN)
ether2: (LAN)

CHR Config:

/interface ethernet
set [ find default-name=ether1 ] disable-running-check=no
set [ find default-name=ether2 ] disable-running-check=no loop-protect=on
/interface wireguard
add listen-port=13231 mtu=1420 name=wireguard1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip address
add address=10.43.1.1/24 interface=ether2 network=10.43.1.0
add address=193.32.221.XXX/26 interface=ether1 network=193.32.221.XXX
/ip dhcp-client
add interface=ether1
/ip dns
set servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat fragment=no out-interface=ether1 \
    src-address-type=""
/ip route
add dst-address=0.0.0.0/0 gateway=193.32.221.XXX

Ping and Torch on the CHR:
picture attached.
CHR_Traceroute_and_Routes.png
Test LXC Container in the LAN:
picture also attachted with ping and traceroute checks.
LXC_Test_Traceroute.png
LXC_Test_Ping.png
Traceroute and routes from the chr:
picture also attachted
CHR_PING_AND_TORCH.png