I have an existing network utilizing PPPoE and issuing out public IP addresses to business customers. I want to add private address pools to same PPPoE server for residential customers. How can I accomplish this?
I know how to define the IP Pool. I’m not sure how to use private and public pools. I am using Usermanager and I see where I can choose different pools within the profile.
All you need to do is masquerade the static IP addresses. Creat a src-nat rule in /ip firewall NAT that matches the source address like 10.10.10.0/24 with an action of masquerade. That rule will NAT the 10. Ip over the IP address used as the ip that the router uses to talk upline to the next router. If your gateway is also a private then you can specify the address if you use a feature other then masquerade.