<?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; 拨号</title>
	<atom:link href="http://www.wenzk.com/archives/tag/%e6%8b%a8%e5%8f%b7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wenzk.com</link>
	<description>http://www.wenzk.com</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux PPPoE拨号频繁掉线问题</title>
		<link>http://www.wenzk.com/archives/1481</link>
		<comments>http://www.wenzk.com/archives/1481#comments</comments>
		<pubDate>Sun, 27 Nov 2011 02:06:41 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[榆树网-网络]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PPPoE]]></category>
		<category><![CDATA[拨号]]></category>
		<category><![CDATA[掉线]]></category>
		<category><![CDATA[终端]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=1481</guid>
		<description><![CDATA[家里的网络是通过小区宽带接入的，通过PPPoE进行认证，最近发现总是掉线，几小时掉线一次，频繁的时候一小时几次。由于特殊需求，需要通过VPN上网，所以掉线对网络体验影响是很大的，通过查看日志，掉线时的日志是： No response to 3 echo-requests Serial link appears to be disconnected. 既然是3个echo-requests没有响应就重新连接了，那说明是Linux主动发起的重连请求，网络未必不可用，查看PPPoE的配置： 默认配置是，没10秒检测一次，如果连续3次失败则认为网络不可用，重新连接。 可否通过调整这两个参数来减少掉线次数呢？ 将配置改成： 修改后，一天已经没有掉线了，如果你也遇到类似的问题，修改这里两个参数试试。 相关文章单网卡多次PPPoE拨号问题 (0)新安装Cacti遇到的几个问题 (0)Linux下如何使用tar进行整系统备份["Ghost"] (0)如何为逻辑卷创建镜像 (0)LVM在线更换物理硬盘 (0)]]></description>
			<content:encoded><![CDATA[<p>家里的网络是通过小区宽带接入的，通过PPPoE进行认证，最近发现总是掉线，几小时掉线一次，频繁的时候一小时几次。由于特殊需求，需要通过VPN上网，所以掉线对网络体验影响是很大的，通过查看日志，掉线时的日志是：</p>
<p>No response to 3 echo-requests<br />
Serial link appears to be disconnected.</p>
<p>既然是3个echo-requests没有响应就重新连接了，那说明是Linux主动发起的重连请求，网络未必不可用，查看PPPoE的配置：</p>
<pre class="brush: plain; title: ; notranslate">LCP_FAILURE=3
LCP_INTERVAL=10</pre>
<p>默认配置是，没10秒检测一次，如果连续3次失败则认为网络不可用，重新连接。<br />
可否通过调整这两个参数来减少掉线次数呢？<br />
将配置改成：</p>
<pre class="brush: plain; title: ; notranslate">LCP_FAILURE=10
LCP_INTERVAL=30</pre>
<p>修改后，一天已经没有掉线了，如果你也遇到类似的问题，修改这里两个参数试试。</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/935" title="单网卡多次PPPoE拨号问题">单网卡多次PPPoE拨号问题</a> (0)</li><li><a href="http://www.wenzk.com/archives/1516" title="新安装Cacti遇到的几个问题">新安装Cacti遇到的几个问题</a> (0)</li><li><a href="http://www.wenzk.com/archives/1469" title="Linux下如何使用tar进行整系统备份["Ghost"]">Linux下如何使用tar进行整系统备份["Ghost"]</a> (0)</li><li><a href="http://www.wenzk.com/archives/1464" title="如何为逻辑卷创建镜像">如何为逻辑卷创建镜像</a> (0)</li><li><a href="http://www.wenzk.com/archives/1461" title="LVM在线更换物理硬盘">LVM在线更换物理硬盘</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/1481/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>单网卡多次PPPoE拨号问题</title>
		<link>http://www.wenzk.com/archives/935</link>
		<comments>http://www.wenzk.com/archives/935#comments</comments>
		<pubDate>Sat, 31 Jul 2010 17:28:04 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[榆树网-网络]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PPPoE]]></category>
		<category><![CDATA[单网卡]]></category>
		<category><![CDATA[多网卡]]></category>
		<category><![CDATA[拨号]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=935</guid>
		<description><![CDATA[最近听同事说，沈阳的ADSL帐号允许2个用户同时拨入（或许是为了方便IPTV吧），由于家里改成LAN接入了，所以2次拨号后，总带宽就是原来的2倍了，感觉不错，不过要实现PPPoE拨号，需要增加网卡（好还得增加一个交换机，更费电了），对于我那个小的准系统来说，增加网卡是比较麻烦的，除非是USB网卡。 上网搜索发现已经有人处理过这类问题，详见：单网卡PPPOE五次拨号带宽合并，零成本&#8230;2M变10M 分享全过程，不过这个方法是通过虚拟机实现的，如果在那准系统上安装虚拟机，系统速度就更慢了，不值得。最近一直在琢磨，如何能够不使用虚拟机实现单网卡多次拨入宽带。其实就是让一个系统虚拟出来几张不同MAC地址虚拟网卡，然后使用这些网卡来拨号。 期待成功的到来&#8230; 相关文章Linux PPPoE拨号频繁掉线问题 (0)如何免费搭建自己的vps服务器？ (0)单网卡多次PPPoE拨号实现方法 (0)使用freebsd构建pppoe server服务器 (0)新安装Cacti遇到的几个问题 (0)]]></description>
			<content:encoded><![CDATA[<p>最近听同事说，沈阳的ADSL帐号允许2个用户同时拨入（或许是为了方便IPTV吧），由于家里改成LAN接入了，所以2次拨号后，总带宽就是原来的2倍了，感觉不错，不过要实现PPPoE拨号，需要增加网卡（好还得增加一个交换机，更费电了），对于我那个小的准系统来说，增加网卡是比较麻烦的，除非是USB网卡。</p>
<p>上网搜索发现已经有人处理过这类问题，详见：<a href="http://hi.baidu.com/angusetime/blog/item/8152a7f6af7948d2f3d38575.html" target="_blank">单网卡PPPOE五次拨号带宽合并，零成本&#8230;2M变10M 分享全过程</a>，不过这个方法是通过虚拟机实现的，如果在那准系统上安装虚拟机，系统速度就更慢了，不值得。最近一直在琢磨，如何能够不使用虚拟机实现单网卡多次拨入宽带。其实就是让一个系统虚拟出来几张不同MAC地址虚拟网卡，然后使用这些网卡来拨号。</p>
<p>期待成功的到来&#8230;</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/1481" title="Linux PPPoE拨号频繁掉线问题">Linux PPPoE拨号频繁掉线问题</a> (0)</li><li><a href="http://www.wenzk.com/archives/977" title="如何免费搭建自己的vps服务器？">如何免费搭建自己的vps服务器？</a> (0)</li><li><a href="http://www.wenzk.com/archives/965" title="单网卡多次PPPoE拨号实现方法">单网卡多次PPPoE拨号实现方法</a> (0)</li><li><a href="http://www.wenzk.com/archives/819" title="使用freebsd构建pppoe server服务器">使用freebsd构建pppoe server服务器</a> (0)</li><li><a href="http://www.wenzk.com/archives/1516" title="新安装Cacti遇到的几个问题">新安装Cacti遇到的几个问题</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/935/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>电脑通过黑莓手机拨号上网</title>
		<link>http://www.wenzk.com/archives/500</link>
		<comments>http://www.wenzk.com/archives/500#comments</comments>
		<pubDate>Wed, 30 Dec 2009 03:05:52 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[GPRS]]></category>
		<category><![CDATA[拨号]]></category>
		<category><![CDATA[黑莓]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=500</guid>
		<description><![CDATA[安装新版的DM之后发现多了一个功能“IP调制解调器”，连接上黑莓手机，点击“IP调制解调器”稍微简单的配置，即可用过黑莓手机上网啦，不过费的是GPRS流量，包月后就不用担心啦，刚才试验了一下，DM的流量个统计功能还比较准确，和移动的计费差距不大。 下面是配置的一个截图，据说联通的也是这么配置 相关文章Google Maps for BlackBerry终于在本地缓存地图了 (0)黑莓手机使用技巧【BlackBerry 8310】 (0)Linux PPPoE拨号频繁掉线问题 (0)黑莓8310修改IMEI简单步骤 (0)黑莓快速输入当前日期及时间 (0)]]></description>
			<content:encoded><![CDATA[<p>安装新版的DM之后发现多了一个功能“IP调制解调器”，连接上黑莓手机，点击“IP调制解调器”稍微简单的配置，即可用过黑莓手机上网啦，不过费的是GPRS流量，包月后就不用担心啦，刚才试验了一下，DM的流量个统计功能还比较准确，和移动的计费差距不大。</p>
<p>下面是配置的一个截图，据说联通的也是这么配置</p>
<p><a href="http://www.wenzk.com/wp-content/uploads/2009/12/blackberry_DM_dailup.png" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-medium wp-image-501" title="blackberry_DM_dailup" src="http://www.wenzk.com/wp-content/uploads/2009/12/blackberry_DM_dailup-300x276.png" alt="" width="300" height="276" /></a></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/813" title="Google Maps for BlackBerry终于在本地缓存地图了">Google Maps for BlackBerry终于在本地缓存地图了</a> (0)</li><li><a href="http://www.wenzk.com/archives/255" title="黑莓手机使用技巧【BlackBerry 8310】">黑莓手机使用技巧【BlackBerry 8310】</a> (0)</li><li><a href="http://www.wenzk.com/archives/1481" title="Linux PPPoE拨号频繁掉线问题">Linux PPPoE拨号频繁掉线问题</a> (0)</li><li><a href="http://www.wenzk.com/archives/1176" title="黑莓8310修改IMEI简单步骤">黑莓8310修改IMEI简单步骤</a> (0)</li><li><a href="http://www.wenzk.com/archives/1025" title="黑莓快速输入当前日期及时间">黑莓快速输入当前日期及时间</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/500/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

