Network Card Product Guide
Table Of Contents
- SonicWALL Global VPN Client
- About this Guide
- Installing the SonicWALL Global VPN Client
- Adding VPN Connection Policies
- Launching the SonicWALL Global VPN Client
- Making VPN Connections
- Disabling a VPN Connection
- Checking the Status of a VPN Connection
- Creating a VPN Policy Shortcut
- Specifying Global VPN Client Launch Options
- Managing the Global VPN Client System Tray Icon
- Managing VPN Connection Policy Properties
- Managing VPN Connection Policies
- Managing Certificates
- Troubleshooting the SonicWALL Global VPN Client
- Configuring SonicWALL Security Appliances for Global VPN Clients
- SOFTWARE LICENSE AGREEMENT FOR THE SONICWALL GLOBAL VPN CLIENT
- SonicWALL Global VPN Client Support
- Appendix A - Creating and Deploying the Default.rcf File for Global VPN Clients
- Appendix B - SonicWALL Global VPN Client Installation Using the InstallShield Silent Response File
- Appendix C - Running the Global VPN Client from the Command Line Interface
- Appendix D - Installing the Global VPN Client with a Ghost Application
- Appendix E- Log Viewer Messages

Page 44 SonicWALL Global VPN Client 4.0 Administrator’s Guide
<DPDInterval>[[5]-30]</DPDInterval> Specifies the duration of time (in seconds) to wait before
declaring a peer as dead. The interval times listed are incremented by 5, and the allowed values are
5, 10, 15, 20, 25 and 30 seconds.
<DPDAttempts>[3-[5]]</DPDAttempts> Specifies number of unsuccessful attempts to contact a
peer before declaring it as dead. The allowed values are 3, 4 or 5 times.
<DPDAlwaysSend>[Off=0]/On=1</DPDAlwaysSend> Instructs the Global VPN Client to send a
DPD packet based on network traffic received from the peer.
</Peer> For redundant gateways on this connection, repeat all the tags under <Peer>. There can up to 5
redundant gateways for each connection.
</Connection> Defines the end of each connection profile in the configuration file.
</Connections> Defines the end of all connection profiles in the Default.rcf file.
<SW_Client_Policy>
Sample default.rcf File
The following is an example of a default.rcf file. This file includes two VPN connections: Corporate
Firewall and Office Gateway. The Corporate Firewall connection configuration includes two peer
entries for redundant VPN connectivity.
Alert! If you attempt to directly copy this sample file to an ASCII text editor, you may have to remove all
of the paragraph marks at the end of each line before saving it. Verify the file can be imported into the
Global VPN Application before distributing it.
<?xml version="1.0" standalone="yes"?>
<SW_Client_Policy version="9.0">
<Connections>
<Connection name="Corporate Firewall">
<Description>This is the corporate firewall. Call 1-800-fix-today for problems with connections.</
Description>
<Flags>
<AutoConnect>0</AutoConnect>
<ForceIsakmp>1</ForceIsakmp>
<ReEnableOnWake>0</ReEnableOnWake>
<ReconnectOnError>1</ReconnectOnError>
<ExecuteLogonScript>0</ExecuteLogonScript>
</Flags>
<Peer>
<HostName>CorporateFW</HostName>
<EnableDeadPeerDetection>1</EnableDeadPeerDetection>
<ForceNATTraversal>0</ForceNATTraversal>
<DisableNATTraversal>0</DisableNATTraversal>
<NextHop>0.0.0.0</NextHop>
<Timeout>3</Timeout>
<Retries>3</Retries>










