Public IP subletting

dear all
i have Public IP 200.1.20.16/28
and have 2 client
1st client have IP 192.168.2/30
2nd client have IP 192.168.6/30

the Question is how to Route each client Range of IPs
1st client will have 200.1.20.16/29
2nd client will have 200.1.20.24/29

Well, you just add routes to these subnets with their addresses as a gateway :slight_smile:

you means

/ip route add dst-address=200.1.20.16/29 gateway=192.168.1
/ip route add dst-address=200.1.20.24/29 gateway=192.168.5

Almost:

/ip route add dst-address=200.1.20.16/29 gateway=192.168.XX.2
/ip route add dst-address=200.1.20.24/29 gateway=192.168.XX.6