Barracuda Networks VERSION SP4 User Manual

Page 148

Advertising
background image

146 VPN Component Configuration

10.6.9

Adaptation of Profile Creation using an .ini file (Barracuda NG

Authentication only)

Some parameters configurable in the

Connection Entries

and

Advanced Settings

(10.6.3 Advanced,

page 139) tabs can be passed to the NG VPN Client through an .ini file. When a profile with

Barracuda NG authentication

is created the Barracuda NG Firewall Connector looks for an .ini file in

the same directory as the .lic file is retrieved from. The .ini file is expected to be named equally to

the

.lic file (for example C:\licenses\barracuda_user.lic requires

C:\licenses\barracuda_user.ini). If the .ini file is available, the values defined there will be

used for the VPN profile.

The following parameters can be defined through the .ini file:

Description

Name of the profile.

Server

IP address of the VPN server.

Proxy

URL or IP address of the proxy server.

ProxyType

Proxy server type. Possible options are:

HTTP

,

Socks4

and

Socks5

ProxyUser

User name possibly needed for proxy authentication.

ProxyDomain

Windows domain within which the user is able to authenticate.

Dhcp

[corresponds to Virtual Adapter Configuration dropdown list in the

Advanced Settings tab]

Fig. 10–20 Example for an .ini file

Remove unnecessary options from the .ini file.

The proxy related parameters must be removed from the .ini file, if connection establishment is not handled via a proxy
server.

[Settings]
Description=Profile Name
Server=192.168.10.10
Proxy=proxy.sample.com:3128
ProxyType=HTTP
ProxyUser=testUser
ProxyDomain=SAMPLE
Dhcp=1
connectmode=tcp
;[tcp, udp, hybrid]

Advertising