DHCP server multiple gateways
Ulisses Buonanni
ulisses.b at gmail.com
Thu Oct 22 22:33:40 CEST 2020
> But if the different houses have different subnets... they're not on the
> same subnet. They might all be in the same "10" network. But they have
> different gateways, and different subnets.
I think I explained myself poorly.
All houses are in the same broadcast domain:
10.0.0.0 mask 255.255.240.0
Every house has a subset (not subnet) of this range of ips. Just because of the simplicity in using ACL rules
So house1 is only allowed to assign ips from 10.0.2.1 to 10.0.2.200 but it is using mask 255.255.240.0
In this example a person from house 1 cannot use a static ip address outside this range because there is a ACL rule saying that specific port can only has a sender from "10.0.2.x"
But it is allowed (and common) to a person in house1 to find a printer/sharedfolder in house2 and use it. This is very easy as they are in the same broadcast domain (they are just using different gateways to Internet access)
> You don't want printers in one house
> visible from another house.
In my scenario it is necessary that printers from different houses can be seeing and used from other houses
Ulisses
More information about the Freeradius-Users
mailing list