<?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>ubuntu,debian,redhat -linuxany.com &#187; openssl</title>
	<atom:link href="http://www.linuxany.com/archives/tag/openssl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description>ubuntu,debian,redhat,fedora,centos</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:01:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>用openvpn快速建立linux平台VPN</title>
		<link>http://www.linuxany.com/archives/936.html</link>
		<comments>http://www.linuxany.com/archives/936.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 08:01:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RedHat]]></category>
		<category><![CDATA[lzo]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=936</guid>
		<description><![CDATA[openvpn可工作于两种模式：
一种是IP遂道路由模式,主要应用于点对点
一种是基于以太网的遂道桥模式, 应用于点对多点,有多个分支机构 
本文介绍的配置实例是第一种
环境:redhat+lzo+openssl+openvpn
拓扑图:&#160; &#160;局域网1:&#160; OFFICE主机装redhat9.0 两块网卡 eth1接公网 61.131.58.x , eth0接 内网192.168.1.56&#160; vpn 10.1.0.1 &#60;em&#62;A主机 192.168.1.222 &#60;/em&#62;局域网2: HOME主机装redhat9.0两块网卡&#160; &#160;eth0 接公网 218.85.158.244 eth1 接内网 192.168.0.235 vpn 10.1.0.2 &#60;em&#62;B主机 192.168.0.45&#60;/em&#62;

下载地址   
http://prdownloads.sourceforge.net/openvpn/openvpn-2.0_beta7.tar.gz
http://www.oberhumer.com/opensource/lzo/download/lzo-1.08.tar.gz
openssl用来进行加密，lzo用来进行数据压缩 
先检查openssl是否已安装
rpm –qa &#124; grep openssl
没有请先装openssl, openssl如何安装就不介绍了 
将openvpn-2.0.beta7.tar.gz和lzo-1.08.tar.gz下载到/home 
#cd /home
#tar zxvf lzo-1.08.tar.gz
#cd  lzo-1.08.
#./comfigure
#make
#make install
#tar  zxvf openvpn-2.0_beta7.tar.gz
#cd openvpn-2.0_beta7
#./configure  &#8211;with-lzo-headers=/usr/local/include  &#8211;with-lzo-lib=/usr/local/lib
#make
#make install
#mkdir  /etc/openvpn
#cd [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/936.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
