Mikrotik hotspot bypass SMB/CIFS, Netbios from authenticaiton

Hi,

I have configured hotspot on RB2011, i have 50 computers in LAN i would like to allow every one to do local file & printer sharing i.e. SMB/CIFS, Netbios without hotspot authentication with Full Bandwidth (No Capping), even after logging with limited bandwidth user profile and i want user to login on hotspot only to access the internet, please suggest what rules needs to be added to achieve the same.

Thanks

Any clue ?

You can use the walled garden to allow activities even without login - perhaps it would help to add the LAN IP range to the IP Walled Garden.
If this doesn’t help, you can add an accept rule to the hs-unauth chain in the NAT table with an “accept” action (normally, the hs-unauth chain redirects all traffic to the Mikrotik)

e.g.:
chain=hs-unauth dst-address=192.168.1.0/24 action=accept
(make sure this rule comes before the redirect rules)

As for bandwidth, if the traffic is directly between LAN hosts, then the router won’t be forwarding this traffic so it won’t be queueing and rate-limiting LAN traffic.

I had this problem too. i need hotspot setup for wired lan without filtering bandwith for file sharing and other services. Maybe have you solved ?