VPNC is the VPN Client that can be substituted for CISCO VPN on Linux and this article will show how to connect using VPNC to CISCO VPN servers on Fedora. Once connected to the network you can use krdc remote desktop client to connect to a remote Windows desktop.
When you wish to connect to a VPN network, the network administrator will send you a pcf file. You will also be given a username and password to connect. This pcf file contains the connection parameters used by the CISCO VPNClient. This is a plain text file and can be opened in any editor. So fire up your favorite editor and look for these three parameters
Host - This will be the hostname or IP Address of your VPN Server
GroupName - The internal Groupname for authentication
enc_GroupPwd - The internal encrypted hash password for the groupname
Now we need to decrypt the encoded group password! You can write your own C Program in linux using the cryptography libraries or download and compile but the easiest way out is to use an online decoding tool like this one
Online Decoder
C Source File for advanced hackers
Now we need to create a configuration file for vpnc similar to this pcf file. Goto the folder /etc/vpnc in Fedora 10. Other distributions may have other locations but you can use locate vpnc to find the location.
In this folder you will find a file default.conf which you can use as a template. Copy this file and give the new file any name e.g., cp default.conf myVPN.conf
Open myVPN.conf in any text editor such as vi and make sure it contains these lines
IPSec gateway
IPSec ID
IPSec secret
# your username goes here:
Xauth username
Xauth password
If you do not wish to store the password in plain text, do not enter the last line and you will be prompted to enter the password at connection time. Save this file.
Finally to connect use this command in a root shell.
vpnc myVPN.conf
If you had not entered a password in the conf file, you will be prompted for it. Once connected you will see the welcome message from the VPN Server. Woohoo! We are in! Access Granted!
Now that we are connected to the network, simply launch krdc and type in the IP address of your windows remote desktop.
You may also want to have a look at vpntool the new GUI for vpnc hosted by Google code although its only available for Debian and Mac platforms.
4 comments:
IPsec gateway is non valid in some countries
(VPN Server)
Dear it's really nice app.
MY YESTERDAY'S COMPLAINT
Yesterday I have sent a complaint that using the app I am unable to booking a seat or checking availability. When clicking "find trains", all options are working fine, except for "GET AVAILABILITY" which is non functional. Kindly resolve the problem. It is to mention that I am using Apple iPhone 5s and the latest version of iOS.
I was very satisfied for your app, I am using this app for 2-3 years, but for last 1 months I am not able to use this app, Its not giving any information, I did Uninstall and again install, but still result is same, Kindly help, My mob. 9971093345
Post a Comment