<?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>restart &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/restart/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Fri, 29 Jun 2018 04:10:53 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Gentoo PPPoE Problem</title>
		<link>https://richliu.com/2012/01/18/1178/gentoo-pppoe-problem/</link>
					<comments>https://richliu.com/2012/01/18/1178/gentoo-pppoe-problem/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 00:39:42 +0000</pubDate>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[openrc]]></category>
		<category><![CDATA[pppoe]]></category>
		<category><![CDATA[relink]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[service]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=1178</guid>

					<description><![CDATA[<p>Gentoo 中, pppoe interface shutdown 時會 restart 相關 Servic [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2012/01/18/1178/gentoo-pppoe-problem/">Gentoo PPPoE Problem</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Gentoo 中, pppoe interface shutdown 時會 restart 相關 Service 的問題.</p>
<p>這個問題是 openrc 造成的, 修改 /etc/rc.conf 加上以下二行</p>
<pre lang="text">
rc_net_ppp0_provide="!net"
rc_net_ppp1_provide="!net"
</pre>
<p>PPPoE Relink<br />
修改 /etc/conf.d/net 在 pppd_ppp0 加上</p>
<pre lang="text">
pppd_ppp0="defaultroute debug persist lcp-echo-interval 15 lcp-echo-failure 6"
</pre>
<p>The post <a rel="nofollow" href="https://richliu.com/2012/01/18/1178/gentoo-pppoe-problem/">Gentoo PPPoE Problem</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2012/01/18/1178/gentoo-pppoe-problem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
