I have small Wireless Network, I have new leased line internet as source , I have 8 real IP.
How I can use this IP's in Mikrotik, so my network request go via 8 real IPs not 1 IP , look to diagram in attached,
Thanx
You do not have the required permissions to view the files attached to this post.
It seems so simple that maybe I misunderstand your needs!
Would you like to let some hosts to go with one ip, some other with another, and so on? You can mark packets in mangle and provide different snat in nat: you should just decide the algorithm to distinguish which external address to use
- nth if you want just to round-robin the addresses (sure there is a logic to ask this... but I think it is useless)
- src address or address-list if you want do decide by ip
- ....