Our provider has given us Point to Point Public IP Address (/30), and a few blocks of Public IP Addresses, consist of /29, /28, /27 subnets. So that they let us to the bandwidth managing on our own to each ip addresses, with the gateway of each client are actually in our router.
My question is, how to do the same to clients below our router?
Giving a client a Point to Point Address, then a block of /29 address to let client manage themselves.
How are you currently assigning ip’s to your customers?
lets say your tower is 10.1.1.1/24 and your customer is 10.1.1.2/24
and you wanted to route 1.2.3.0/27 to your customer
you would just add a route on your tower like /ip route add dst=1.2.3.0/27 gateway=10.1.1.2
on the customers router you would configure 1.2.3.1/27 on the ethernet port for their lan..
Does that make sense?
You just add a route for the /27,/28, or /29 to the ip of your customer..
If you want to do /30’s for your point to point links you can, however it isn’t necessary if you’re customers are wireless.. You have to do a point to point address (either public or private) if you’re clients are connecting to you through a T1 or some other point to point line..