Assign public IP pool to client

Hello , I need help with this problem …

I have purchased a pool / 22 on LACNIC

132.xxx.xxx.xxx/22

I need to give my customers a pool / 29, but can not find how to do it .

BGP should I use ? or what?

I have days with this problem but can not find solucion.-

My Provider----->My Core Mikrotik X86-------->Router Client RB2011-----> Client PC’s 132.xxx.xxx.0/29

thanks for your help or guidance :smiley:

Hola Lucho,

Hello , I need help with this problem …

I have purchased a pool / 22 on LACNIC

Wish I had that “problem” with RIPE :slight_smile: (being able to buy IPs)

You should plan carefully your ip addressing scheme.

Deploying it and delivering IPs/subnets to your customers could be done in several ways depending on your specific scenario; BGP isn’t usually used for that but for route interchange between AS.

Generally simple subnetting and properly setting static routing between ALL involved systems is all that is needed; there’s no difference (from a routing point of view) from setting routes for private addresses inside your LAN or WMAN.

Thanks , pukkita

I try to explain what I 'm doing

Core Lan : 132.xxx.224.1/24


Router Client Wan : 132.xxx.224.8/24
Router Client Lan : 132.xxx.225.1/29

In Client PC IP Setup: 132.xxx.225.3/29 GW:132.xxx.225.1 DNS:8.8.8.8/8.8.4.4

In core add route

comment="Routing Test Client " distance=1 dst-address=132.xxx.225.0/29 gateway=132.xxx.224.8


So far so perfect, I can access from the Internet to the client PC , but from the client PC does not have internet access, if I add in firewall RB-client masquerade client if I have access to intenet but I go right through Internet IP 132 .xxx.224.8 rather than the ip that is assigned to the client 132.xxx.225.3

:frowning:

I worked, I had misplaced the mask in the lan ip of my core, changing the mask 24 by 23 and it worked perfect …

Thank you- :smiley: :smiley: :smiley: