Auto-Deployment

To instantiate the virtual relay instance by using the Auto-Deployment mode, you must copy the network.conf file into the /opt/bigFix/config directory of the instance that you are deploying.

Depending on the network.conf content, you enable the machine to start either in DHCP mode or with static IP settings.

If you want to use the machine with DHCP settings, insert in the network.conf file the following lines:

FQDN=virtualrelay.yourcompany.com
DHCP=y

If you want to use the machine with static IP settings, insert in the network.conf file the following lines:

FQDN=virtualrelay.yourcompany.com
DHCP=n
IPADDRESS=10.1.57.25
NETMASK=255.255.255.0
BROADCAST=10.1.57.255
GATEWAY=10.1.57.254
DNS1=10.1.57.100
Note: When creating the network.conf file, ensure that you follow the format of the provided samples. Do not leave any blank spaces in the lines that you insert.
Note: After creating the network.conf file, ensure that you convert it into a UNIX format, by using a tool such as the dos2unix utility.