<?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>bridge &#8211; richliu&#039;s blog</title>
	<atom:link href="https://blog.richliu.com/tag/bridge/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Tue, 17 Dec 2019 15:17:29 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Netplan Bridge Setup</title>
		<link>https://blog.richliu.com/2019/12/17/4253/netplan-bridge-setup/</link>
					<comments>https://blog.richliu.com/2019/12/17/4253/netplan-bridge-setup/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Tue, 17 Dec 2019 15:17:28 +0000</pubDate>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[netplan]]></category>
		<guid isPermaLink="false">https://blog.richliu.com/?p=4253</guid>

					<description><![CDATA[<p>Backup for mysalves ref https://netplan.io/examples</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2019/12/17/4253/netplan-bridge-setup/">Netplan Bridge Setup</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Backup for mysalves </p>



<pre class="wp-block-code"><code>network:
  version: 2
  renderer: networkd
  ethernets:
    enP6p1s0:
      dhcp4: no
  bridges:
    br0:
      dhcp4: no
      interfaces:
         - enP6p1s0
      addresses: [192.168.110.254/16]
      gateway4: 192.168.1.1
      nameservers:
              addresses: [8.8.8.8,8.8.8.4]
      dhcp4: no
</code></pre>



<p>ref<br /> <a href="https://netplan.io/examples" target="_blank" rel="noopener">https://netplan.io/examples</a> </p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2019/12/17/4253/netplan-bridge-setup/">Netplan Bridge Setup</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.richliu.com/2019/12/17/4253/netplan-bridge-setup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
