HELP HOTSPOT Assign Public IP

Hi I build hotspot and I like to know how to assign public IP to X client.

Public address 192.168.8.2/24 ether1(SAMPLE IP)
Hotspot DHCP pool 10.66.40.1/23 ether2

For example I want to assign public IP 192.168.8.10 (SAMPLE IP) to hotspot address 10.66.41.41.


All other hotspot address should be out with public IP 192.168.8.2 (SAMPLE IP) unless client request dedicated public IP for example 10.66.41.41 with 192.168.8.10

Please help I search around the forum I try all but I don’t find the solution.


Thanks

???
???
???
???
???
???
???
???
???
??
?

http://www.mikrotik.com/testdocs/ros/3.0/qos/nat.php

I just try this using my example:

/ip address add address=192.168.8.10/24 interface=ether1


/ip firewall nat add chain=dstnat dst-address=192.168.8.10 action=dst-nat
to-addresses=10.66.41.41



/ip firewall nat add chain=srcnat src-address=10.66.41.41 action=src-nat
to-addresses=192.168.8.10

And not work :frowning: :frowning:

That looks ok, but you can compare with: http://wiki.mikrotik.com/wiki/NAT_Tutorial

You’re sure there are no other firewall rules in your list that supersede and block this one?

No working I try but not work :frowning:

What ROS version are you using?

3.22

I’m stuck - it should work.
You don’t lose anything by upgrading ROS - perhaps you should, for all it’s worth.