Am 05/09/16 um 08:20 schrieb Holger Glaess: > hi > > is there an possiblity to forward dhcp request from > an rdomain X to the runing dhcp server in rdomain 0 ? > > > if i start the dhcrelay -i em1 192.168.131.250, > > i see that he forward the request but never reach the server. > > the clients in rdoamin 0 works with the dhcp server. > > or it is need to modify the dhcrelay with an option , > > route -n -T 2 exec dhcrelay -i em1 -V 0 192.168.131.250 > > ? > em1 is part of rdomain 2. > 192.168.131.xxx ist part of rdomain 0 > > holger >
You can shove the packets to the correct rdomain with pf or pair(4) maybe of help: "Add pair(4), a vether-based virtual Ethernet driver to interconnect rdomains and bridges on the local system." http://www.openbsd.org/plus59.html HTH, Marc