Hi,
I have configured a guest network for IoT devices with the following settings:
When I try to access the Router's NTP server from a Windows machine connected to this guest WIFI network (192.168.2.0) it gives me an error. The command I use to check it is:
But if I connect this machine to a non-guest network (192.168.1.0) it works:
DNS lookups using 192.168.2.1 are working.
I don't want any device to access Internet (ping home) nor other LAN so I have the following custom rule:
I tested to remove all custom rules, even temporary removing "Client Isolation", but it never works.
Am I missing something?
I have configured a guest network for IoT devices with the following settings:
When I try to access the Router's NTP server from a Windows machine connected to this guest WIFI network (192.168.2.0) it gives me an error. The command I use to check it is:
Code:
w32tm /stripchart /computer:192.168.2.1
But if I connect this machine to a non-guest network (192.168.1.0) it works:
Code:
w32tm /stripchart /computer:192.168.1.1
DNS lookups using 192.168.2.1 are working.
I don't want any device to access Internet (ping home) nor other LAN so I have the following custom rule:
Code:
iptables -I YazFiFORWARD -i wl0.2 -o vlan603 -j DROP
I tested to remove all custom rules, even temporary removing "Client Isolation", but it never works.
Am I missing something?