<?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>我们都很疯 &#187; tomato</title>
	<atom:link href="http://www.ssbbcc.com/tag/tomato/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ssbbcc.com</link>
	<description>做自己该做的，不会做的就去学</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:06:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>突破网络尖兵-共享卫士</title>
		<link>http://www.ssbbcc.com/816.html</link>
		<comments>http://www.ssbbcc.com/816.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 10:00:33 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[计算机(一个铁疙瘩)]]></category>
		<category><![CDATA[2M]]></category>
		<category><![CDATA[891]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[BBS]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[ICS]]></category>
		<category><![CDATA[tomato]]></category>
		<category><![CDATA[中国电信]]></category>
		<category><![CDATA[代理]]></category>
		<category><![CDATA[代理服务器]]></category>
		<category><![CDATA[公司]]></category>
		<category><![CDATA[共享]]></category>
		<category><![CDATA[共享卫士]]></category>
		<category><![CDATA[固件]]></category>
		<category><![CDATA[客户端]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[电信]]></category>
		<category><![CDATA[监控]]></category>
		<category><![CDATA[神盾]]></category>
		<category><![CDATA[网络]]></category>
		<category><![CDATA[网络尖兵]]></category>
		<category><![CDATA[路由器]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=816</guid>
		<description><![CDATA[自从公司的网络被中国电信公司纳入网络尖兵监控范围时，刚开始没注意，重启路由器后，解决了短时间内的问题，但用的时间一超过1个小时，就又上不了网了，公司总共有15台电脑用这2M的ADSL上网。包年的费用为891元。
试了不少的方法，ICS，代理服务器，TOMATO固件，换路由器，DD-WRT，但结果都一样，都是短时间内可以上，一个小时后就不能上了。上网搜索了下，试了共享神盾之类的带客户端的软件，都不理想，没效果，最后试了共享卫士，因为安装的是最新版的，所以刚开始还行，一个小时后也不行了，后来看了BBS上的文章，福州地区还是用旧版的效果最好。

]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/816.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-WRT的PPTP客户端、服务端设置</title>
		<link>http://www.ssbbcc.com/588.html</link>
		<comments>http://www.ssbbcc.com/588.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 01:20:52 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[无线(Wifi)生活]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[dmz]]></category>
		<category><![CDATA[mtu]]></category>
		<category><![CDATA[nat]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[tomato]]></category>
		<category><![CDATA[客户端]]></category>
		<category><![CDATA[服务端]]></category>
		<category><![CDATA[设置]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=588</guid>
		<description><![CDATA[OPENVPN、TOMATO都支持PPTP的VPN，但DD也支持，只是要设置下：
一、PPTP客户端
1、开启页面的PPTP客户端
2、服务器IP或DNS名称：远程服务器的地址
3、远程子网：连接远程服务器获取地址的子网，如172.168.0.0，可以先用windows连接一下，取前两位，后两位为0
4、远程子网掩码：远程服务器的子网掩码，如255.255.255.0，一般都是这个
5、MPPE加密：加密方式，设置为“mppe required”，设置连接启用加密，DD不支持扩展的EAP协议，如果windows服务器设置了扩展EAP协议就不能连接了。
6、MTU，MRU默认：1450
7、NAT：启用
8、用户名：登陆名，如果是登陆域用如下格式 domain\\user
9、密码：登陆密码
二、PPTP服务器
1、开启页面的PPTP服务
2、服务器IP地址：你的路由内网IP地址，如：192.168.255.1
3、客户端IP：连接的客户端获取的地址范围，内网的一个ip段如：192.168.255.100-120
4、CHAP-Secrets：用户验证信息，就是可以登陆的用户名和密码格式
5、用户名+空格+*+空格+密码+空格+*
例如：用户名guest，密码guest
guest * guest *
三、其他需要注意的：
1、PPTP服务器必须开启Loopback设置
2、用户密码不能用#等特殊字符
3、DMZ功能必须关闭 
]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/588.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MIMO-无线网络新技术</title>
		<link>http://www.ssbbcc.com/503.html</link>
		<comments>http://www.ssbbcc.com/503.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 05:12:10 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[无线(Wifi)生活]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[g108]]></category>
		<category><![CDATA[mimo]]></category>
		<category><![CDATA[tomato]]></category>
		<category><![CDATA[tt]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[网卡]]></category>
		<category><![CDATA[脱机]]></category>
		<category><![CDATA[路由器]]></category>
		<category><![CDATA[蹭网]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=503</guid>
		<description><![CDATA[MIMO技术可以简单的认为多进多出（MIMO：Multiple Input Multiple Output）技术，是在上个世纪末美国的贝尔实验室提出的多天线通信系统，在发射端和接收端均采用多天线（或阵列天线）和多通道。因此我们今天看到的MIMO产品多数都不只一根天线。（如上图）。MIMO无线通信技术的概念是在任何一个无线通信系统，只要其发射端和接收端均采用了多个天线或者天线阵列，就构成了一个无线MIMO系统。MIMO无线通信技术采用空时处理技术进行信号处理，在多径环境下，无线MIMO系统可以极大地提高频谱利用率，增加系统的数据传输速率。MIMO技术非常适用于室内环境下的无线局域网系统使用。采用MIMO技术的无线局域网系统在室内环境下的频谱效率可以达到20～40bps/Hz;而使用传统无线通信技术在移动蜂窝中的频谱效率仅为1～5bps/Hz，在点到点的固定微波系统中也只有10～12bps/Hz。
]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/503.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tomato DualWan路由器的PPTP设置方法</title>
		<link>http://www.ssbbcc.com/442.html</link>
		<comments>http://www.ssbbcc.com/442.html#comments</comments>
		<pubDate>Mon, 22 Jun 2009 05:14:18 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[无线(Wifi)生活]]></category>
		<category><![CDATA[dualwan]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[tomato]]></category>
		<category><![CDATA[客户端]]></category>
		<category><![CDATA[方法]]></category>
		<category><![CDATA[服务端]]></category>
		<category><![CDATA[设置]]></category>
		<category><![CDATA[路由器]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=442</guid>
		<description><![CDATA[PPTP和L2TP都使用PPP协议对数据进行封装，然后添加附加包头用于数据在互联网络上的传输。尽管两个协议非常相似，但是仍存在以下几方面的不同：
1.PPTP要求互联网络为IP网络。L2TP只要求隧道媒介提供面向数据包的点对点的连接。L2TP可以在IP（使用UDP），桢中继永久虚拟电路（PVCs),X.25虚拟电路（VCs）或ATM VCs网络上使用。
2.PPTP只能在两端点间建立单一隧道。L2TP支持在两端点间使用多隧道。使用L2TP，用户可以针对不同的服务质量创建不同的隧道。
3.L2TP可以提供包头压缩。当压缩包头时，系统开销（overhead）占用4个字节，而PPTP协议下要占用6个字节。
4.L2TP可以提供隧道验证，而PPTP则不支持隧道验证。但是当L2TP或PPTP与IPSEC共同使用时，可以由IPSEC提供隧道验证，不需要在第2层协议上验证隧道。
因为公司网络有用海蜘蛛过滤网页，为了方便自己工作，我都是VPN回自己家的路由器，再访问外网，这样可以避过网页过滤。也试过内网VPN到网关，在WINXP下试的，发现无法访问外网，可能跟网络环境有关系。
其实设置很简单下，按网站上的几张图就OK了.
1、设置路由器的服务端

2、如果你是用电脑连上，设置电脑吧

3、如果是用路由连路由，设置另一台路由

4、原理结构图如下：

5、路由互拔状态图

高级设置→连接追踪里的GRE/PPTP选项请根据实况情况设置.Tomato PPTP服务器、Tomato PPTP客户端上改选项必须关闭，只有当你的路由器后面的设备需要拨到互联网上的PPTP服务器时才打开。
如果还是不明白，就看官网吧
http://www.dualwan.cn/
]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/442.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PPTP:点对点隧道协议</title>
		<link>http://www.ssbbcc.com/441.html</link>
		<comments>http://www.ssbbcc.com/441.html#comments</comments>
		<pubDate>Mon, 22 Jun 2009 04:56:42 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[无线(Wifi)生活]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[tomato]]></category>
		<category><![CDATA[tt]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=441</guid>
		<description><![CDATA[点对点隧道协议（PPTP）是一种支持多协议虚拟专用网络的网络技术。通过该协议，远程用户能够通过 Microsoft Windows NT 工作站、Windows 95 和 Windows 98 操作系统以及其它装有点对点协议的系统安全访问公司网络，并能拨号连入本地 ISP，通过 Internet 安全链接到公司网络。
PPTP 可以用于在 IP 网络上建立 PPP 会话隧道。在这种配置下，PPTP 隧道和 PPP 会话运行在两个相同的机器上，呼叫方充当 PNS。PPTP 使用客户机－服务器结构来分离当前网络访问服务器具备的一些功能并支持虚拟专用网络。PPTP 作为一个呼叫控制和管理协议，它允许服务器控制来自 PSTN 或 ISDN 的拨入电路交换呼叫访问并初始化外部电路交换连接。
PPTP 只能通过 PAC 和 PNS 来实施，其它系统没有必要知道 PPTP。拨号网络可与 PAC 相连接而无需知道 PPTP。标准的 PPP 客户机软件可继续在隧道 PPP 链接上操作。
PPTP 使用 GRE 的扩展版本来传输用户 PPP 包。这些增强允许为在 PAC 和 PNS 之间传输用户数据的隧道提供低层拥塞控制和流控制。这种机制允许高效使用隧道可用带宽并且避免了不必要的重发和缓冲区溢出。PPTP 没有规定特定的算法用于低层控制，但它确实定义了一些通信参数来支持这样的算法工作。

Length ― 该 PPTP 信息的八位总长，包括整个 [...]]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/441.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DD-wrt、蕃茄等路由器挂U盘命令</title>
		<link>http://www.ssbbcc.com/429.html</link>
		<comments>http://www.ssbbcc.com/429.html#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:27:10 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[无线(Wifi)生活]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[JFFS]]></category>
		<category><![CDATA[MMC]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[tomato]]></category>
		<category><![CDATA[tt]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[USB1.1]]></category>
		<category><![CDATA[USB2.0]]></category>
		<category><![CDATA[U盘]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[脱机]]></category>
		<category><![CDATA[蕃茄]]></category>
		<category><![CDATA[路由器]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=429</guid>
		<description><![CDATA[DD版挂USB太简单了，都是图型化设置
1、打开USB设置，全激活USB功能
2、挂JFFS
3、挂MMC/SD
这是TT版的挂USB设备的命令
modprobe usbcore
modprobe scsi_mod
modprobe ehci-hcd
modprobe sd_mod
modprobe printer
modprobe usb-storage
sleep 1
modprobe jbd
modprobe ext2
modprobe ext3
sleep 3
mount /dev/scsi/host0/bus0/target0/lun0/part1 /jffs
mount /dev/scsi/host0/bus0/target0/lun0/part2 /mmc
mount /dev/mtdblock/4 /mnt
mount -o bind /jffs/opt /opt
sleep 3
/opt/bin/busybox swapon /jffs/swapfile
sleep 3
#/jffs/bt
#启动samba
/opt/etc/init.d/S80samba
#启动BT程序transmission
/opt/bin/transmission-daemon -g /opt/share/data/torrents/.config/transmission-daemon
上面的命令可以根据自己的情况修改。
modprobe usbcore
modprobe scsi_mod
modprobe usb-ohci
modprobe sd_mod
modprobe printer
modprobe usb-storage
sleep 1
modprobe jbd
modprobe ext3
modprobe ext2
这部分是必要的。加载驱动。（这里加载的驱动只包含USB的U盘要加载其他驱动需要增加命令）
后面的是个人要求 挂载目录
mount /dev/scsi/host0/bus0/target0/lun0/part1 /jffs
这句是把U盘目录挂载到 JFFS 目录下，这样SHH到路由可以看到 JFFS的目录文件就是U盘的
ln -s /jffs/opt /tmp/opt
这句是 把 JFFS/OPT 目录挂载到 系统OPT目录
图文教程
belkin 7231-4p挂U盘教程
http://www.right.com.cn/forum/viewthread.php?tid=11637&#38;extra=page%3D1
belkin7231-4p潜力挖掘教程2-安装OPTware、Samba、HTTP服务器
http://www.right.com.cn/forum/viewthread.php?tid=11721&#38;extra=page%3D1
belkin7231-4p潜力挖掘教程3-建立SWAP交换分区
http://www.right.com.cn/forum/viewthread.php?tid=11718&#38;highlight=7231-4p
如果需要GHOST文件，请联系我。
]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/429.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>路由器升级版本选择(DD-WRT、TOMATO&#8230;&#8230;)</title>
		<link>http://www.ssbbcc.com/228.html</link>
		<comments>http://www.ssbbcc.com/228.html#comments</comments>
		<pubDate>Sun, 24 May 2009 13:55:45 +0000</pubDate>
		<dc:creator>疯疯</dc:creator>
				<category><![CDATA[无线(Wifi)生活]]></category>
		<category><![CDATA[7231-4p]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[tomato]]></category>
		<category><![CDATA[tt]]></category>
		<category><![CDATA[wrh54g]]></category>
		<category><![CDATA[升级]]></category>
		<category><![CDATA[固件]]></category>
		<category><![CDATA[第三方]]></category>
		<category><![CDATA[路由器]]></category>

		<guid isPermaLink="false">http://www.ssbbcc.com/?p=228</guid>
		<description><![CDATA[一、判断刷哪个版本固件的一个方法
ND就是newd,新驱动版本的意思:
借用DD的版本说明:
std_generic   标准通用版
nokaid是不带XBOX支持的(这个偶也不太清楚,在网上搜索的了.)
vpn_generic  支持虚拟专用网络的版本,这个一般个人用户不需要.
VOIP_generic 支持网络电话的版本.
mega 是全功能版本
newd 采用新版驱动,支持多SSID.CPU为Broadcom（博通）公司的BCM535x
vint 采用旧驱动  CPU为BROADCOM BCM47XX
MINI有大部分标准版的功能,但有一些功能不支持,如SNMP, IPv6, 存储卡什么的,偶的E文太差,只看了个大概.
micro 是为WRT54G v5 那样一些只有2MB的ROM的路由器用的版本.
USB 支持USB设备可接打印机,U盘,如果接个USB硬盘可脱机BT.
&#8212;&#8212;&#8211;
经常有人问这么多版本怎么选择,这里简单归纳说明一下:
Micro  (最小版) 只能用于2MB FLASH
Mini (迷你版)    可用于4MB FLASH
Standard (STD标准版) 可用于4MB FLASH
VOIP (带VOIP功能版)
Mega (完整版)  只能用在8MB FLASH
其他可以不用管.  还有就是NEWD(新驱动)和VINT(旧驱动)之分.
cmd下输入：
1） telnet 192.168.1.1
2） 输入用户名和密码
3） nvram show&#124;grep corerev
如果显示
wl0_corerev=4
则一定要使用 VINT 版
如果显示
wl0_corerev &#62;=5 =8
则 VINT 版 和 NEWD 版都可用
如果显示
wl0_corerev &#62;9
则一定要使用 NEWD 版
NEWD新驱动版适用于BCM53XX系列CPU 如BCM5325等。
VINT旧驱动版适用于BCM471X系列 CPU 如BCM4712等。
7231的CPU是Broadcom BCM4712，wl0_corerev值是7，所以还是建议装VINT，我试过NEWD，也可以使用，但对于这种都可以选的情况网上褒贬不一，有时间可以深入试试。
DD-WRT与TOMATO各有各的长处，DD-WRT固件是目前国内外最为流行和红火的固件之一，该固件是在Open-WRT固件基础上改进后发布的，很多功能都是取自Open-WRT，在应用范围上DD-WRT支持最多的硬件平台，并且新版本的发布也很及时。随着DD-WRT新版本的发布以及多家媒体的宣传DD-WRT的应用范围越来越广。
    而TOMATO固件则是在最近非常火爆和逐渐流行的固件，个头比较小，外号番茄也给人一种塌塌实实的感觉，实际使用起来运行非常稳定，基于SVG的图形化流量图非常有特色。他是由HyperWRT研发团队中的一员开发的。
    个小功能强是他的最大特点，这也是为什么越来越多的家庭用户和无线路由器发烧友脱离DD-WRT阵营转投“番茄”门下的主要原因。
    说起TOMATO与DD-WRT的差别则主要体现在以下几点上，首先刷TOMATO要比刷DD-WRT步骤复杂些，而且根据设备型号的差别刷新难易程度相差比较大。
    在功能上两者不分上下，TOMATO的长处在于自身灵活的脚本实施功能，可以让用户自定义适合网络的脚本，从而实现某些特定功能。
    [...]]]></description>
		<wfw:commentRss>http://www.ssbbcc.com/228.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
