vpncmd on unix client and password prompt
Posted: Tue May 12, 2015 12:39 pm
Hi,
How do i get a password prompt enabled during "AccountConnect" process und Unix/Linux ?
I configured the user and the radius auth type with "AccountPasswordSet" and did not configured any password there.
If i start tunnel with "AccountConnect vpn", the vpmcmd says: "The command completed successfully", but no prompt popup regarding password input ?
SoftEther Version: 4.15 Build 9546
vpn_client.config:
{code}
declare root
{
bool DisableRelayServer false
bool DontSavePassword true
bool EnableVPNGateService false
byte EncryptedPassword ********************************************
bool HideVPNGateServiceMessage false
bool PasswordRemoteOnly true
uint UseSecureDeviceId 0
declare AccountDatabase
{
declare Account0
{
bool CheckServerCert false
uint64 CreateDateTime 1430886681826
uint64 LastConnectDateTime 1431401574323
string ShortcutKey 3FAB674581791D67337E4190350A28B82901808A
bool StartupAccount false
uint64 UpdateDateTime 1431401566275
declare ClientAuth
{
uint AuthType 2
byte EncryptedPassword $
string Username USER1
}
declare ClientOption
{
string AccountName vpn
uint AdditionalConnectionInterval 1
uint ConnectionDisconnectSpan 0
string DeviceName VPN
bool DisableQoS false
bool HalfConnection false
bool HideNicInfoWindow false
bool HideStatusWindow false
string Hostname xx.xxx.xx.xxx
string HubName HUB1
uint MaxConnection 2
bool NoRoutingTracking false
bool NoTls1 false
bool NoUdpAcceleration false
uint NumRetry 0
uint Port 5555
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
}
}
}
declare ClientManagerSetting
{
bool EasyMode false
bool LockMode false
}
declare CommonProxySetting
{
string ProxyHostName $
uint ProxyPort 0
uint ProxyType 0
string ProxyUsername $
}
declare Config
{
bool AllowRemoteConfig true
uint64 AutoDeleteCheckDiskFreeSpaceMin 104857600
string KeepConnectHost keepalive.softether.org
uint KeepConnectInterval 50
uint KeepConnectPort 80
uint KeepConnectProtocol 1
bool NoChangeWcmNetworkSettingOnWindows8 false
bool UseKeepConnect false
}
declare RootCA
{
}
declare UnixVLan
{
declare VPN
{
bool Enabled true
string MacAddress XX-XX-XX-XX-XX-XX
}
}
}
{code}
How do i get a password prompt enabled during "AccountConnect" process und Unix/Linux ?
I configured the user and the radius auth type with "AccountPasswordSet" and did not configured any password there.
If i start tunnel with "AccountConnect vpn", the vpmcmd says: "The command completed successfully", but no prompt popup regarding password input ?
SoftEther Version: 4.15 Build 9546
vpn_client.config:
{code}
declare root
{
bool DisableRelayServer false
bool DontSavePassword true
bool EnableVPNGateService false
byte EncryptedPassword ********************************************
bool HideVPNGateServiceMessage false
bool PasswordRemoteOnly true
uint UseSecureDeviceId 0
declare AccountDatabase
{
declare Account0
{
bool CheckServerCert false
uint64 CreateDateTime 1430886681826
uint64 LastConnectDateTime 1431401574323
string ShortcutKey 3FAB674581791D67337E4190350A28B82901808A
bool StartupAccount false
uint64 UpdateDateTime 1431401566275
declare ClientAuth
{
uint AuthType 2
byte EncryptedPassword $
string Username USER1
}
declare ClientOption
{
string AccountName vpn
uint AdditionalConnectionInterval 1
uint ConnectionDisconnectSpan 0
string DeviceName VPN
bool DisableQoS false
bool HalfConnection false
bool HideNicInfoWindow false
bool HideStatusWindow false
string Hostname xx.xxx.xx.xxx
string HubName HUB1
uint MaxConnection 2
bool NoRoutingTracking false
bool NoTls1 false
bool NoUdpAcceleration false
uint NumRetry 0
uint Port 5555
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
}
}
}
declare ClientManagerSetting
{
bool EasyMode false
bool LockMode false
}
declare CommonProxySetting
{
string ProxyHostName $
uint ProxyPort 0
uint ProxyType 0
string ProxyUsername $
}
declare Config
{
bool AllowRemoteConfig true
uint64 AutoDeleteCheckDiskFreeSpaceMin 104857600
string KeepConnectHost keepalive.softether.org
uint KeepConnectInterval 50
uint KeepConnectPort 80
uint KeepConnectProtocol 1
bool NoChangeWcmNetworkSettingOnWindows8 false
bool UseKeepConnect false
}
declare RootCA
{
}
declare UnixVLan
{
declare VPN
{
bool Enabled true
string MacAddress XX-XX-XX-XX-XX-XX
}
}
}
{code}