Allow local web server to clients in MT

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?

thanks to all

Salam fahed,

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

/queue simple
add comment=“” direction=both disabled=no dst-address=10.0.0.153/32
interface=all limit-at=0/0 max-limit=0/0 name=“Webserver” parent=none
priority=8 queue=default-small/default-small target-addresses=0.0.0.0/0
total-queue=default-small

regards,
Khaled

Salam Khaled,
Thanks for your reply i will try it and reply later
With regards

fahedksa, do you use Hotspot?

Yes, I use hotspot
i try from clients go to 10.0.0.153 but its not working.
Where the problem?

Any help guys ?

did you added 10.0.0.153 to the walled garden?

No ,Becuase i want firstful any client want to go to 10.0.0.153 must be already loggin the MT first

hmmm… is your server logged in MT? :smiley: maybe set MAC authentication for him?

thes MAC address of web server already in ip-binding and i can browse net througt it without any problem.
May be the rules in Mangle or Nat affect?

[admin@speed] ip firewall mangle> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=forward src-address=10.0.0.0/24 action=mark-connection new-connection-mark=users-con passthrough=yes

1 chain=forward connection-mark=users-con action=mark-packet new-packet-mark=users passthrough=yes


[admin@speed] ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=dstnat in-interface=internal dst-address=!10.0.0.1 protocol=tcp dst-port=80 action=redirect to-ports=8080

1 chain=srcnat out-interface=ll action=masquerade

what about me?

it worked but the download speed from the webserver is at 15kb only!

please help