PPPoe Server issue more than one ip to PPPoE Client

Hi
I am running a pppoe server on the mikrotikl 2.9.40 and i have a /25 of public ip’s to be assigned to clients.
when clients only want one (/30) ip it is fine i can use the remote address field when i setup the user and give them it. but when i want to issue more than one i.e. /30 i do know where to start!
i have read the documentation and cant really find anything that applies to me.

Can anybody help

thanks in advance…
John

assign a single ip address throuh pppoe and add route of required class on that IP. it will work.

regards,
asad

Wait so you’re giving each user their own /30? That’s kind of a waste of IP’s don’t you think?

I give each user a /32, if they need multiple IP’s you can create a dynamic route. It’d look something like this:

/ ppp secret
add name="test.route" service=any caller-id="" password="test" \
    profile=1.5Mbps remote-address=10.0.0.3 routes="10.0.1.240/29 \
    10.0.0.3 1" limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no

the routes parameter is in the following format:

route=“dst-net/subnet gateway metric”

Hi Guys,

thanks for the reply, seems to have sorted my problem out! :slight_smile:

i wont be giving each user a /30 as your right that would be silly, but some users require more than one ip which is were my problem came to play! i have some customers requiring nearly 8. I do have another public address space i can split and assign as necessary.

Excellent, Thanks Guys really appreciate your help!

John