<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://dfwlpiki.dfwlp.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://dfwlpiki.dfwlp.com/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_Server_Set_Static_IP_Address</id>
		<title>Ubuntu Server Set Static IP Address - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://dfwlpiki.dfwlp.com/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_Server_Set_Static_IP_Address"/>
		<link rel="alternate" type="text/html" href="https://dfwlpiki.dfwlp.com/index.php?title=Ubuntu_Server_Set_Static_IP_Address&amp;action=history"/>
		<updated>2026-04-06T15:27:45Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.15</generator>

	<entry>
		<id>https://dfwlpiki.dfwlp.com/index.php?title=Ubuntu_Server_Set_Static_IP_Address&amp;diff=218&amp;oldid=prev</id>
		<title>Jhorne: Created page with &quot;Category:Linux In order to change from DHCP to static IP address, edit the contents of /etc/netplan/00-installer-config.yaml   &lt;nowiki&gt; # This is the network config writte...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dfwlpiki.dfwlp.com/index.php?title=Ubuntu_Server_Set_Static_IP_Address&amp;diff=218&amp;oldid=prev"/>
				<updated>2021-06-14T20:17:08Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/Category:Linux&quot; title=&quot;Category:Linux&quot;&gt;Category:Linux&lt;/a&gt; In order to change from DHCP to static IP address, edit the contents of /etc/netplan/00-installer-config.yaml   &amp;lt;nowiki&amp;gt; # This is the network config writte...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Linux]]&lt;br /&gt;
In order to change from DHCP to static IP address, edit the contents of /etc/netplan/00-installer-config.yaml&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# This is the network config written by 'subiquity'&lt;br /&gt;
network:&lt;br /&gt;
  ethernets:&lt;br /&gt;
    ens160:&lt;br /&gt;
      dhcp4: no&lt;br /&gt;
      addresses: [10.128.20.41/24]&lt;br /&gt;
      gateway4: 10.128.20.1&lt;br /&gt;
      nameservers:&lt;br /&gt;
        addresses: [10.128.20.21, 10.128.20.22]&lt;br /&gt;
  version: 2&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
svae the file, and do:&lt;br /&gt;
&lt;br /&gt;
 netplan apply&lt;br /&gt;
&lt;br /&gt;
or reboot the server.&lt;/div&gt;</summary>
		<author><name>Jhorne</name></author>	</entry>

	</feed>