|
|
The network is virtual, your privacy is not... |
Links:Main screen
Activities
Hosted by: |
Example: installing tinc on Windows 2000/XPThis example shows how to install and configure tinc on Windows 2000 or XP. It is not a HOWTO, it is recommended that you read the manual as well.
Downloading and installing tincFirst, download the installer from the website. You don't have to save it, run it from its current location.Follow the instructions of the installer. If you already installed a TAP-Win32 or CIPE driver, you can uncheck the TAP-Win32 driver component. Configuring tincNext, open the explorer and go to the directory where you installed tinc. This probably isC:\Program Files\tinc.
To start configuring tinc for your VPN, create a new folder and give it the name of your VPN (if you don't have a name for it, use vpn or make one up).
In this folder you will have to create a new file named
Open this file with notepad or wordpad.
In this file you have to specify the name of your computer on the VPN.
This doesn't have to be the name you gave to Windows, we assume you're calling it
In the current directory, you have to create a directory called
Now you have to generate the public and private key for your tinc daemon.
You do this by starting
Now that the keys are generated, you should give the office a copy of your Configuring the virtual network deviceNext you will have to set up the virtual network device. The installer will not create those for you, you have to runaddtap.bat in tinc's installation directory.
This will add a new virtual network device.
(If you want to run more than one tinc daemon, you will need to create extra virtual network devices.)
After that, open the Network and Dial-up connections control panel,
and change the name of the new interface to the same as you specified in
Then, double-click on the new interface.
You can enable the icon in the taskbar if you want.
Click on Internet Protocol and then on Configure.
Manually set the address to that of your computer on the VPN, in this example Starting tincNow that everything has been set up, it is time to start tinc. Startcommand.com, go to tinc's installation directory and
start tinc with the right -n option:
tincd -n vpn.
If everything went well, it will tell you that it installed itself as a service and started it.
If you enabled the taskbar icon, you will notice that it changes form: You can temporarily stop and start tinc from the Service control panel.
$Id: windows-install.html 292 2007-07-24 17:03:55Z guus $ |