Friday, September 25, 2009
Thursday, September 24, 2009
Fixing Aventail VPN software failure to connect
Aventail VPN frequently fails to connect to vpn network after starting and stopping couple of time.
The only solution was to restart the computer.
in order to fix that try the following commands in DOS session:
ipconfig /release
ipconfig /renew
Other solution ( not verified )
The solution is to restart the "Network Location Awareness (NLA)" and "Aventail" services
You can save run the following commands in a batch file and run it:
net STOP Nla
net START Nla
net STOP NgVpnMgr
net START NgVpnMgr
ipconfig /release
ipconfig /renew
The only solution was to restart the computer.
in order to fix that try the following commands in DOS session:
ipconfig /release
ipconfig /renew
Other solution ( not verified )
The solution is to restart the "Network Location Awareness (NLA)" and "Aventail" services
You can save run the following commands in a batch file and run it:
net STOP Nla
net START Nla
net STOP NgVpnMgr
net START NgVpnMgr
ipconfig /release
ipconfig /renew
Thursday, September 10, 2009
Networking: Changing routing default gateway
Use route command to change the default gateway. It could be useful if connecting through a VPN and you don't want to use the VPN default gateway
Here is the command:
route change 0.0.0.0 mask 0.0.0.0 192.168.1.1
Here is the command:
route change 0.0.0.0 mask 0.0.0.0 192.168.1.1
Subscribe to:
Posts (Atom)