The customer.inf
setup is a comprehensive installation method, allowing you to fully preconfigure all Network Access Client settings remotely on multiple installation systems. Only experienced system administrators should perform this method. In addition to pure installation and basic configuration, it allows you to:
- Preconfigure an arbitrary number of connection profiles on the Network Access Client.
- Import license (
.lic
) files and X.509 certificates into the Network Access Client. - Import preconfigured rulesets into the Personal Firewall.
The customer.inf
setup is only available for the Barracuda VPN Client. It requires administrator rights on the target system. Exemplary script files required for Customer.inf
setup (customer.inf, silent.cmd
) are available on the Customer Install Files page, allowing you to adapt the remote configuration procedure.
Installation Using a customer.inf File
Prepare the install files customer.inf
and silent.cmd
, and execute an unattended customer setup.
Step 1. Edit the customer.inf File
Prepare the customer.inf
file and remove nonessential parameters before applying it for custom setup. For detailed information about this file and its components, see Customer Install Files.
The following steps describe only the minimum required information. You may add any other Barracuda Networks registry entry.
- Edit the Default Entry –
HKU, .DEFAULT\Software\Phion\phionvpn\Profile\1, Default, 0x00010001, 1
Value1
sets a profile to the default profile of the Barracuda VPN Client. All other profiles take the value0
. - Edit the DHCP Entry –
HKU, .DEFAULT\Software\Phion\phionvpn\Profile\1, dhcp, 0x00010001, 1
Editing this value changes the value of the Virtual Adapter Configuration parameter:- Assign IP address manually
- Use internal DHCP assignment (default)
- Direct assignment
- Edit the Profile Name –
HKU, .DEFAULT\Software\Phion\phionvpn\Profile\1, description, 0x00000000, "profile name"
- Name the License (customer.lic) –
HKU, .DEFAULT\Software\Phion\phionvpn\Profile\1, license, 0x00000000, "%65600%\customer.lic"
(
is used as a placeholder for the installation directory.)%65600%
Step 5. Enter the IP Address of the VPN Server –
HKU, .DEFAULT\Software\Phion\phionvpn\Profile\1, server, 0x00000000, "192.168.0.1"
Step 2. Prepare the silent.cmd File:
Save the following to a.cmd
file. Separate multiple properties with spaces:
@echo off
setup.exe /s /v"/qr CUSTOMER_INF=customer.inf PROGTYPE=ENTEGRA
xcopy /S X509-Certificate.p12 "c:\Program Files\BarracudaNG"
Step 3. Copy the Files to the Setup Directory
Copy the following files to the folder containing the setup.exe
file:
customer.inf
silent.cmd
active.i_fwrule
(optional)[LicenseName].lic
(optional)[CertificateName].p12
(optional)
Step 4. Execute the Installation
- Execute the
silent.cmd
file to trigger an unattended customer setup.
After installing the client, you can connect and configure the settings. Continue with Getting Started.