assign public ip to a routerboard

hi

i have a public ip from isp x.x.177.62/30 in the gateway and other public ip assigned from my isp x.x.194.32/28
the network is structured in the following way:

rb0 gateway and static route to r1(pppoe server) 172.26.1.1 and r2 (ppoe server) 172.26.2.1
The pppoe clients go on internet without problem but i want:

  1. give an ip pubblic from x.x.194.32/28 for all pppoe clients 10.0.0.1/16 (R1) e 10.1.0.1/16 (R2)
  2. give a specific ip public at on client for example 10.0.1.10

thanks

hi

i try with this roule but don’t work
guito le regole delle mie routerboard per vedere se c’è qualche errore che non riesco a vedere
in ro
[admin@CORE] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 x.x.177.61 1
1 X S 0.0.0.0/0
2 ADC x.x.x.60/30 x.x.177.62 wan 0
3 X S x.x.x.61/32 x.x.194.46 1
4 ADC 172.26.1.0/24 172.26.1.1 ZONA1 0
5 ADC 172.26.2.0/24 172.26.2.1 ZONA2 0
6 ADC x.x.194.32/28 x.x.194.32 wan 0

ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=dstnat action=netmap to-addresses=172.26.1.2
dst-address=x.x.194.46 in-interface=wan

1 chain=srcnat action=netmap to-addresses=172.26.1.2
src-address=x.x.194.46 out-interface=wan

2 chain=dstnat action=dst-nat to-addresses=172.26.1.2
dst-address=x.x.194.45

3 chain=srcnat action=src-nat to-addresses=x.x.194.45
src-address=172.26.1.2

in r1 (pppoe server)
ip route

Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S ;;; GATEWAY
0.0.0.0/0 172.26.1.1 1
1 ADC 10.0.0.0/16 10.0.0.1 bridge 0
2 ADC 10.0.100.111/32 10.0.0.1 0
3 ADC 172.26.1.0/24 172.26.1.2 ether1 0

Flags: X - disabled, I - invalid, D - dynamic
0 chain=dstnat action=netmap to-addresses=10.0.100.111 dst-address=x.x.194.46

1 chain=srcnat action=netmap to-addresses=x.x.194.46 src-address=10.0.100.111

2 chain=srcnat action=masquerade out-interface=ether1

6 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=10.0.0.0/16

anyone can help me?