<?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>空想枫</title>
	<atom:link href="http://blog.it580.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.it580.com</link>
	<description>一个IT从业者的枫言枫语</description>
	<lastBuildDate>Sat, 04 Jul 2009 07:18:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>zh</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FreeRadius+Mysql+EAP认证身份认证系统安装及配置</title>
		<link>http://blog.it580.com/2028</link>
		<comments>http://blog.it580.com/2028#comments</comments>
		<pubDate>Sat, 04 Jul 2009 07:12:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[手记]]></category>
		<category><![CDATA[eap]]></category>
		<category><![CDATA[freeradius]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.it580.com/2028</guid>
		<description><![CDATA[使用FreeRadius,Mysql及EAP认证可以搭建用于无线、有线、VPN链路等的统一身份认证系统。
环境:Ubuntu 8.04.2-Server
各软件版本:

Mysql:5.0.51a-3ubuntu5.4 
OpenSSL:0.9.8g-4ubuntu3.7 
FreeRadius:2.1.6 

 
安装
1.Mysql      
执行命令:
sudo apt-get install mysql-server mysql-common mysql-client

2.OpenSSL
执行命令:
sudo apt-get install openssl libssl0.9.8 libssl-dev ca-certificates

3.FreeRadius
执行命令:
sudo apt-get install&#160; debhelper&#160; libltdl3-dev libpam0g-dev libmysqlclient15-dev build-essential libgdbm-dev libldap2-dev libsasl2-dev libiodbc2-dev libkrb5-dev snmp autotools-dev dpatch&#160; libperl-dev libtool dpkg-dev libpq-dev libsnmp-dev 
cd /usr/local/src/
sudo wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.6.tar.gz
sudo tar -xzvf freeradius-server-2.1.6.tar.gz 
cd freeradius-server-2.1.6
sudo ./configure &#8211;prefix=/usr/local/freeradius
sudo make
sudo [...]]]></description>
			<content:encoded><![CDATA[<p>使用<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">FreeRadius</a>,<a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">Mysql</a>及<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>认证可以搭建用于无线、有线、VPN链路等的统一身份认证系统。</p>
<p>环境:<a href="http://blog.it580.com/tag/ubuntu" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">Ubuntu</a> 8.04.2-Server</p>
<p>各软件版本:</p>
<ul>
<li><a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">Mysql</a>:5.0.51a-3ubuntu5.4 </li>
<li>OpenSSL:0.9.8g-4ubuntu3.7 </li>
<li><a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">FreeRadius</a>:2.1.6 </li>
</ul>
<p> <span id="more-2028"></span><br />
<h2><strong>安装</strong></h2>
<p><strong>1.<a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">Mysql</a>      <br /></strong></p>
<p>执行命令:</p>
<blockquote><p>sudo apt-get install <a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">mysql</a>-server <a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">mysql</a>-common <a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">mysql</a>-client</p>
</blockquote>
<p><strong>2.OpenSSL</strong></p>
<p>执行命令:</p>
<blockquote><p>sudo apt-get install openssl libssl0.9.8 libssl-dev ca-certificates</p>
</blockquote>
<p><strong>3.<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">FreeRadius</a></strong></p>
<p>执行命令:</p>
<blockquote><p>sudo apt-get install&#160; debhelper&#160; libltdl3-dev libpam0g-dev libmysqlclient15-dev build-essential libgdbm-dev libldap2-dev libsasl2-dev libiodbc2-dev libkrb5-dev snmp autotools-dev dpatch&#160; libperl-dev libtool dpkg-dev libpq-dev libsnmp-dev </p>
<p>cd /usr/local/src/</p>
<p>sudo wget <a href="ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.6.tar.gz">ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.6.tar.gz</a></p>
<p>sudo tar -xzvf <a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>-server-2.1.6.tar.gz </p>
<p>cd <a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>-server-2.1.6</p>
<p>sudo ./configure &#8211;prefix=/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a></p>
<p>sudo make</p>
<p>sudo make install</p>
</blockquote>
<h2><strong>配置</strong></h2>
<p><strong>1.<a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">Mysql</a></strong></p>
<p>执行命令：</p>
<blockquote><p>mysqladmin -u root -p create radius</p>
<p><a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">mysql</a> –u root –p radius &lt; /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/sql/<a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">mysql</a>/schema.sql</p>
</blockquote>
<p>配置权限:</p>
<blockquote><p><a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">mysql</a> –u root –p</p>
<p>grant all on radius.* to <a href="mailto:radius@localhost">radius@localhost</a> identified by &quot;it580.pass&quot;;</p>
<p>exit</p>
</blockquote>
<p><strong>2.<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">FreeRadius</a></strong></p>
<p>执行命令:</p>
<blockquote><p>sudo nano /etc/ld.so.conf</p>
</blockquote>
<p>加入如下内容:</p>
<blockquote><p>include /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/lib</p>
</blockquote>
<p>执行命令:</p>
<blockquote><p>sudo ldconfig</p>
<p>adduser radiususer</p>
<p>sudo chown -R radiususer:radiususer /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/</p>
</blockquote>
<p>执行如下命令,看<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">FreeRadius</a>是否能够启动起来</p>
<blockquote><p>sudo /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/sbin/radiusd –X</p>
</blockquote>
<p>如果看到如下内容，说明<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">FreeRadius</a>启动正常。</p>
<blockquote><p>Listening on authentication address * port 1812      <br />Listening on accounting address * port 1813       <br />Listening on command file /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/var/run/radiusd/radiusd.sock       <br />Listening on proxy address * port 1814       <br />Ready to process requests.</p>
</blockquote>
<p><u>执行测试一(1.User文件方式认证)，确认radius user方式认证正常。</u></p>
<p><u></u></p>
<p>通过后开始加入数据库支持。</p>
<p>执行命令:</p>
<blockquote><p>nano /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/sql.conf</p>
</blockquote>
<p>修改里面的用户名和密码:</p>
<blockquote><p>login = &quot;radius&quot;     <br />password = &quot;it580.pass&quot;</p>
</blockquote>
<p>执行命令,编辑radiusd.conf:</p>
<blockquote><p>nano /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/radiusd.conf</p>
</blockquote>
<p>首先，将执行<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">Freeradius</a>的用户修改为:</p>
<blockquote><p>user = radiususer     <br />group = radiususer</p>
</blockquote>
<p>开启sql支持,将以下的内容前的#去除:</p>
<blockquote><p>$INCLUDE sql.conf</p>
</blockquote>
<p>执行命令,编辑default:</p>
<blockquote><p>nano /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/sites-available/default</p>
</blockquote>
<p>将以下的内容前的#去除:</p>
<blockquote><p>sql</p>
</blockquote>
<p><u>执行测试二(2.SQL方式认证)，确认radius SQL认证正常。</u></p>
<p>&#160;</p>
<p>通过后开始启动<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>支持。</p>
<p>检查/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/sites-available/default,<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">eap</a>前的#是否去除。可以使用如下命令:</p>
<blockquote><p>cat /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/sites-available/default |grep -v &#8216;#&#8217;</p>
</blockquote>
<p><u>执行测试三(3.<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-MD5方式认证)，确认radius <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-MD5认证正常。</u></p>
<p><u></u></p>
<p>通过后开始启动<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-PEAP。</p>
<p>执行命令:</p>
<blockquote><p>nano /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">eap</a>.conf</p>
</blockquote>
<p>修改md5为peap，显示如下，并保存：</p>
<blockquote><p>default_eap_type = peap</p>
</blockquote>
<p>检查证书是否存在，使用命令:</p>
<blockquote><p>ls /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/certs/*.pem</p>
</blockquote>
<p>如果没有ca.pem文件，就执行命令,如果有的话，请不必执行该命令:</p>
<blockquote><p>/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/certs/bootstrap</p>
</blockquote>
<p><u>执行测试四(4.<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-PEAP方式认证)，确认radius <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-PEAP认证正常。</u></p>
<p><u></u></p>
<p>通过后开始启动<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-TTLS-MD5。</p>
<p>执行命令:</p>
<blockquote><p>nano /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">eap</a>.conf</p>
</blockquote>
<p>修改peap为ttls-md5，显示如下并保存：</p>
<blockquote><p>default_eap_type = ttls</p>
</blockquote>
<p><u>执行测试五(5.TTLS-MD5方式认证)，确认radius TTLS-MD5认证正常。</u></p>
<p><u></u></p>
<p>通过后开始启动TTLS-MSCHAPV2。</p>
<p>执行命令:</p>
<blockquote><p>nano /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">eap</a>.conf</p>
</blockquote>
<p>修改md5为mschapv2，显示如下并保存:</p>
<blockquote><p>default_eap_type = mschapv2</p>
</blockquote>
<p><u>执行测试六(6.TTLS-MSCHAPV2方式认证)，确认radius TTLS-MSCHAPV2认证正常。</u></p>
<p><u></u></p>
<p>全文完。</p>
<p>&#160;</p>
<p><strong></strong></p>
<p><strong></strong></p>
<h2><strong>测试</strong></h2>
<p><strong>1.User文件方式认证</strong></p>
<p>执行命令:</p>
<blockquote><p>nano /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/users</p>
</blockquote>
<p>在该文件底部加入如下内容,增加一个用户radiususer,密码为it580.com:</p>
<blockquote><p>radiususer Cleartext-Password := &quot;it580.com&quot;</p>
</blockquote>
<p>执行命令,启动<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">Freeradius</a>的调试模式:</p>
<blockquote><p>/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/sbin/radiusd –X</p>
</blockquote>
<p>执行命令，测试新增的用户:</p>
<blockquote><p>/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/bin/radtest radiususer it580.com localhost 0 testing123</p>
</blockquote>
<p>如果输出如下内容，说明该用户验证成功:</p>
<blockquote><p>Sending Access-Request of id 180 to 127.0.0.1 port 1812     <br /> User-Name = &quot;radiususer&quot;      <br /> User-Password = &quot;it580.com&quot;      <br /> NAS-IP-Address = 127.0.1.1      <br /> NAS-Port = 0      <br /><strong>rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=180, length=20</strong></p>
</blockquote>
<p><strong>2.SQL 方式认证</strong></p>
<p>执行命令:</p>
<blockquote><p><a href="http://blog.it580.com/tag/mysql" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with mysql">mysql</a> –u radius –p radius</p>
<p>insert into radcheck(username,attribute,value,op) values(&#8217;sqluser&#8217;,'Cleartext-Password&#8217;,'it580.com&#8217;,':=&#8217;);</p>
</blockquote>
<p>执行命令,启动<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">Freeradius</a>的调试模式:</p>
<blockquote><p>/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/sbin/radiusd –X</p>
</blockquote>
<p>执行命令，测试新增的用户:</p>
<blockquote><p>/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/bin/radtest sqluser it580.com localhost 0 testing123</p>
</blockquote>
<p>如果输出如下内容，说明该用户验证成功:</p>
<blockquote><p>Sending Access-Request of id 113 to 127.0.0.1 port 1812     <br /> User-Name = &quot;sqluser&quot;      <br /> User-Password = &quot;it580.com&quot;      <br /> NAS-IP-Address = 127.0.1.1      <br /> NAS-Port = 0      <br /><strong>rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=113, length=20</strong></p>
</blockquote>
<p>&#160;</p>
<p><strong>3.<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-MD5方式认证</strong></p>
<p>执行命令,启动<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">Freeradius</a>的调试模式:</p>
<blockquote><p>/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/sbin/radiusd –X</p>
</blockquote>
<p>执行命令，测试user方式的<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-MD5:</p>
<blockquote><p>( echo &quot;User-Name = \&quot;radiususer\&quot;&quot;;&#160;&#160; echo &quot;Cleartext-Password = \&quot;it580.com\&quot;&quot;;&#160;&#160; echo &quot;<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-Code = Response&quot;;&#160;&#160; echo &quot;<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-Id = 210&quot;;&#160;&#160; echo &quot;<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-Type-Identity = \&quot;dial\&quot;&quot;;&#160;&#160; echo &quot;Message-Authenticator = 0&#215;00&quot;; ) | /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/bin/radeapclient -x 127.0.0.1 auth testing123</p>
</blockquote>
<p>执行命令，测试SQL方式的<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-MD5:</p>
<blockquote><p>( echo &quot;User-Name = \&quot;sqluser\&quot;&quot;;&#160;&#160; echo &quot;Cleartext-Password = \&quot;it580.com\&quot;&quot;;&#160;&#160; echo &quot;<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-Code = Response&quot;;&#160;&#160; echo &quot;<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-Id = 210&quot;;&#160;&#160; echo &quot;<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-Type-Identity = \&quot;sqluser\&quot;&quot;;&#160;&#160; echo &quot;Message-Authenticator = 0&#215;00&quot;; ) | /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/bin/radeapclient -x 127.0.0.1 auth testing123</p>
</blockquote>
<p>如果输出如下内容，说明验证成功:</p>
<blockquote><p> <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-Id = 211     <br /><strong> <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-Code = Success</strong></p>
</blockquote>
<p><strong>4.<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>-PEAP方式认证</strong></p>
<p>先安装测试工具,eapol_test:</p>
<blockquote><p>cd /usr/local/src/</p>
<p>sudo wget <a href="http://hostap.epitest.fi/releases/wpa_supplicant-0.6.9.tar.gz">http://hostap.epitest.fi/releases/wpa_supplicant-0.6.9.tar.gz</a></p>
<p>sudo tar –xzvf wpa_supplicant-0.6.9.tar.gz</p>
<p>cd wpa_supplicant-0.6.9/wpa_supplicant/</p>
<p>cp defconfig .config</p>
<p>make eapol_test</p>
<p>cp eapol_test /usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/bin/</p>
</blockquote>
<p>建立测试配置文件peap.test：</p>
<blockquote><p>nano ~/peap.test</p>
</blockquote>
<p>将以下内容贴入,并保存:</p>
<blockquote><p>network={     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">eap</a>=PEAP      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; eapol_flags=0      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; key_mgmt=IEEE8021X      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; identity=&quot;sqluser&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; password=&quot;it580.com&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ca_cert=&quot;/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/certs/ca.pem&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; phase2=&quot;auth=MSCHAPV2&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; anonymous_identity=&quot;anonymous&quot;      <br />}</p>
</blockquote>
<p>执行以下命令测试:</p>
<blockquote><p>cd ~</p>
<p>/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/bin/eapol_test -c peap.test -s testing123</p>
</blockquote>
<p>如果输出如下内容，说明验证成功:</p>
<blockquote><p>eapol_sm_cb: success=1     <br />EAPOL: Successfully fetched key (len=32)      <br />PMK from EAPOL &#8211; hexdump(len=32): d9 2f f7 04 41 7c 74 66 5b b3 e7 7c ea 77 21 72 04 94 cd 7f e1 c9 a0 6b 08 34 b1 b2 25 55 6f 53      <br /><a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>: deinitialize previously used <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a> method (25, PEAP) at <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a> deinit      <br />ENGINE: engine deinit      <br />MPPE keys OK: 1&#160; mismatch: 0      <br /><strong>SUCCESS</strong></p>
</blockquote>
<p><strong>5.TTLS-MD5方式认证</strong></p>
<p>执行命令:</p>
<blockquote><p>nano ~/ttlsmd5.test</p>
</blockquote>
<p>加入如下内容，并保存:</p>
<blockquote><p>network={     <br />ssid=&quot;test&quot;      <br /><a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">eap</a>=TTLS      <br />key_mgmt=WPA-<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>      <br />identity=&quot;sqluser&quot;      <br />password=&quot;it580.com&quot;      <br />anonymous_identity=&quot;anonymous&quot;      <br />ca_cert=&quot;/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/certs/ca.pem&quot;      <br />phase2=&quot;auth=MD5&quot;      <br />}</p>
</blockquote>
<p>执行测试命令:</p>
<blockquote><p>/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/bin/eapol_test -c ttlsmd5.test -s testing123</p>
</blockquote>
<p>如果输出如下内容，说明验证成功:</p>
<blockquote><p>eapol_sm_cb: success=1     <br />EAPOL: Successfully fetched key (len=32)      <br />PMK from EAPOL &#8211; hexdump(len=32): 91 b2 66 fb da ff bd 7d 95 91 2a c5 82 a8 86 bb 18 14 ac 9f 30 e4 7e 21 9f 28 b8 00 35 62 ff f2      <br /><a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>: deinitialize previously used <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a> method (21, TTLS) at <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a> deinit      <br />ENGINE: engine deinit      <br />MPPE keys OK: 1&#160; mismatch: 0      <br /><strong>SUCCESS</strong></p>
</blockquote>
<p><strong>6.TTLS-MSCHAPV2方式认证</strong></p>
<p>执行命令:</p>
<blockquote><p>nano ~/ttlsmschapv2.test</p>
</blockquote>
<p>加入如下内容，并保存:</p>
<blockquote><p>network={     <br />ssid=&quot;test&quot;      <br /><a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">eap</a>=TTLS      <br />key_mgmt=WPA-<a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>      <br />identity=&quot;sqluser&quot;      <br />password=&quot;it580.com&quot;      <br />anonymous_identity=&quot;anonymous&quot;      <br />ca_cert=&quot;/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/etc/raddb/certs/ca.pem&quot;      <br />phase2=&quot;auth=MSCHAPV2&quot;      <br />}</p>
</blockquote>
<p>执行测试命令:</p>
<blockquote><p>/usr/local/<a href="http://blog.it580.com/tag/freeradius" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with freeradius">freeradius</a>/bin/eapol_test -c ~/ttlsmschapv2.test -s testing123</p>
</blockquote>
<p>如果输出如下内容，说明验证成功:</p>
<blockquote><p>eapol_sm_cb: success=1     <br />EAPOL: Successfully fetched key (len=32)      <br />PMK from EAPOL &#8211; hexdump(len=32): 16 6d 2a 43 84 f9 9c cd 56 91 ee e5 d4 78 28 b1 c1 8b 09 e0 f9 4b 29 0f 0c c4 00 a8 f2 96 3b 80      <br /><a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a>: deinitialize previously used <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a> method (21, TTLS) at <a href="http://blog.it580.com/tag/eap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with eap">EAP</a> deinit      <br />ENGINE: engine deinit      <br />MPPE keys OK: 1&#160; mismatch: 0      <br /><strong>SUCCESS</strong></p>
</blockquote>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=2028&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/2028">Permalink</a> |
<a href="http://blog.it580.com/2028#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/2028&title=FreeRadius+Mysql+EAP认证身份认证系统安装及配置">del.icio.us</a>
<br/>
</small></p>
	Tags: <a href="http://blog.it580.com/tag/eap" title="eap" rel="tag nofollow">eap</a>, <a href="http://blog.it580.com/tag/freeradius" title="freeradius" rel="tag nofollow">freeradius</a>, <a href="http://blog.it580.com/tag/linux" title="linux" rel="tag nofollow">linux</a>, <a href="http://blog.it580.com/tag/mysql" title="mysql" rel="tag nofollow">mysql</a>, <a href="http://blog.it580.com/tag/ubuntu" title="ubuntu" rel="tag nofollow">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://blog.it580.com/1909" title="debian 5 系统截图 (2009 2-17)">debian 5 系统截图</a> (0)</li>
	<li><a href="http://blog.it580.com/1843" title="openSUSE 11.1安装测试第一印象 (2008 12-20)">openSUSE 11.1安装测试第一印象</a> (0)</li>
	<li><a href="http://blog.it580.com/1830" title="openSUSE 11.1正式发布 (2008 12-19)">openSUSE 11.1正式发布</a> (0)</li>
	<li><a href="http://blog.it580.com/1823" title="openSUSE 11.1即将发布 (2008 12-16)">openSUSE 11.1即将发布</a> (0)</li>
	<li><a href="http://blog.it580.com/1817" title="gOS 3试用感觉 (2008 12-13)">gOS 3试用感觉</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/2028/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultrasn0w 0.6(iPhone 3G解锁发布)</title>
		<link>http://blog.it580.com/2027</link>
		<comments>http://blog.it580.com/2027#comments</comments>
		<pubDate>Tue, 23 Jun 2009 12:38:03 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone 3.0]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[ultrasn0w]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://blog.it580.com/2027</guid>
		<description><![CDATA[
确保已经升级到iPhone OS 3.0
使用redsn0w 或者 PwnageTool(同样可通过Cydia/lcy安装)破解
运行Cydia 或 lcy
增加源:repo66.ultrasn0w.com(注意snow中的o是零，而不是字母o。)
查询‘ultrasn0w’ 并安装。
重启你的iPhone 3G。
完成。


© David for 空想枫, 2009. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us


	Tags: iPhone, iphone 3.0, jailbreak, ultrasn0w, unlock

	Related posts
	
	iPhone 3.0固件放出 (0)
	iPhone 2.2.1 破解及解锁说明 (0)
	iPhone 2.2.1破解发布(QuickPWN2.2.1) (0)
	iPhone 2.2.1 发布 (0)
	iPhone 蓝牙破解文件传输(iBluetooth) (0)


]]></description>
			<content:encoded><![CDATA[<ol>
<li>确保已经升级到<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> OS 3.0</li>
<li>使用redsn0w 或者 PwnageTool(同样可通过Cydia/lcy安装)破解</li>
<li>运行Cydia 或 lcy</li>
<li>增加源:repo66.<a href="http://blog.it580.com/tag/ultrasn0w" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ultrasn0w">ultrasn0w</a>.com(注意snow中的o是零，而不是字母o。)</li>
<li>查询‘<a href="http://blog.it580.com/tag/ultrasn0w" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ultrasn0w">ultrasn0w</a>’ 并安装。</li>
<li>重启你的<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 3G。</li>
<li>完成。</li>
</ol>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=2027&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/2027">Permalink</a> |
<a href="http://blog.it580.com/2027#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/2027&title=Ultrasn0w 0.6(iPhone 3G解锁发布)">del.icio.us</a>
<br/>
</small></p>
	Tags: <a href="http://blog.it580.com/tag/iphone" title="iPhone" rel="tag nofollow">iPhone</a>, <a href="http://blog.it580.com/tag/iphone-3-0" title="iphone 3.0" rel="tag nofollow">iphone 3.0</a>, <a href="http://blog.it580.com/tag/jailbreak" title="jailbreak" rel="tag nofollow">jailbreak</a>, <a href="http://blog.it580.com/tag/ultrasn0w" title="ultrasn0w" rel="tag nofollow">ultrasn0w</a>, <a href="http://blog.it580.com/tag/unlock" title="unlock" rel="tag nofollow">unlock</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://blog.it580.com/2017" title="iPhone 3.0固件放出 (2009 6-18)">iPhone 3.0固件放出</a> (0)</li>
	<li><a href="http://blog.it580.com/1883" title="iPhone 2.2.1 破解及解锁说明 (2009 1-31)">iPhone 2.2.1 破解及解锁说明</a> (0)</li>
	<li><a href="http://blog.it580.com/1882" title="iPhone 2.2.1破解发布(QuickPWN2.2.1) (2009 1-30)">iPhone 2.2.1破解发布(QuickPWN2.2.1)</a> (0)</li>
	<li><a href="http://blog.it580.com/1874" title="iPhone 2.2.1 发布 (2009 1-28)">iPhone 2.2.1 发布</a> (0)</li>
	<li><a href="http://blog.it580.com/1873" title="iPhone 蓝牙破解文件传输(iBluetooth) (2009 1-26)">iPhone 蓝牙破解文件传输(iBluetooth)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/2027/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redsn0w 0.7,0.7.1发布(iPhone 3.0固件破解)</title>
		<link>http://blog.it580.com/2022</link>
		<comments>http://blog.it580.com/2022#comments</comments>
		<pubDate>Sat, 20 Jun 2009 11:32:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.it580.com/?p=2022</guid>
		<description><![CDATA[redsn0w 可用于破解及解锁iPhone 2G(一代),iPhone 3G,iPod Touch,当前支持MAC OS X和Windows平台。不支持iPhone 3G S.
这次发布的0.7版本，可以破解及解锁iPhone 2G(一代),破解iPhone 3G的iPhone 3.0固件。解锁iPhone 3G建议等待Ultrasn0w(将通过Cydia和icy发布)
使用方法:使用iTunes升级你的iPhone到3.0固件版本，然后使用redsn0w破解之，如果是iPhone 2G,将可以完成解锁。
SHA1 SUM:
SHA1(redsn0w-mac_0.7.zip)= 284639d37fd6675056814b6c8a5b0583ad91c370
SHA1(redsn0w-win_0.7.1.zip)= e264e44954aa417a3eb12ed29770790a30f85a66 
BT下载链接:
Mac OS X torrent
Windows torrent
非官方下载链接:
Mac
http://www.chemicalwebs.com/redsn0w/redsn0w-mac_0.7.zip
http://download.server-land.com/redsn0w/redsn0w-mac_0.7.zip
http://therepository.binarytide.com/redsn0w/redsn0w-mac_0.7.zip
http://www.bielsipod.de/Daten/redsn0w-mac_0.7.zip
http://necoda.com/redsn0w-mac_0.7.zip
http://g.appleguru.org/redsn0w-mac_0.7.zip
http://download.desteini.com/mac/redsn0w-mac_0.7.zip
http://schaffnerd.com/redsn0w/redsn0w-mac_0.7.zip 
Windows
http://www.chemicalwebs.com/redsn0w/redsn0w-win_0.7.1.zip
http://intern.datentankstelle.at/iphone/redsn0w-win_0.7.1.zip
http://www.gotokohsamui.com/redsn0w-win_0.7.1.zip
http://www.bielsipod.de/Daten/redsn0w-win_0.7.1.zip
http://cligs.ee/assets/redsn0w-win_0.7.1.zip
http://72.14.179.250/Downloads/redsn0w-win_0.7.1.zip
http://www.andygo.de/redsn0w-win_0.7.1.zip
http://linhsex.net/data/redsn0w/redsn0w-win_0.7.1.zip
http://download.server-land.com/redsn0w/redsn0w-win_0.7.1.zip
http://asifzia.com/redsn0w-win_0.7.1.zip
http://g.appleguru.org/redsn0w-win_0.7.1.zip
http://iphone.h4ck.org.il/redsn0w-win_0.7.1.zip
http://bentkowski.com.pl/redsn0w-win_0.7.1.zip
http://theiphoneproject.org/windows/redsn0w-win_0.7.1.zip
http://begolli.com/downloads/win/redsn0w-win_0.7.1.zip 

© David for 空想枫, 2009. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us

No tag for this post.
	Related posts
	
	No related posts.
	

]]></description>
			<content:encoded><![CDATA[<p>redsn0w 可用于破解及解锁<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 2G(一代),<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 3G,iPod Touch,当前支持MAC OS X和Windows平台。<strong>不支持<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 3G S.</strong></p>
<p>这次发布的0.7版本，可以破解及解锁<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 2G(一代),破解<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 3G的<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 3.0固件。解锁<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 3G建议等待<a href="http://blog.it580.com/tag/ultrasn0w" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ultrasn0w">Ultrasn0w</a>(将通过Cydia和icy发布)</p>
<p>使用方法:使用iTunes升级你的<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a>到3.0固件版本，然后使用redsn0w破解之，如果是<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 2G,将可以完成解锁。</p>
<p><strong>SHA1 SUM:</strong><br />
SHA1(redsn0w-mac_0.7.zip)= 284639d37fd6675056814b6c8a5b0583ad91c370<br />
SHA1(redsn0w-win_0.7.1.zip)= e264e44954aa417a3eb12ed29770790a30f85a66 </p>
<p>BT下载链接:<br />
<a href="http://torrents.thepiratebay.org/4965042/redsn0w-mac_0.7.zip.4965042.TPB.torrent">Mac OS X torrent</a><br />
<a href="http://torrents.thepiratebay.org/4965034/redsn0w-win_0.7.zip.4965034.TPB.torrent">Windows torrent</a></p>
<p>非官方下载链接:<span id="more-2022"></span><br />
<strong>Mac</strong><br />
http://www.chemicalwebs.com/redsn0w/redsn0w-mac_0.7.zip<br />
http://download.server-land.com/redsn0w/redsn0w-mac_0.7.zip<br />
http://therepository.binarytide.com/redsn0w/redsn0w-mac_0.7.zip<br />
http://www.bielsipod.de/Daten/redsn0w-mac_0.7.zip<br />
http://necoda.com/redsn0w-mac_0.7.zip<br />
http://g.appleguru.org/redsn0w-mac_0.7.zip<br />
http://download.desteini.com/mac/redsn0w-mac_0.7.zip<br />
http://schaffnerd.com/redsn0w/redsn0w-mac_0.7.zip </p>
<p><strong>Windows</strong><br />
http://www.chemicalwebs.com/redsn0w/redsn0w-win_0.7.1.zip<br />
http://intern.datentankstelle.at/<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iphone</a>/redsn0w-win_0.7.1.zip<br />
http://www.gotokohsamui.com/redsn0w-win_0.7.1.zip<br />
http://www.bielsipod.de/Daten/redsn0w-win_0.7.1.zip<br />
http://cligs.ee/assets/redsn0w-win_0.7.1.zip<br />
http://72.14.179.250/Downloads/redsn0w-win_0.7.1.zip<br />
http://www.andygo.de/redsn0w-win_0.7.1.zip<br />
http://linhsex.net/data/redsn0w/redsn0w-win_0.7.1.zip<br />
http://download.server-land.com/redsn0w/redsn0w-win_0.7.1.zip<br />
http://asifzia.com/redsn0w-win_0.7.1.zip<br />
http://g.appleguru.org/redsn0w-win_0.7.1.zip<br />
http://<a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iphone</a>.h4ck.org.il/redsn0w-win_0.7.1.zip<br />
http://bentkowski.com.pl/redsn0w-win_0.7.1.zip<br />
http://theiphoneproject.org/windows/redsn0w-win_0.7.1.zip<br />
http://begolli.com/downloads/win/redsn0w-win_0.7.1.zip </p>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=2022&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/2022">Permalink</a> |
<a href="http://blog.it580.com/2022#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/2022&title=redsn0w 0.7,0.7.1发布(iPhone 3.0固件破解)">del.icio.us</a>
<br/>
</small></p>No tag for this post.
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/2022/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3.0固件放出</title>
		<link>http://blog.it580.com/2017</link>
		<comments>http://blog.it580.com/2017#comments</comments>
		<pubDate>Thu, 18 Jun 2009 02:03:07 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone 3.0]]></category>

		<guid isPermaLink="false">http://blog.it580.com/2017</guid>
		<description><![CDATA[iPhone 2G使用版本   http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6580.20090617.XsP76/iPhone1,1_3.0_7A341_Restore.ipsw
iPhone 3G使用版本    http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6578.20090617.VfgtU/iPhone1,2_3.0_7A341_Restore.ipsw
iPhone 3G S使用版本    http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6582.20090617.LlI87/iPhone2,1_3.0_7A341_Restore.ipsw

© David for 空想枫, 2009. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us


	Tags: iPhone, iphone 3.0

	Related posts
	
	Ultrasn0w 0.6(iPhone 3G解锁发布) (0)
	iPhone 2.2.1 破解及解锁说明 (0)
	iPhone 2.2.1破解发布(QuickPWN2.2.1) (0)
	iPhone 2.2.1 发布 (0)
	iPhone 蓝牙破解文件传输(iBluetooth) (0)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 2G使用版本   <br /><a href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6580.20090617.XsP76/iPhone1,1_3.0_7A341_Restore.ipsw">http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6580.20090617.XsP76/iPhone1,1_3.0_7A341_Restore.ipsw</a></p>
<p><a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 3G使用版本    <br /><a href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6578.20090617.VfgtU/iPhone1,2_3.0_7A341_Restore.ipsw">http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6578.20090617.VfgtU/iPhone1,2_3.0_7A341_Restore.ipsw</a></p>
<p><a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 3G S使用版本    <br /><a href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6582.20090617.LlI87/iPhone2,1_3.0_7A341_Restore.ipsw">http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6582.20090617.LlI87/iPhone2,1_3.0_7A341_Restore.ipsw</a></p>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=2017&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/2017">Permalink</a> |
<a href="http://blog.it580.com/2017#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/2017&title=iPhone 3.0固件放出">del.icio.us</a>
<br/>
</small></p>
	Tags: <a href="http://blog.it580.com/tag/iphone" title="iPhone" rel="tag nofollow">iPhone</a>, <a href="http://blog.it580.com/tag/iphone-3-0" title="iphone 3.0" rel="tag nofollow">iphone 3.0</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://blog.it580.com/2027" title="Ultrasn0w 0.6(iPhone 3G解锁发布) (2009 6-23)">Ultrasn0w 0.6(iPhone 3G解锁发布)</a> (0)</li>
	<li><a href="http://blog.it580.com/1883" title="iPhone 2.2.1 破解及解锁说明 (2009 1-31)">iPhone 2.2.1 破解及解锁说明</a> (0)</li>
	<li><a href="http://blog.it580.com/1882" title="iPhone 2.2.1破解发布(QuickPWN2.2.1) (2009 1-30)">iPhone 2.2.1破解发布(QuickPWN2.2.1)</a> (0)</li>
	<li><a href="http://blog.it580.com/1874" title="iPhone 2.2.1 发布 (2009 1-28)">iPhone 2.2.1 发布</a> (0)</li>
	<li><a href="http://blog.it580.com/1873" title="iPhone 蓝牙破解文件传输(iBluetooth) (2009 1-26)">iPhone 蓝牙破解文件传输(iBluetooth)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/2017/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Pre支持EVDO机卡分离？</title>
		<link>http://blog.it580.com/2014</link>
		<comments>http://blog.it580.com/2014#comments</comments>
		<pubDate>Thu, 11 Jun 2009 01:19:03 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[pre]]></category>

		<guid isPermaLink="false">http://blog.it580.com/2014</guid>
		<description><![CDATA[ 
有人在Pre的系统内的/usr/palm/applications/com.palm.app.firstuse/images发现了以上图片。

而现在发售的EVDO机器明显是没有SIM卡插槽的。
不确定是否未来支持EVDO的机卡分离，理论上应该是为GSM设计的。

© David for 空想枫, 2009. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us


	Tags: Palm, pre

	Related posts
	
	Palm Pre上破解后第一个程序 (0)
	如何获得Palm Pre root权限 (0)
	Palm Pre隐藏开发模式被发现 (1)
	Palm Pre发售首周纪录 (0)
	Palm Pre 7/7 发布? (2)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.it580.com/wp-content/uploads/2009/06/sim-card-1.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="sim_card_1" src="http://blog.it580.com/wp-content/uploads/2009/06/sim-card-1-thumb.png" border="0" alt="sim_card_1" width="164" height="244" /></a> <a href="http://blog.it580.com/wp-content/uploads/2009/06/sim-card-instructions-4.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="sim_card_instructions_4" src="http://blog.it580.com/wp-content/uploads/2009/06/sim-card-instructions-4-thumb.png" border="0" alt="sim_card_instructions_4" width="164" height="244" /></a></p>
<p>有人在<a href="http://blog.it580.com/tag/pre" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pre">Pre</a>的系统内的/usr/<a href="http://blog.it580.com/tag/palm" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Palm">palm</a>/applications/com.<a href="http://blog.it580.com/tag/palm" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Palm">palm</a>.app.firstuse/images发现了以上图片。</p>
<p><a href="http://blog.it580.com/wp-content/uploads/2009/06/palm-pre-sim.jpg" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="palm_pre_sim" src="http://blog.it580.com/wp-content/uploads/2009/06/palm-pre-sim-thumb.jpg" border="0" alt="palm_pre_sim" width="244" height="171" /></a></p>
<p>而现在发售的EVDO机器明显是没有SIM卡插槽的。</p>
<p>不确定是否未来支持EVDO的机卡分离，理论上应该是为GSM设计的。</p>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=2014&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/2014">Permalink</a> |
<a href="http://blog.it580.com/2014#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/2014&title=Palm Pre支持EVDO机卡分离？">del.icio.us</a>
<br/>
</small></p>
	Tags: <a href="http://blog.it580.com/tag/palm" title="Palm" rel="tag nofollow">Palm</a>, <a href="http://blog.it580.com/tag/pre" title="pre" rel="tag nofollow">pre</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://blog.it580.com/2007" title="Palm Pre上破解后第一个程序 (2009 6-10)">Palm Pre上破解后第一个程序</a> (0)</li>
	<li><a href="http://blog.it580.com/1997" title="如何获得Palm Pre root权限 (2009 6-10)">如何获得Palm Pre root权限</a> (0)</li>
	<li><a href="http://blog.it580.com/1994" title="Palm Pre隐藏开发模式被发现 (2009 6-10)">Palm Pre隐藏开发模式被发现</a> (1)</li>
	<li><a href="http://blog.it580.com/1991" title="Palm Pre发售首周纪录 (2009 6-9)">Palm Pre发售首周纪录</a> (0)</li>
	<li><a href="http://blog.it580.com/1959" title="Palm Pre 7/7 发布? (2009 5-1)">Palm Pre 7/7 发布?</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/2014/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Pre上破解后第一个程序</title>
		<link>http://blog.it580.com/2007</link>
		<comments>http://blog.it580.com/2007#comments</comments>
		<pubDate>Wed, 10 Jun 2009 12:46:04 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[pre]]></category>
		<category><![CDATA[webos]]></category>

		<guid isPermaLink="false">http://blog.it580.com/2007</guid>
		<description><![CDATA[
呵呵，基于预制的Sprint Nascar程序修改,“Hello World”。


© David for 空想枫, 2009. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us


	Tags: Palm, pre, webos

	Related posts
	
	Palm Pre支持EVDO机卡分离？ (0)
	如何获得Palm Pre root权限 (0)
	Palm Pre隐藏开发模式被发现 (1)
	Palm Pre发售首周纪录 (0)
	Palm Pre 7/7 发布? (2)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.it580.com/wp-content/uploads/2009/06/image5.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Palm Pre hello world." src="http://blog.it580.com/wp-content/uploads/2009/06/image-thumb3.png" border="0" alt="Palm Pre hello world." width="244" height="176" /></a></p>
<p>呵呵，基于预制的Sprint Nascar程序修改,“Hello World”。</p>
<p><a href="http://blog.it580.com/wp-content/uploads/2009/06/image8.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Palm Pre hello world-2" src="http://blog.it580.com/wp-content/uploads/2009/06/image-thumb4.png" border="0" alt="Palm Pre hello world-2" width="244" height="153" /></a></p>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=2007&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/2007">Permalink</a> |
<a href="http://blog.it580.com/2007#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/2007&title=Palm Pre上破解后第一个程序">del.icio.us</a>
<br/>
</small></p>
	Tags: <a href="http://blog.it580.com/tag/palm" title="Palm" rel="tag nofollow">Palm</a>, <a href="http://blog.it580.com/tag/pre" title="pre" rel="tag nofollow">pre</a>, <a href="http://blog.it580.com/tag/webos" title="webos" rel="tag nofollow">webos</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://blog.it580.com/2014" title="Palm Pre支持EVDO机卡分离？ (2009 6-11)">Palm Pre支持EVDO机卡分离？</a> (0)</li>
	<li><a href="http://blog.it580.com/1997" title="如何获得Palm Pre root权限 (2009 6-10)">如何获得Palm Pre root权限</a> (0)</li>
	<li><a href="http://blog.it580.com/1994" title="Palm Pre隐藏开发模式被发现 (2009 6-10)">Palm Pre隐藏开发模式被发现</a> (1)</li>
	<li><a href="http://blog.it580.com/1991" title="Palm Pre发售首周纪录 (2009 6-9)">Palm Pre发售首周纪录</a> (0)</li>
	<li><a href="http://blog.it580.com/1959" title="Palm Pre 7/7 发布? (2009 5-1)">Palm Pre 7/7 发布?</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/2007/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何获得Palm Pre root权限</title>
		<link>http://blog.it580.com/1997</link>
		<comments>http://blog.it580.com/1997#comments</comments>
		<pubDate>Wed, 10 Jun 2009 12:37:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[涂鸦]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[pre]]></category>
		<category><![CDATA[webos]]></category>

		<guid isPermaLink="false">http://blog.it580.com/?p=1997</guid>
		<description><![CDATA[
下载 WebOS image
重命名文件后缀为.zip,解压
进入开发模式, 在启动完成后链接到你的电脑
运行解压出来的文件: webosdoctorp100ewwsprint/resources/NovacomInstaller_x86.msi
安装:Python 2.6
通过Subversion获得rooter脚本: http://svn.saurik.com/repos/webos-dev/trunk/rooter/
运行rooter里的 talk.py, 将会输出一大窜的内容。如果看到任何错误, 加入 irc (irc.freenode.net #webos-internals)
开启Pre的无线. 得到IP地址后, 就可以使用Telnet访问它 (用户名: root)
登录后执行如下命令:

mount -o remount,rw /
cat &#62; /etc/event.d/backdoorscreen &#60;&#60; EOF
# -*- mode: shell-script; -*-
# backdoorscreen
description     &#8220;backdoorscreen&#8221;
start on stopped configure
stop on runlevel [!2]
exec screen -d -m /home/backdoorscreen.sh
EOF
cat &#62; /home/backdoorscreen.sh &#60;&#60; EOF
#!/bin/sh
while `true`; do
sleep 120
/usr/sbin/telnetd
iptables -D INPUT -p tcp [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>下载 <a href="http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar">WebOS image</a></li>
<li>重命名文件后缀为.zip,解压</li>
<li><a href="http://blog.it580.com/1994">进入开发模式</a>, 在启动完成后链接到你的电脑</li>
<li>运行解压出来的文件: webosdoctorp100ewwsprint/resources/NovacomInstaller_x86.msi</li>
<li>安装:<a href="http://python.org/">Python 2.6</a></li>
<li>通过Subversion获得rooter脚本: <a href="http://svn.saurik.com/repos/webos-dev/trunk/rooter/">http://svn.saurik.com/repos/webos-dev/trunk/rooter/</a></li>
<li>运行rooter里的 talk.py, 将会输出一大窜的内容。如果看到任何错误, 加入 irc (irc.freenode.net #<a href="http://blog.it580.com/tag/webos" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with webos">webos</a>-internals)</li>
<li>开启<a href="http://blog.it580.com/tag/pre" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pre">Pre</a>的无线. 得到IP地址后, 就可以使用Telnet访问它 (用户名: root)</li>
<li>登录后执行如下命令:</li>
</ol>
<blockquote><p><code>mount -o remount,rw /</code></p>
<p>cat &gt; /etc/event.d/backdoorscreen &lt;&lt; EOF<br />
# -*- mode: shell-script; -*-<br />
# backdoorscreen</p>
<p>description     &#8220;backdoorscreen&#8221;</p>
<p>start on stopped configure<br />
stop on runlevel [!2]</p>
<p>exec screen -d -m /home/backdoorscreen.sh<br />
EOF</p>
<p>cat &gt; /home/backdoorscreen.sh &lt;&lt; EOF<br />
#!/bin/sh<br />
while `true`; do<br />
sleep 120<br />
/usr/sbin/telnetd<br />
iptables -D INPUT -p tcp &#8211;dport 23 -j ACCEPT</p>
<p>iptables -I INPUT -p tcp &#8211;dport 23 -j ACCEPT</p>
<p>done<br />
EOF<br />
chmod 755 /home/backdoorscreen.sh</p>
<p>mount -o remount,ro /</p></blockquote>
<ol>
<li>重启<a href="http://blog.it580.com/tag/pre" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pre">Pre</a></li>
<li>关闭开发模式</li>
<li>重启<a href="http://blog.it580.com/tag/pre" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pre">Pre</a>后，你仍然可以通过无线，实现telnet访问。</li>
</ol>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=1997&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/1997">Permalink</a> |
<a href="http://blog.it580.com/1997#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/1997&title=如何获得Palm Pre root权限">del.icio.us</a>
<br/>
</small></p>
	Tags: <a href="http://blog.it580.com/tag/palm" title="Palm" rel="tag nofollow">Palm</a>, <a href="http://blog.it580.com/tag/pre" title="pre" rel="tag nofollow">pre</a>, <a href="http://blog.it580.com/tag/webos" title="webos" rel="tag nofollow">webos</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://blog.it580.com/2014" title="Palm Pre支持EVDO机卡分离？ (2009 6-11)">Palm Pre支持EVDO机卡分离？</a> (0)</li>
	<li><a href="http://blog.it580.com/2007" title="Palm Pre上破解后第一个程序 (2009 6-10)">Palm Pre上破解后第一个程序</a> (0)</li>
	<li><a href="http://blog.it580.com/1994" title="Palm Pre隐藏开发模式被发现 (2009 6-10)">Palm Pre隐藏开发模式被发现</a> (1)</li>
	<li><a href="http://blog.it580.com/1991" title="Palm Pre发售首周纪录 (2009 6-9)">Palm Pre发售首周纪录</a> (0)</li>
	<li><a href="http://blog.it580.com/1959" title="Palm Pre 7/7 发布? (2009 5-1)">Palm Pre 7/7 发布?</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/1997/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Pre隐藏开发模式被发现</title>
		<link>http://blog.it580.com/1994</link>
		<comments>http://blog.it580.com/1994#comments</comments>
		<pubDate>Wed, 10 Jun 2009 11:43:33 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[pre]]></category>
		<category><![CDATA[webos]]></category>

		<guid isPermaLink="false">http://blog.it580.com/1994</guid>
		<description><![CDATA[ 
只需简单的输入&#34;upupdowndownleftrightleftrightbastart”,就可以进入开发模式。
演示视频见内文:
 

© David for 空想枫, 2009. &#124;
Permalink &#124;
One comment &#124;
Add to
del.icio.us


	Tags: Palm, pre, webos

	Related posts
	
	Palm Pre支持EVDO机卡分离？ (0)
	Palm Pre上破解后第一个程序 (0)
	如何获得Palm Pre root权限 (0)
	Palm Pre发售首周纪录 (0)
	Palm Pre 7/7 发布? (2)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.it580.com/wp-content/uploads/2009/06/image2.png" target="_blank"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.it580.com/wp-content/uploads/2009/06/image-thumb2.png" width="244" height="209" /></a> </p>
<p>只需简单的输入&quot;upupdowndownleftrightleftrightbastart”,就可以进入开发模式。</p>
<p>演示视频见内文:</p>
<p> <span id="more-1994"></span><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="347" id="viddler"><param name="movie" value="http://www.viddler.com/simple_on_site/2559d2cf" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/simple_on_site/2559d2cf" width="437" height="347" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler"></embed></object></p>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=1994&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/1994">Permalink</a> |
<a href="http://blog.it580.com/1994#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/1994&title=Palm Pre隐藏开发模式被发现">del.icio.us</a>
<br/>
</small></p>
	Tags: <a href="http://blog.it580.com/tag/palm" title="Palm" rel="tag nofollow">Palm</a>, <a href="http://blog.it580.com/tag/pre" title="pre" rel="tag nofollow">pre</a>, <a href="http://blog.it580.com/tag/webos" title="webos" rel="tag nofollow">webos</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://blog.it580.com/2014" title="Palm Pre支持EVDO机卡分离？ (2009 6-11)">Palm Pre支持EVDO机卡分离？</a> (0)</li>
	<li><a href="http://blog.it580.com/2007" title="Palm Pre上破解后第一个程序 (2009 6-10)">Palm Pre上破解后第一个程序</a> (0)</li>
	<li><a href="http://blog.it580.com/1997" title="如何获得Palm Pre root权限 (2009 6-10)">如何获得Palm Pre root权限</a> (0)</li>
	<li><a href="http://blog.it580.com/1991" title="Palm Pre发售首周纪录 (2009 6-9)">Palm Pre发售首周纪录</a> (0)</li>
	<li><a href="http://blog.it580.com/1959" title="Palm Pre 7/7 发布? (2009 5-1)">Palm Pre 7/7 发布?</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/1994/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Palm Pre发售首周纪录</title>
		<link>http://blog.it580.com/1991</link>
		<comments>http://blog.it580.com/1991#comments</comments>
		<pubDate>Tue, 09 Jun 2009 01:54:42 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[pre]]></category>

		<guid isPermaLink="false">http://blog.it580.com/1991</guid>
		<description><![CDATA[ 
&#160;&#160;&#160;&#160;&#160; 据估计，在Sprint的发售第一周共售出50,000~60,000台之间。而Palm也证实在首日即有150,000 应用被下载。
&#160;&#160;&#160;&#160;&#160; 应该算一次正常的发布，等待更多的使用者评测。

© David for 空想枫, 2009. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us


	Tags: Palm, pre

	Related posts
	
	Palm Pre支持EVDO机卡分离？ (0)
	Palm Pre上破解后第一个程序 (0)
	如何获得Palm Pre root权限 (0)
	Palm Pre隐藏开发模式被发现 (1)
	Palm Pre 7/7 发布? (2)


]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.it580.com/wp-content/uploads/2009/05/image.png" width="300" height="210" /> </p>
<p>&#160;&#160;&#160;&#160;&#160; 据估计，在Sprint的发售第一周共售出50,000~60,000台之间。而<a href="http://blog.it580.com/tag/palm" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Palm">Palm</a>也证实在首日即有150,000 应用被下载。</p>
<p>&#160;&#160;&#160;&#160;&#160; 应该算一次正常的发布，等待更多的使用者评测。</p>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=1991&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/1991">Permalink</a> |
<a href="http://blog.it580.com/1991#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/1991&title=Palm Pre发售首周纪录">del.icio.us</a>
<br/>
</small></p>
	Tags: <a href="http://blog.it580.com/tag/palm" title="Palm" rel="tag nofollow">Palm</a>, <a href="http://blog.it580.com/tag/pre" title="pre" rel="tag nofollow">pre</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://blog.it580.com/2014" title="Palm Pre支持EVDO机卡分离？ (2009 6-11)">Palm Pre支持EVDO机卡分离？</a> (0)</li>
	<li><a href="http://blog.it580.com/2007" title="Palm Pre上破解后第一个程序 (2009 6-10)">Palm Pre上破解后第一个程序</a> (0)</li>
	<li><a href="http://blog.it580.com/1997" title="如何获得Palm Pre root权限 (2009 6-10)">如何获得Palm Pre root权限</a> (0)</li>
	<li><a href="http://blog.it580.com/1994" title="Palm Pre隐藏开发模式被发现 (2009 6-10)">Palm Pre隐藏开发模式被发现</a> (1)</li>
	<li><a href="http://blog.it580.com/1959" title="Palm Pre 7/7 发布? (2009 5-1)">Palm Pre 7/7 发布?</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/1991/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3GS 发布</title>
		<link>http://blog.it580.com/1990</link>
		<comments>http://blog.it580.com/1990#comments</comments>
		<pubDate>Tue, 09 Jun 2009 01:29:35 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[新闻]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone 3gs]]></category>

		<guid isPermaLink="false">http://blog.it580.com/1990</guid>
		<description><![CDATA[ 

更快的速度
可拍摄影片
语音指令
电子指南针
支持彩信

一周半后出货，3G通话(5小时)，WIFI(9小时)，说明电池有改善。
16GB iPhone 3GS $199   32GB iPhone 3GS $299    iPhone 3G 降价到$99
注:以上价格为带合约价。

© David for 空想枫, 2009. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us


	Tags: apple, iphone 3gs

	Related posts
	
	iPhone 2.2.1 破解及解锁说明 (0)
	iPhone 2.2.1破解发布(QuickPWN2.2.1) (0)
	iPhone 2.2.1 发布 (0)
	DELL将推出类似于MacBook Air的笔记本? (0)
	iPhone 3G 解锁成功！ (1)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.it580.com/wp-content/uploads/2009/06/image1.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="iPhone 3GS" border="0" alt="iPhone 3GS" src="http://blog.it580.com/wp-content/uploads/2009/06/image-thumb1.png" width="244" height="114" /></a> </p>
<ul>
<li>更快的速度</li>
<li>可拍摄影片</li>
<li>语音指令</li>
<li>电子指南针</li>
<li>支持彩信</li>
</ul>
<p>一周半后出货，3G通话(5小时)，WIFI(9小时)，说明电池有改善。</p>
<p>16GB <a href="http://blog.it580.com/tag/iphone-3gs" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iphone 3gs">iPhone 3GS</a> $199   <br />32GB <a href="http://blog.it580.com/tag/iphone-3gs" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iphone 3gs">iPhone 3GS</a> $299    <br /><a href="http://blog.it580.com/tag/iphone" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with iPhone">iPhone</a> 3G 降价到$99</p>
<p>注:以上价格为带合约价。</p>
<img src="http://blog.it580.com/?ak_action=api_record_view&id=1990&type=feed" alt="" /><hr />
<p><small>© David for <a href="http://blog.it580.com">空想枫</a>, 2009. |
<a href="http://blog.it580.com/1990">Permalink</a> |
<a href="http://blog.it580.com/1990#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.it580.com/1990&title=iPhone 3GS 发布">del.icio.us</a>
<br/>
</small></p>
	Tags: <a href="http://blog.it580.com/tag/apple" title="apple" rel="tag nofollow">apple</a>, <a href="http://blog.it580.com/tag/iphone-3gs" title="iphone 3gs" rel="tag nofollow">iphone 3gs</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://blog.it580.com/1883" title="iPhone 2.2.1 破解及解锁说明 (2009 1-31)">iPhone 2.2.1 破解及解锁说明</a> (0)</li>
	<li><a href="http://blog.it580.com/1882" title="iPhone 2.2.1破解发布(QuickPWN2.2.1) (2009 1-30)">iPhone 2.2.1破解发布(QuickPWN2.2.1)</a> (0)</li>
	<li><a href="http://blog.it580.com/1874" title="iPhone 2.2.1 发布 (2009 1-28)">iPhone 2.2.1 发布</a> (0)</li>
	<li><a href="http://blog.it580.com/1832" title="DELL将推出类似于MacBook Air的笔记本? (2008 12-19)">DELL将推出类似于MacBook Air的笔记本?</a> (0)</li>
	<li><a href="http://blog.it580.com/1824" title="iPhone 3G 解锁成功！ (2008 12-17)">iPhone 3G 解锁成功！</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.it580.com/1990/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
