My goal is to replace my current Linux NAT-ting, firewalling, DHCP serving router by a new "real", as much as possible maintenance-free "real" NAT-ting, firewalling, DHCP serving router.
With this obsolescent Linux router, I route all inter-subnet LAN traffic via that Linux router (its LAN- side NIC has 5 IP addresses, one per "real" subnet). In the near future, I want to avoid this same situation because of perfomance reasons : all LAN devices should not get routed their inter-subnet-packets via the router any longer, because that implies that I share one single GBit interface for all inter-subnet and internet traffic. That way, two devices in different subnets backing up some data, at the same time as another device occupied doing a big download, and there would already be a performance penalty. Therefor, I'd rather have the "old" inter-subnet traffic done by my (in the meantime newly bought) switch. Which is the reason why I want to get rid of the 5 255.255.255.0 netmask'd subnets, and use a single 255.255.128.0 netmask as from now, not having to explicitly route the "old" inter-subnet traffic. The DHCP server serves IP addresses based upon all my device's (known) MAC addresses, denying any IP address to unknown devices. It should therefor, as from now, be able to provide a netmask 255.255.128.0.
So that "standard" setup which I used before would be replaced by my NAT-ting, firewalling, DHCP serving router, and my 5 255.255.255.0- netmasked subnets would be replaced by one single 255.255.128.0 internal network;
I understand that it may look to be some weird, unusual kind of network setup, but this wouldn't bother me too much, provided I have the router serving IP addresses with a netmask of 255.255.128.0, having all internal LAN work be done by my switch, and only the internet traffic passing through my "new-to-be-bought" router.
So that's why really would like to know if the DSR-250 can do this. Even if I could have the DHCP server functions done by some RaspberryPI, still then, I'd strongly prefer to have these DHCP functions done by the router as well.