Hello,
I managed to set up a MikroTik router for our restaurant. I have two problems:
I would like to block access for our customers using Hotspot to try accessing DSL Modem.
I’ve set up Wireless in my home, and it worked as it should but when I’ve moved the router to the destination location I can’t connect to it. I’m using a MacBook.
Ok so my setup is like this:
DSL Router with DHCP server (192.168.1.1) → MikroTiK
Mikrotik config:
ether1 - a DHCP Client for the DSL router (WAN)
ether2 - a DHCP Server for LAN 192.168.2.0/24
ether3 - a DHCP Server for TP-Link Router with the Hotspot 192.168.4.0/24
ether4 - off
ether5 - off
wlan1 - bridged with ether2
TP-Link Router (on DD-WRT):
DHCP Server 192.168.5.0/24 - using 2 ethernet ports for Apple TV
On WiFi there is a Hotspot DHCP Server 192.182.1.0 (or something like that)
I do not want my clients connected to the Hotspot to try to hack in to Mikrotik - I manged to do that using Firewall rules. But also I do not want for them to have access to the DSL router as it security is weak but it’s also WAN gateway.
I would like to connect to the service Wireless but I can’t with my macos I could in my home, and almost nothing changed.
How to make this happen and how to fix the WiFi problem ?
Why don’t you make modem in bridge and have the ISP connection on mikrotik? Or how the clients can access the DSL? It has not a password? You can d add a drop forward rule with source hotspot subnet destination gateway proto TCP dstport 80 if 80 is the port of web management interface of DSL.
Put your ADSL modem into BRIDGE mode. Then make PPPoE client in your Mikrotik to dial your ADSL.
Then your ADSL modem will be invisible for your customers.
No it will not block internet connection. It will only block request coming from wireless interface to modem who want to connect to modem IP on port 80 witch is the management interface of the modem
@Plea I don’t kno if it can be done as the internet provider gices me only a user account on the router, I can change few thing but not all of them. I will check it up.
@Kianuel - I will check it tomorrow
Guys any ideas regarding the WiFi access problems on my mac ?
please be more specific… why is not working? syntax? or do not block your traffic? Make sure you inserted rule before forward accept all
for logging
sys logging add topics=wireless action=memory