Hi
Is it possible to mention ip pool in CIDR Notation ?
For example , to specify a pool 192.168.1.1-192.168.1.254 , is it syntactically correct in Mikrotik to specify 192.168.1.0/24 ?
Abhishek
That would not be correct 192.168.1.0/24 would include 192.168.1.0 and 192.168.1.255 in addition to 192.168.1.1-192.168.1.254. It is a small but critical difference. You probably don't want them in the pool, unless your subnet is 192.168.0.0/22 or some shorter prefix. In 192.168.0.0/23 and 192.168.1.0/24, 192.168.1.255 is your broadcast address. In 192.168.1.0/24, 192.168.1.0 is your network address. Hosts are not supposed to be using as their IP address the network or broadcast address of any subnet.Hi
Is it possible to mention ip pool in CIDR Notation ?
For example , to specify a pool 192.168.1.1-192.168.1.254 , is it syntactically correct in Mikrotik to specify 192.168.1.0/24 ?
That would not be correct 192.168.1.0/24 would include 192.168.1.0 and 192.168.1.255 in addition to 192.168.1.1-192.168.1.254. It is a small but critical difference. You probably don't want them in the pool, unless your subnet is 192.168.0.0/22 or some shorter prefix. In 192.168.0.0/23 and 192.168.1.0/24, 192.168.1.255 is your broadcast address. In 192.168.1.0/24, 192.168.1.0 is your network address. Hosts are not supposed to be using as their IP address the network or broadcast address of any subnet.Hi
Is it possible to mention ip pool in CIDR Notation ?
For example , to specify a pool 192.168.1.1-192.168.1.254 , is it syntactically correct in Mikrotik to specify 192.168.1.0/24 ?
If you specify an IP pool as a range of IPs which can be converted to CIDR notation, RouterOS will automatically do that for you, at least on recent versions of RouterOS 6.x. I usually keep my workstations in a longer prefix of the actual subnet. VPN users are in another longer prefix. Servers in another. It makes writing firewall and proxy rules simpler to be able to group those different devices with prefix notation rather than specifying ranges or address-lists.
If the hotspot is still using the universal 1:1 NAT, the hotspot interface on the client side of the interface answers requests addressed to all addresses. Same as 0.0.0.0/0If they have static IPs, what is the point of having an IP pool? I do not use hotspot, so maybe there is some point I do not know about.
What is the IP address which is configured on the hotspot facing interface?