I created an SSTP server on the router. Under /ppp profile I created a profile whose remote-address is an IP pool for the server, 10.9.0.100-10.9.0.110. Each time I connect, the IP it assigns to the client increments. Now, it always assigns 10.9.0.110. What needs to happen for it to assign other addresses? Why does it increment the address each time and then stick to the last address? If I do /ip pool used print it doesn’t show any addresses from the pool being used unless I’m connected, in which case it just shows the .110.
mikrotik unlike other brands assigns the pool IPs starting from the end of the same. to assign another address you have to connect a second client that uses the same profile and you will see that it will assign a different IP
Ah, weird. When I first created the profile it assigned the addresses from the lowest to the highest, but now you’re right. It starts at the 110 and goes down.