Help Creating a Configuration File
Posted: Tue Jan 03, 2012 7:29 am
I need to make a configuration file that routes all trafic going to IP XXX.XXX.XXX.XXX over the VPN connection with this info:
I understand that all this info probably isn't necessary, I just need the basics. I've also looked at the config examples but am still confused as hell as to how to actually do this. I am unable to find a sample config that actually does something I would deem useful to go off, and the conf generator is Linux only (I am on a windows platform). So, I was wondering if anyone could do this for me or help me get started.
Code: Select all
declare root
{
bool CheckServerCert false
bool StartupAccount false
declare ClientAuth
{
uint AuthType 0
string Username guest
}
declare ClientOption
{
string AccountName MobileFree.jp
uint AdditionalConnectionInterval 1
uint ConnectionDisconnectSpan 30
string DeviceName DHCP
bool DisableQoS false
bool HalfConnection true
bool HideStatusWindow false
string Hostname vpn.mobilefree.jp
string HubName GUEST
uint MaxConnection 6
bool NoRoutingTracking false
uint NumRetry 4294967295
uint Port 443
uint PortUDP 0
string ProxyName $
byte ProxyPassword $
uint ProxyPort 0
uint ProxyType 0
string ProxyUsername $
bool RequireBridgeRoutingMode false
bool RequireMonitorMode false
uint RetryInterval 15
bool UseCompress false
bool UseEncrypt true
}
}