Routing between interfaces (Public IPs)

Hello,

I have a slight problem with routing.. Ok here is my scenario:

Internet Provider ETH1 → RB433 → WLAN1 → CPE
Internet Provider gives me a static ip address via DHCP 1.2.3.4/24 which works without a problem.
He also directs a block of Public IPs to my router 1.2.4.16/28 (network 1.2.4.16-1.2.4.31).
This Public IPs I want to use in PPPoE server on WLAN1.

I assigned PPPOE interface WLAN1 → 1.2.4.17
IP PUblic Pool → 1.2.4.20-1.2.4.25

But I cannot seem (or know how) to route traffic bettwen WAN and WLAN1 interface.
I tried assigning static pubic IP to WLAN1 1.2.4.18/28 but no luck

I see incoming traffic in log if I ping or telnet to public IP in /28 subnet.
I don’t know how to tell RouterOS to respond to that trafic.

Any help or pointers are appriciated.

Thank you..

Hello,
we have managed to get everthing working. It was a problem in Routing distance!
DHCP Client on wan finds default route (gateway) but assigns distance 0 (local box) insted of 1 (first hop).
Maybe a possible DHCP Client bug?

But interesting now it works even if the distance is 0?!

Huntah