Hi Everyone
I have a doubt: if I assign a static IP to an interface, i.e.
add address=192.168.1.1/24 interface=bridge1
Then I add another static IP to the same interface
add address=192.168.1.254/24 interface=bridge1
The question is: which IP address will be used from RouteOS when its generate some packet? i.e. if router would start a telnet connection to a client, how can I chooce which IP use to start the connection?
I assume that the routes (which are dynamically created by the router) are responsible for establishing all of this when an address is added to an interface; however, I cannot modify or delete those routes.
I'm asking this because we have a lot of installations with an static IP on an interface and an DHCP client running on the same interface (due to avoid an main router switch or reset) so the RB have 2 IP but only one could be configured as DMZ in the main router so we have a little bit of confusion in how manage multiple IP.
Can someone please help me in understanding this kind of situation? I searched in documentation and online but nothig found about..
Thanks