Date: Mon, 14 Nov 2005 18:58:27 -0800 From: BSD Mail <bsdmail@gmail.com> To: FreeBSD-questions@freebsd.org Subject: dhcp server on multiple interfaces. Message-ID: <8be663db0511141858y7cfb46fbo8bcee98bca50ccaf@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello everyone, I'm configuring a gateway machine with 3 network interfaces int_ext (rl0) will obtained a real static IP from a public dhcp server. int_dmz (fxp0) 10.0.1.1/24 <http://10.0.1.1/24> > both internal networks will need a dhcp server to assign them the right subnet int_lan (xl0) 10.0.0.1/24 <http://10.0.0.1/24> I already figured out how to specify multiple subnets and grouping, static address etc... in the dhcp config file. what I want to make sure of is the /etc/rc.conf would this entry be valid and assign the right IP from the range of subnet = : dhcpd_ifaces=3D"fxp0 xl0" will that cause the dhcp server to assign 10.0.1.x/24 addresses to the machines on the switch connected to fxp0 ? and 10.0.0.x/24 to the machines on the switch connected to xl0 ? If not what's the maximum number of interfaces I can specify in the option dhcpd_ifaces=3D"" assuming I have all the subnets and related information configured correctly in the dhcpd.conf ? -- thanks,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8be663db0511141858y7cfb46fbo8bcee98bca50ccaf>