Hay,
I have 40 clients in my router MT and i want add my local webserver (ex. 10.0.0.153)
So any client can enter the ip in explorer http://10.0.0.153 to enter to my local web server
How i cluld allow that?
I want connection from all clients to these computer (10.0.0.153) wil get maximum bandiwth,How i can do that?
Without doing anything your clients should be able to log to the webserver, you can even make it simpler to your clients by letting them enter forexample http://myserver.com by adding the following
/ip dns static
add address=10.0.0.153 disabled=no name=“myserver.com” ttl=1d
and for the second part I think you mean that you want your clients to connect without limitation which can be done by this rule