CONFIG XVPN SHOW

Level

vpn_read

History

Appears in Netasq 6.0.0
Owa Appears in Netasq 8.0.0
level changes from base to vpn_read in Netasq 9.0.0

Description

Show xvpn config

Returns

[Config]
State : xvpn daemon state
HttpServerState : http server state
XServerState : other server state
HttpRewriteURL : prefixe of tag to rewrite URL
HttpHeaderLoginTag : name of tag to send login of user to server
ProfileAccess : action we will proceed when user xvpn profile is not defined
XvpnId : name of xvpnd default profile
XserverStartScript : command to lunch when xvpnd client start
XserverEndScript : command to lunch when xvpnd client stop
BasicAuth : force basic authentication
OwaCompatibility : activate OWA compatibility

[MaxValue]
XServer= : max number of other server
HttpServer= : max number of http server
HttpServerAlias= : max number of alias for http server
UrlsOnWhiteList= : max number of urls for whitelist

[HttpServer_xxx]
Name : name of server
Host : server object to connect to
Port : server port to connect to
FwPort : firewall listen port
Hidden : specify if server is visible or not for user
URL : url of server to connect to
Link : link on web page to call url
Alias : list of alias for server
WhiteListUrls : urlgroup name for white list

[XServer_xxx]
Name : name of server
Host : server ip to connect to
Port : server port to connect to
CHost : local ip to listen to (client workstation)
CPort : local port to listen to (client workstation)
Script: command to lunch for this service

Example

CONFIG XVPN SHOW
[Config]
State=1
XServerState=1
HttpServerState=1
HttpRewriteURL=stormshield
HttpHeaderLoginTag=stormshield
ProfileAccess=Pass
XvpnId=
XserverStartScript=
XserverEndScript=
Owa=0
OwaCompatibility=0
CheckClientCert=0

[MaxValue]
XServer=32
HttpServer=64
HttpServerAlias=24
UrlsOnWhiteList=32

[XServer_ssh_build]
Name=ssh_build
Host=build
Port=ssh
CHost=
CPort=11022
Script=ImM6XHwMjI=

[HttpServer_owa]
Name=owa
Host=owa
Port=http
FwPort=11235
Hidden=0
URL=exchange
Link="OWA server"
WhiteListUrls=owa
Alias=192.168.1.1