Routing for clients assigned public IP via pppoe

Thank you for your replies


I also tried with a dummy 10.10.10.1 IP. But that did not make any difference. Ultimately, I followed this post: Give out Public IPs Using PPPoE Server


I'm not sure I understand what you're saying. Isn't that what i did with

/ip pool add name=pool-pppoe-public ranges=1.2.3.3-1.2.3.20



I use 1.2.3.2 in 2 places:

/ip address add address=1.2.3.2/24 interface=ether1-isp network=1.2.3.0
/ppp profile add local-address=1.2.3.2 name=pppoe-public remote-address=pool-pppoe-public

But I do not use it for the clients / pool. That starts at 1.2.3.3:

/ip pool add name=pool-pppoe-public ranges=1.2.3.3-1.2.3.200



No, that's it. I set up a bare system to test this


I tried enabling it just on one interface and I was not able to ping out. That's why I enable it on both. It was also suggested in PPPoE with Public IP