Relay ident. and response modification

Simon Hobson dhcp1 at thehobsons.co.uk
Tue Sep 26 19:06:49 UTC 2017


Patrick Trapp <ptrapp at nex-tech.com> wrote:

> I have to ask why you want hosts in the same subnet to get a different gateway. Why not just set up separate subnets – if you need traffic to pass between the subnets, let their respective gateways handle that. That’s what gateways do, right?

My best guess is some form of crude load balancing ?

The only thing I can think of involves classes, something like :

class g1 {
  match if GIAddr=10.0.0.1
  set option gateway 10.0.0.1
}
and so on. The syntax there isn't right, sorting that is left as an exercise for the reader ;-)



More information about the dhcp-users mailing list