Citrix ADC MPX
1 option space auto;
2 option auto.key code 1 = text;
3
4 class ”citrix-1” {
5
6 match option vendor-class-identifier;
7 }
8
9
10 subclass ”citrix-1” ”citrix-NS”{
11
12 vendor-option-space auto;
13 option auto.key ”citrix-NS”;
Note: The location of the dhcpd.conf file can be dierent in dierent versions and flavors of the
Linux/UNIX-based operating system (for example, in FreeBSD 6.3 the file is present in the /etc/ folder.
For the location, see the dhcpd man page of the DHCP server.
1. If you do not want Citrix ADC appliances to use IP addresses from the general pool, specify a
pool of addresses for the appliance. You must include this pool declaration inside the subnet
declaration. For example, adding the following configuration to the dhcpd.conf file specifies a
pool of IP addresses ranging from 192.168.2.120 to 192.168.2.127.
1 pool {
2
3 allow members of ”citrix-1”;
4 range 192.168.2.120 192.168.2.127;
5 option subnet-mask 255.255.255.0;
6 }
2. Terminate the DHCP process and restart it to reflect the change to the configuration file. At the
shell prompt, type:
1 killall dhcpd
2
3 dhcpd&
Sample DHCP configuration (dhcpd.conf)
1 option space auto;
2 option auto.key code 1 = text;
3
4 class ”citrix-1” {
© 1999-2019 Citrix Systems, Inc. All rights reserved. 130