Hello I've some static public ip from my ISP:
95.95.26.192/28
I set them on my routerboard RB1 connected with the ISP.
Now I need other static public ip so my ISP assigned me a new set of ips:
95.95.144.192/27 with a static route trought ip 95.95.26.206
so I can catch up with the netmap configuration other devices on my LAN using these new addresses:
ex.: 95.95.144.201--NAT--10.10.10.250
/ip firewall nat
add chain=srcnat action=netmap to-addresses=95.95.144.201 src-address=10.10.10.250
add chain=dstnat action=netmap to-addresses=10.10.10.250 dst-address=95.95.144.201
But this device has always pubblic ip 95.95.26.206 and not 95.95.144.201.
Is there a way to get out on the internet with this public address 95.95.144.201?
cetalfio