i explain my situation more and write exactly command that i use
ether1=connect to lan
ether2,3,4=dhcp-client
ether2=ip2,gw2 ether3=ip3,gw3 ether4=ip4,gw4
/ip address add interface=ether1 address=192.168.100.1/24 disabled=no
/ip dhcp-client add interface=ether2 use-peer-dns=yes add-default-route=yes disabled=no
/ip dhcp-client add interface=ether3 use-peer-dns=yes add-default-route=yes disabled=no
/ip dhcp-client add interface=ether4 use-peer-dns=yes add-default-route=yes disabled=no
/ip firewall nat add chain=srcnat action=masquerade disabled=no
/ip route add dst-address=0.0.0.0/0 gateway=gw1,gw2,gw3
now we need 2 ip to assign ether2,first for ether2 and second for destination nat to 192.168.100.28
when i want to run this command
/ip dhcp-client add interface=ether2 use-peer-dns=yes add-default-route=yes disabled=no
MikroTik say to me :" Could not add new dhcp client- dhcp-client on that interface already exists(7)
how can i have 2 IP address and use one of them to dst-nat for my webserver
i write another time that i don't have static ip and only provider have it ang give us only with his dhcp server