> To: > shadrock uhuru <niyal...@gmail.com> > CC: > misc@openbsd.org > > > shadrock uhuru(niyal...@gmail.com) on 2019.08.23 18:46:32 +0100: >> hi eveyone >> if i have a dhcp server in subnet A connected to interface em0 (lan) and >> subnet B connected to interface iwn0 (wireless zone) on the router >> with dhcrelay -i em0 running on the router should the wireless subnet be >> able?? to get its dhcp address from the dhcp server on the lan ? > No, you would need to run > > dhcrelay -i iwn0 <dhcp-server-ip-in-subnet-A> > > to do that. > > Subject: > Re: dhcrelay > From: > Sebastian Benoit <benoit-li...@fb12.de> > Date: > 8/23/19, 10:12 PM > thank Sebastian i have two samba active domain controllers with dhcp installed on each, is it possible to do this
dhcrelay -i iwn0 <dhcp-server1-ip-in-subnet-A> <dhcp-server2-ip-in-subnet-A> or can only one dhcp server address be specified ? shadrock