<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.ivanovic.nz/index.php?action=history&amp;feed=atom&amp;title=Systemd%2Fnetwork</id>
		<title>Systemd/network - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.ivanovic.nz/index.php?action=history&amp;feed=atom&amp;title=Systemd%2Fnetwork"/>
		<link rel="alternate" type="text/html" href="https://wiki.ivanovic.nz/index.php?title=Systemd/network&amp;action=history"/>
		<updated>2026-04-17T14:06:26Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://wiki.ivanovic.nz/index.php?title=Systemd/network&amp;diff=110&amp;oldid=prev</id>
		<title>Milosivanovic: Created page with &quot;== Static IP setup == File: &lt;code&gt;/etc/systemd/network/wired.network&lt;/code&gt;  &lt;pre&gt; [Match] Name=eth0  [Network] DNS=8.8.8.8 Address=192.168.101.2/24 Address=123.123.123.123/32...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ivanovic.nz/index.php?title=Systemd/network&amp;diff=110&amp;oldid=prev"/>
				<updated>2015-09-21T14:15:36Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Static IP setup == File: &amp;lt;code&amp;gt;/etc/systemd/network/wired.network&amp;lt;/code&amp;gt;  &amp;lt;pre&amp;gt; [Match] Name=eth0  [Network] DNS=8.8.8.8 Address=192.168.101.2/24 Address=123.123.123.123/32...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Static IP setup ==&lt;br /&gt;
File: &amp;lt;code&amp;gt;/etc/systemd/network/wired.network&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Match]&lt;br /&gt;
Name=eth0&lt;br /&gt;
&lt;br /&gt;
[Network]&lt;br /&gt;
DNS=8.8.8.8&lt;br /&gt;
Address=192.168.101.2/24&lt;br /&gt;
Address=123.123.123.123/32&lt;br /&gt;
&lt;br /&gt;
[Route]&lt;br /&gt;
Gateway=192.168.101.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additional post-up network hooks ==&lt;br /&gt;
File: &amp;lt;code&amp;gt;/etc/systemd/system/my-service.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Service description&lt;br /&gt;
Wants=network.target&lt;br /&gt;
After=network.target&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
ExecStart=/usr/local/sbin/executable-to-run&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Milosivanovic</name></author>	</entry>

	</feed>