<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ro">
	<id>http://wiki.dcae.pub.ro/index.php?action=history&amp;feed=atom&amp;title=VPN_Tutorial</id>
	<title>VPN Tutorial - Revizia istoricului</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.dcae.pub.ro/index.php?action=history&amp;feed=atom&amp;title=VPN_Tutorial"/>
	<link rel="alternate" type="text/html" href="http://wiki.dcae.pub.ro/index.php?title=VPN_Tutorial&amp;action=history"/>
	<updated>2026-08-06T04:11:39Z</updated>
	<subtitle>Istoricul versiunilor pentru această pagină din wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>http://wiki.dcae.pub.ro/index.php?title=VPN_Tutorial&amp;diff=7940&amp;oldid=prev</id>
		<title>Vserbu: Rezumat</title>
		<link rel="alternate" type="text/html" href="http://wiki.dcae.pub.ro/index.php?title=VPN_Tutorial&amp;diff=7940&amp;oldid=prev"/>
		<updated>2025-03-05T09:16:46Z</updated>

		<summary type="html">&lt;p&gt;Rezumat&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pagină nouă&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Installing and using Wireguard VPN==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wireguard is a simple and fast VPN solution which offers a secure way to access a remote network. In this tutorial, we will go through the necessary steps for installing and using Wireguard VPN on different platforms.&lt;br /&gt;
&lt;br /&gt;
To use the VPN service, it is necessary to have the &amp;quot;Wireguard&amp;quot; application installed and a configuration file (eg. &amp;quot;wg-arh0.conf&amp;quot;), obtained from your system administrator.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;!!!Every user will ask for a single configuration and will not distribute the configuration file to other users.!!!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Downloading the application:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Downloading the application:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
• Access the official page for WireGuard(“https://www.wireguard.com/install/ ”).&lt;br /&gt;
• Download the installer for Windows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Fișier:Wireguard download page2.png|1500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.Installing the application&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
• Double click on the downloaded file (wireguard-installer.exe) and wait for the installation to complete.&lt;br /&gt;
• After installation, open the WireGuard application.&lt;br /&gt;
&lt;br /&gt;
[[Fișier:Wire1.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.Import the configuration file:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
• Open the WireGuard application .&lt;br /&gt;
• Click on „Import tunnel(s) from file” and select your configuration file.&lt;br /&gt;
&lt;br /&gt;
[[Fișier:upload_config_file.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.Activate VPN:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
• After selecting the file, click „Activate”.&lt;br /&gt;
• You will observe the status indicator become green and the message „Active”.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Fișier:Activare1.png]]&lt;br /&gt;
[[Fișier:Activare2.png]]&lt;br /&gt;
&lt;br /&gt;
==Linux (Ubuntu)==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Installing WireGuard:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• Open a terminal emulator.&lt;br /&gt;
&lt;br /&gt;
• Run the following command to install the wireguard client.&lt;br /&gt;
&lt;br /&gt;
   sudo apt install wireguard-tools&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Import the configuration file:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• Navigate to the directory where you have downloaded configuration file:&lt;br /&gt;
&lt;br /&gt;
   cd ~/Downloads/&lt;br /&gt;
&lt;br /&gt;
• Copy the configuration to the wireguard directory:&lt;br /&gt;
&lt;br /&gt;
   sudo cp &amp;lt;config_file&amp;gt; /etc/wireguard/&amp;lt;config_file&amp;gt;&lt;br /&gt;
eg:&lt;br /&gt;
   sudo cp wg-dcae0.conf /etc/wireguard/wg-dcae0.conf&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Activate the VPN:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• To activate the VPN, run:&lt;br /&gt;
   sudo wg-quick up &amp;lt;name_config_file&amp;gt;&lt;br /&gt;
ex:&lt;br /&gt;
   sudo wg-quick up wg-dcae0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
• To close the VPN run:&lt;br /&gt;
   sudo wg-quick down &amp;lt;name_config_file&amp;gt;&lt;br /&gt;
ex:&lt;br /&gt;
   sudo wg-quick down wg-dcae0&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Conclusion&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
You have now installed and successfully activated Wireguard VPN on your device! Make sure the VPN is active in order to access the remote network.&lt;br /&gt;
If you run into any problems or require additional assistance, don&amp;#039;t hesitate to contact your system administrator.&lt;/div&gt;</summary>
		<author><name>Vserbu</name></author>
	</entry>
</feed>