help me for hotspot troubleshooting

hello everyone
after i install mikrotik and configure hotspot on it some of PCs in the network cannot access to share folder of each other and cannot ping so.
and we have a web server in our network and some of them can not access to it from their browser .

when i see the follow of the packet with tracert command on my computer after step two from router it goes to the internet ?
why ???pls help

Hello,


fill the hotspot/ipbindings with the IP of the server and type bypassed.


Notice that if a computer is not validated in the hotspot you wonnt be able to connect to this computer shared folder.

Try disabling the hotspot’s universal nat. It works for me.

/ip hotspot
set 0 address-pool=none

sorry i did this but still the same and not working

it seems working for me thanks just for one pc but there is still some other don’t access to that server

Are all the PCs and server on the hotspot interface network? Or are some PCs outside the hotspot localnet? If you want to access the server from a PC outside the hotspot localnet, you must bypass the server ip.

you know buddy , i have two modems ( tplink & linksys ) , tp-link uses as switch and linksys using as a modem with bridge config for internet and a router connecting to the linksys , mikrotik via ppoe client connecting to the internet through modem , all of the device are in range 192.168.15.0/254 .

there is another problem we have a website ( it’s on a host somewhere else ) in one of the pages there is a button when you click on it you should transfer to our web server ( it’s here in our company ) with Valid IP , it was possible before hotspot but after that it fails when everyone click !!!

hi

i have a command for ad a mac address to ip-binding

mikrotik.Send(“/ip/hotspot/ip-binding/add”, False)
mikrotik.Send(“=type=blocked”, False)
mikrotik.Send(“=mac-address=28:98:7B:D7:0C:BB”, False)
mikrotik.Send(“=address=0.0.0.0”, True)

its working

now i need to remove this mac address by this command

mikrotik.Send(“/ip/hotspot/ip-binding/remove”, False)
mikrotik.Send(“=.number=4”, True)

but not working


please help me

the other problem is we have a website and inside it, there is a hyperlink to our web server such as this address x.x.x.x/hotel but after i installing hotspot no one from outside can access to it.
is there a problem with “NAT” but i create nat rule like this
genera:
dst-add x.x.x.x
protocol tcp
dst-port 80
Action :
dst nat
address : 192.168.15.14
port : 80
but still other from outside cannot access !!!

You must bypass the server or the hotspot blocks the server response to the client.

/ip hotspot ip-binding
add address=192.168.15.14 type=bypassed

If 192.168.15.14 is not your server ip, change that.

i did it but there is still problem , no one from outside can access to server

it working just from inside the network