<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DTgreat</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DTgreat"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/DTgreat"/>
	<updated>2026-04-11T23:42:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=File:Utorrent.png&amp;diff=25081</id>
		<title>File:Utorrent.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=File:Utorrent.png&amp;diff=25081"/>
		<updated>2010-11-29T05:23:50Z</updated>

		<summary type="html">&lt;p&gt;DTgreat: uploaded a new version of &amp;amp;quot;File:Utorrent.png&amp;amp;quot;: Utorrent screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Utorrent screenshot&lt;/div&gt;</summary>
		<author><name>DTgreat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=File:Utorrent.png&amp;diff=25069</id>
		<title>File:Utorrent.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=File:Utorrent.png&amp;diff=25069"/>
		<updated>2010-11-29T05:20:23Z</updated>

		<summary type="html">&lt;p&gt;DTgreat: Utorrent screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Utorrent screenshot&lt;/div&gt;</summary>
		<author><name>DTgreat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=OpenVPN_Config&amp;diff=4269</id>
		<title>OpenVPN Config</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=OpenVPN_Config&amp;diff=4269"/>
		<updated>2009-08-20T19:37:52Z</updated>

		<summary type="html">&lt;p&gt;DTgreat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to write a custom configuration, or don't want to use the HDAconnect tool, this will help you set up OpenVPN on a Windows XP/Vista/7 machine, without much of a problem if you have the default settings for Amahi installed and your port forwarding set to 1194 UDP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1:''' Download OpenVPN GUI from [http://openvpn.se/]&lt;br /&gt;
&lt;br /&gt;
(Click the stable link on the left, choose the installer.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2:''' Install OpenVPN &lt;br /&gt;
&lt;br /&gt;
You can just click through, and install any drivers it asks you for.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3:''' Writing a config file&lt;br /&gt;
&lt;br /&gt;
Open a text editor of your choice, and copy the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
client&lt;br /&gt;
&lt;br /&gt;
dev tun&lt;br /&gt;
&lt;br /&gt;
proto udp&lt;br /&gt;
&lt;br /&gt;
remote '''YOURIPHERE''' 1194  #This needs to be changed per your '''external''' IP address&lt;br /&gt;
&lt;br /&gt;
route 192.168.1.0 255.255.255.0 vpn_gateway 3  #Use your '''network''' IP address, usually a router is at default 192.168.1.1 &lt;br /&gt;
&lt;br /&gt;
resolv-retry infinite&lt;br /&gt;
&lt;br /&gt;
nobind&lt;br /&gt;
&lt;br /&gt;
persist-key&lt;br /&gt;
&lt;br /&gt;
persist-tun&lt;br /&gt;
&lt;br /&gt;
ca ca.crt&lt;br /&gt;
&lt;br /&gt;
cert homehda.crt&lt;br /&gt;
&lt;br /&gt;
key homehda.key&lt;br /&gt;
&lt;br /&gt;
comp-lzo&lt;br /&gt;
&lt;br /&gt;
verb 3&lt;br /&gt;
&lt;br /&gt;
auth-user-pass&lt;br /&gt;
&lt;br /&gt;
route-method exe&lt;br /&gt;
&lt;br /&gt;
route-delay 2&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You only need to change the '''bolded''' text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4:''' Save the config file to the directory you installed OpenVPN to&lt;br /&gt;
&lt;br /&gt;
There is a folder labeled configs make sure you have the extension saved as *'''.opvn''' using the &amp;quot;all files&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 5:''' Launch &lt;br /&gt;
&lt;br /&gt;
Launch OpenVPN GUI, and you should be ready to go. Right click on the Icon, select the config file you wrote, connect, log in, and enjoy.&lt;/div&gt;</summary>
		<author><name>DTgreat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=OpenVPN_Config&amp;diff=4267</id>
		<title>OpenVPN Config</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=OpenVPN_Config&amp;diff=4267"/>
		<updated>2009-08-20T19:36:55Z</updated>

		<summary type="html">&lt;p&gt;DTgreat: New page: If you want to write a custom configuration, or don't want to use the HDAconnect tool, this will help you set up OpenVPN on a Windows XP/Vista/7 machine, without much of a problem if you h...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to write a custom configuration, or don't want to use the HDAconnect tool, this will help you set up OpenVPN on a Windows XP/Vista/7 machine, without much of a problem if you have the default settings for Amahi installed and your port forwarding set to 1194 UDP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1:''' Download OpenVPN GUI from [http://openvpn.se/]&lt;br /&gt;
&lt;br /&gt;
(Click the stable link on the left, choose the installer.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2:''' Install OpenVPN &lt;br /&gt;
&lt;br /&gt;
You can just click through, and install any drivers it asks you for.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3:''' Writing a config file&lt;br /&gt;
&lt;br /&gt;
Open a text editor of your choice, and copy the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
client&lt;br /&gt;
&lt;br /&gt;
dev tun&lt;br /&gt;
&lt;br /&gt;
proto udp&lt;br /&gt;
&lt;br /&gt;
remote '''YOURIPHERE''' 1194  #This needs to be changed per your '''external''' IP address&lt;br /&gt;
&lt;br /&gt;
route 192.168.1.0 255.255.255.0 vpn_gateway 3  #Use your '''network''' IP address, usually a router is at default 192.168.1.1 &lt;br /&gt;
&lt;br /&gt;
resolv-retry infinite&lt;br /&gt;
&lt;br /&gt;
nobind&lt;br /&gt;
&lt;br /&gt;
persist-key&lt;br /&gt;
&lt;br /&gt;
persist-tun&lt;br /&gt;
&lt;br /&gt;
ca ca.crt&lt;br /&gt;
&lt;br /&gt;
cert homehda.crt&lt;br /&gt;
&lt;br /&gt;
key homehda.key&lt;br /&gt;
&lt;br /&gt;
comp-lzo&lt;br /&gt;
&lt;br /&gt;
verb 3&lt;br /&gt;
&lt;br /&gt;
auth-user-pass&lt;br /&gt;
&lt;br /&gt;
route-method exe&lt;br /&gt;
&lt;br /&gt;
route-delay 2&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You only need to change the '''bolded''' text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4:''' Save the config file to the directory you installed OpenVPN to&lt;br /&gt;
&lt;br /&gt;
There is a folder labeled configs make sure you have the extension saved as *'''.opvn'''using the &amp;quot;all files&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 5:''' Launch &lt;br /&gt;
&lt;br /&gt;
Launch OpenVPN GUI, and you should be ready to go. Right click on the Icon, select the config file you wrote, connect, log in, and enjoy.&lt;/div&gt;</summary>
		<author><name>DTgreat</name></author>
		
	</entry>
</feed>