<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans">
	<id>https://wiki.fangc.top/index.php?action=history&amp;feed=atom&amp;title=Ubuntu%E5%A4%9A%E7%BD%91%E5%8D%A1%E8%AE%BE%E7%BD%AE</id>
	<title>Ubuntu多网卡设置 - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.fangc.top/index.php?action=history&amp;feed=atom&amp;title=Ubuntu%E5%A4%9A%E7%BD%91%E5%8D%A1%E8%AE%BE%E7%BD%AE"/>
	<link rel="alternate" type="text/html" href="https://wiki.fangc.top/index.php?title=Ubuntu%E5%A4%9A%E7%BD%91%E5%8D%A1%E8%AE%BE%E7%BD%AE&amp;action=history"/>
	<updated>2026-04-19T20:02:22Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.fangc.top/index.php?title=Ubuntu%E5%A4%9A%E7%BD%91%E5%8D%A1%E8%AE%BE%E7%BD%AE&amp;diff=829&amp;oldid=prev</id>
		<title>2023年5月22日 (一) 14:45 FC</title>
		<link rel="alternate" type="text/html" href="https://wiki.fangc.top/index.php?title=Ubuntu%E5%A4%9A%E7%BD%91%E5%8D%A1%E8%AE%BE%E7%BD%AE&amp;diff=829&amp;oldid=prev"/>
		<updated>2023-05-22T14:45:10Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;ubuntu21下修改etc/netplan下文件后缀为yaml文件，实现eth0自动获取ip；eth2手动获取ip配置 &amp;lt;syntaxhighlight lang=&amp;quot;yaml&amp;quot;&amp;gt;&lt;br /&gt;
network:&lt;br /&gt;
  ethernets:&lt;br /&gt;
    eth0:&lt;br /&gt;
      dhcp4: true&lt;br /&gt;
    eth2:&lt;br /&gt;
      dhcp4: false&lt;br /&gt;
      addresses:&lt;br /&gt;
        - 192.168.137.10/24&lt;br /&gt;
  version: 2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;输入一下代码应用更改&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo netplan apply&amp;lt;/code&amp;gt;&lt;br /&gt;
[[分类:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>FC</name></author>
	</entry>
</feed>