Send dhcp-users mailing list submissions to dhcp-users@lists.isc.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.isc.org/mailman/listinfo/dhcp-users or, via email, send a message with subject or body 'help' to dhcp-users-requ...@lists.isc.org You can reach the person managing the list at dhcp-users-ow...@lists.isc.org When replying, please edit your Subject line so it is more specific than "Re: Contents of dhcp-users digest..." Today's Topics: 1. Re: Linux Distributed Switch Architecture with Local Option82 ISC DHCP server/DHCP relay (Simon Hobson) ---------------------------------------------------------------------- Message: 1 Date: Tue, 24 Nov 2020 17:21:00 +0000 From: Simon Hobson <dh...@thehobsons.co.uk> To: Users of ISC DHCP <dhcp-users@lists.isc.org> Subject: Re: Linux Distributed Switch Architecture with Local Option82 ISC DHCP server/DHCP relay Message-ID: <35d21802-6dcb-416b-9490-a72d7ba6b...@thehobsons.co.uk> Content-Type: text/plain; charset=us-ascii remi rsd <remi.sal...@wabtec.com> wrote: > I tried another way: > > shared-network my_bridge { > subnet 172.20.31.0 netmask 255.255.255.0 {} > subnet 172.20.32.0 netmask 255.255.255.0 {} > subnet 172.20.33.0 netmask 255.255.255.0 {} > subnet 172.20.34.0 netmask 255.255.255.0 {} > > subnet 192.168.1.0 netmask 255.255.255.0 { > option routers 192.168.1.20; > option broadcast-address 192.168.1.255; > option domain-name-servers 192.168.1.20; > option domain-name "bus-1"; > > > class "port1" { > match if option agent.circuit-id = "port1"; > } > pool { > allow members of "port1"; > range 192.168.1.31; > } Just be aware that class statements are global in scope no matter where in the config file you place them. It's best to define them in the global scope to avoid confusion - in more complex setups it can cause some "interesting" option inheritance problems. Simon ------------------------------ Subject: Digest Footer _______________________________________________ ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. dhcp-users mailing list dhcp-users@lists.isc.org https://lists.isc.org/mailman/listinfo/dhcp-users ------------------------------ End of dhcp-users Digest, Vol 145, Issue 19 *******************************************