I am trying use pppoe to distribute public ip /29 on eth1 (router ip is in group/29) through eth4 (10.0.4.0/24) and across a wireless bridge to cpe. That part works now.
The connection does establish and sends public ip address to client computer as /32 address from the public-pppoe-pool. The client computer receives public-ip with subnet mask=255.255.255.255 and GW=0.0.0.0.
But the client address is not ping-able from outside, public side of network, and also, the client with the public ip pppoe address can not access the internet.
Eth1 address is public ip/29. Eth4 address is 10.x.x.x – wireless link is Ubnt clear bridge w WDS. The pppoe server is on interface Eth4. Any suggestions?
Internet(xxx.xxx.xxx.129)<–>eth1(xxx.xxx.xxx.130)<–[MKT]–>eth4 (pppoe server)–[AP]–[CPE]-(xxx.xxx.xxx.131)
proxy-arp is set on both interface E1 and E4
The config seems to follow Mikrotik wiki and other forum examples, any ideas, assistance greatly appreciated, what am I missing,