Hello,
I setup a pppoe-server and it works well with internal users getting IPs from an ip pool.
/ip pool
add name=pppoe-users-pool ranges=172.16.31.10-172.16.31.254
[admin@MikroTik] > ppp active print
Flags: R - radius
# NAME SERVICE CALLER-ID ADDRESS UPTIME ENCODING
0 test pppoe B4:99:BA:57:4D:91 172.16.31.254 11m2s
When using user-manager, no ip address is assigned
[admin@MikroTik] > ppp active print
Flags: R - radius
# NAME SERVICE CALLER-ID ADDRESS UPTIME ENCODING
0 R testrad pppoe B4:99:BA:57:4D:91 0.0.0.0 3s
How can I assign IP’s from my pool “pppoe-users-pool” to radius users?
In the doc http://wiki.mikrotik.com/wiki/User_Manager/Users I found the
option “pool”, but this is not valid in “/tool user-manager user”
Kind regards,
Skotti