<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>http://www.m4rl.com &#187; Set up</title>
	<atom:link href="http://www.m4rl.com/tag/set-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.m4rl.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 12:38:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To : Setup a VPN Server on a CentOS VPS Instantly</title>
		<link>http://www.m4rl.com/how-to-setup-a-vpn-server-on-a-centos-vps-instantly/</link>
		<comments>http://www.m4rl.com/how-to-setup-a-vpn-server-on-a-centos-vps-instantly/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 15:23:11 +0000</pubDate>
		<dc:creator>M4rl</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Instant]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Set up]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.m4rl.com/?p=1143</guid>
		<description><![CDATA[I really found this article very useful so let me share this with you. This was originally posted by VPSNOC. If you are using Debian/Ubuntu VPS use this GUIDE. We have made a small and dirty bash script which installs and configures OpenVPN on CentOS 5 32bit. The VPN server’s primary (and only) use is [...]]]></description>
			<content:encoded><![CDATA[<p>I really found this article very useful so let me share this with you.</p>
<p>This was originally posted by <a href="http://vpsnoc.com/blog/how-to-setup-a-vpn-server-on-a-centos-vps-instantly/">VPSNOC</a>. If you are using Debian/Ubuntu VPS  use this <a href="http://vpsnoc.com/blog/how-to-install-openvpn-on-a-debianubuntu-vps-instantly/">GUIDE</a>.</p>
<blockquote><p>We have made a small and dirty bash script which installs and configures <strong>OpenVPN on CentOS</strong> 5 32bit. The VPN server’s primary (and only) use is for safe browsing i.e. tunneling all your traffic through your VPS. The script also generates your client configuration file along with the necessary keys for authentication.</p>
<p><strong>Requirements :</strong><br />
1. CentOS 5 32bit minimal OS template<br />
2. TUN/TAP device enabled on your VPS<br />
3. ipTables NAT support</p>
<p><strong>Login to your VPS as root and execute the following commands :</strong></p>
<p><em>wget http://vpsnoc.com/scripts/install-openvpn.sh<br />
chmod +x install-openvpn.sh<br />
./install-openvpn.sh</em><br />
<span id="more-1143"></span><br />
You will be prompted to enter values for your server and client certificate, feel free to accept (hit enter) the default values. Its not recommended to setup a password for your server certificate as you will have to type in the password each time you wish to start/restart the <strong>openvpn daemon</strong>.<br />
You can however set a password for your client’s certificate since it offers extra level of protection in case your certificate and key files are compromised. You will be prompted for that password each time you connect on your <strong>VPS’s VPN</strong>.</p>
<p>After the script finished installing openvpn (should be very quick) the client keys and the <strong>openvpn client</strong> configuration file will be archived in /root/keys.tgz<br />
You may use a sftp/scp client such as <a href="http://winscp.net/eng/download.php">winscp</a> or <a href="http://filezilla-project.org/download.php">filezilla</a> to download the archive on your computer.</p>
<p>If you already haven’t installed <a href="http://openvpn.se/download.html">OpenVPN</a> for windows you may do so now.<br />
You may use winrar or 7zip to extract the content of keys.tgz in C:\Program Files\OpenVPN\config\VPN (create a folder named VPN there).</p></blockquote>
<p>...and you are done.</p>]]></content:encoded>
			<wfw:commentRss>http://www.m4rl.com/how-to-setup-a-vpn-server-on-a-centos-vps-instantly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To : Set up a Wireless Router</title>
		<link>http://www.m4rl.com/how-to-set-up-a-wireless-router/</link>
		<comments>http://www.m4rl.com/how-to-set-up-a-wireless-router/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:35:21 +0000</pubDate>
		<dc:creator>M4rl</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Set up]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Wireless Router]]></category>

		<guid isPermaLink="false">http://www.m4rl.com/?p=1061</guid>
		<description><![CDATA[When you set up a wireless router, you create a wireless network. There are four primary steps in this process: Get the right hardware. Set up the router. Connect the router to the Internet (if you want Internet access). Connect computers to the network. . Each of these steps is described in detail HERE.]]></description>
			<content:encoded><![CDATA[<p>When you set up a wireless router, you create a wireless network.</p>
<p>There are four primary steps in this process:</p>
<ul>
<li>Get the right hardware.</li>
<li>Set up the router.</li>
<li>Connect the router to the Internet (if you want Internet access).</li>
<li>Connect computers to the network.</li>
</ul>
<p>.<br />
Each of these steps is described in detail <a href="http://windows.microsoft.com/en-us/windows7/set-up-a-wireless-router">HERE</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.m4rl.com/how-to-set-up-a-wireless-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
