public ip to local ip client

HI
i have 5 public ip from ISP (213.212.xxx.58 to 62/29) and add in WAN Interface
I need any PC or PPPOE router client in Local network when open whatismyipaddress.com see public IP which forward to him
local lan ip :192.168.0.1/24
Pc 1 Ip:192.168.0.2 ------213.212.xxx.58
Pc 2 Ip :192.168.0.3 ------213.212.xxx.59
Pc 3 Ip :192.168.0.4 ------213.212.xxx.60
Pc 4 Ip :192.168.0.5 ------213.212.xxx.61
PPPOE Router Client: 192.168.0.6 ------213.212.xxx.62
i try dst-nat and net map but just apper first public IP
I need Best Config to every local ip see public Ip in whatismyipaddress.com
thanks

1st option is to make interfaces proxy-arp and then to assign those IP to users via PPPoE
2nd option is to make source nat:

ip firewall nat> add action=src-nat chain=srcnat src-address=192.168.0.6 to-addresses=213.212.xxx.62

And don’t forget that this src-nat rule should be on top of all others!