<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?action=history&amp;feed=atom&amp;title=Setting_ip_static_di_server_ubuntu_20.04</id>
	<title>Setting ip static di server ubuntu 20.04 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?action=history&amp;feed=atom&amp;title=Setting_ip_static_di_server_ubuntu_20.04"/>
	<link rel="alternate" type="text/html" href="https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Setting_ip_static_di_server_ubuntu_20.04&amp;action=history"/>
	<updated>2026-05-10T16:17:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Setting_ip_static_di_server_ubuntu_20.04&amp;diff=23&amp;oldid=prev</id>
		<title>Smpdbos: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Setting_ip_static_di_server_ubuntu_20.04&amp;diff=23&amp;oldid=prev"/>
		<updated>2023-02-07T18:12:11Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:12, 7 February 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key smpyppks_mw3525-mwsh_:diff:1.41:old-22:rev-23 --&gt;
&lt;/table&gt;</summary>
		<author><name>Smpdbos</name></author>
	</entry>
	<entry>
		<id>https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Setting_ip_static_di_server_ubuntu_20.04&amp;diff=22&amp;oldid=prev</id>
		<title>dw&gt;Admin: Created page with &quot;==EDIT FILE 00-installer-config.yaml==  sudo nano /etc/netplan/00-installer-config.yaml    tampilan aslinya seperti berikut, ini berarti ipnya dynamic mengikuti dhcp servernya     # This is the network config written by &#039;subiquity&#039;  network:    ethernets:      enp0s3:        dhcp4: true     version: 2    Kita rubah dan tambah scriptnya sebagai berikut :    # This is the network config written by &#039;subiquity&#039;  network:    ethernets:      enp0s3:        dhcp4: false...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Setting_ip_static_di_server_ubuntu_20.04&amp;diff=22&amp;oldid=prev"/>
		<updated>2022-12-16T15:32:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EDIT FILE 00-installer-config.yaml==  sudo nano /etc/netplan/00-installer-config.yaml    tampilan aslinya seperti berikut, ini berarti ipnya dynamic mengikuti dhcp servernya     # This is the network config written by &amp;#039;subiquity&amp;#039;  network:    ethernets:      enp0s3:        dhcp4: true     version: 2    Kita rubah dan tambah scriptnya sebagai berikut :    # This is the network config written by &amp;#039;subiquity&amp;#039;  network:    ethernets:      enp0s3:        dhcp4: false...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==EDIT FILE 00-installer-config.yaml==&lt;br /&gt;
 sudo nano /etc/netplan/00-installer-config.yaml&lt;br /&gt;
 &lt;br /&gt;
 tampilan aslinya seperti berikut, ini berarti ipnya dynamic mengikuti dhcp servernya &lt;br /&gt;
 &lt;br /&gt;
 # This is the network config written by &amp;#039;subiquity&amp;#039;&lt;br /&gt;
 network:&lt;br /&gt;
   ethernets:&lt;br /&gt;
     enp0s3:&lt;br /&gt;
       dhcp4: true&lt;br /&gt;
&lt;br /&gt;
   version: 2&lt;br /&gt;
 &lt;br /&gt;
 Kita rubah dan tambah scriptnya sebagai berikut :&lt;br /&gt;
 &lt;br /&gt;
 # This is the network config written by &amp;#039;subiquity&amp;#039;&lt;br /&gt;
 network:&lt;br /&gt;
   ethernets:&lt;br /&gt;
     enp0s3:&lt;br /&gt;
       dhcp4: false&lt;br /&gt;
       addresses: [192.168.1.72/24]&lt;br /&gt;
       gateway4: 192.168.1.1&lt;br /&gt;
       nameservers: &lt;br /&gt;
        addresses: [8.8.8.8, 192.168.1.1]&lt;br /&gt;
&lt;br /&gt;
   version: 2&lt;br /&gt;
&lt;br /&gt;
 Kemudian simpan dan aktifkan perubahan ip tadi dengan perintah&lt;br /&gt;
 &lt;br /&gt;
 netplan apply&lt;/div&gt;</summary>
		<author><name>dw&gt;Admin</name></author>
	</entry>
</feed>