<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://bradnor.ddns.net/bradnorwiki/index.php?action=history&amp;feed=atom&amp;title=Configure_ethernet_with_static_address</id>
	<title>Configure ethernet with static address - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bradnor.ddns.net/bradnorwiki/index.php?action=history&amp;feed=atom&amp;title=Configure_ethernet_with_static_address"/>
	<link rel="alternate" type="text/html" href="https://bradnor.ddns.net/bradnorwiki/index.php?title=Configure_ethernet_with_static_address&amp;action=history"/>
	<updated>2026-04-05T12:58:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://bradnor.ddns.net/bradnorwiki/index.php?title=Configure_ethernet_with_static_address&amp;diff=285&amp;oldid=prev</id>
		<title>Ch at 13:10, 28 September 2019</title>
		<link rel="alternate" type="text/html" href="https://bradnor.ddns.net/bradnorwiki/index.php?title=Configure_ethernet_with_static_address&amp;diff=285&amp;oldid=prev"/>
		<updated>2019-09-28T13:10:40Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Additional_Configuration|&amp;amp;lArr; Additional Configuration]]&lt;br /&gt;
&lt;br /&gt;
;Enable predictable network names&lt;br /&gt;
:Enable predictable network names in the &amp;#039;&amp;#039;Network Options&amp;#039;&amp;#039; section of &amp;lt;tt&amp;gt;raspi-config&amp;lt;/tt&amp;gt;&lt;br /&gt;
:Reboot&lt;br /&gt;
:Run &amp;lt;tt&amp;gt;ifconfig&amp;lt;/tt&amp;gt; &lt;br /&gt;
::and note the names of the network interfaces&lt;br /&gt;
&lt;br /&gt;
;Make sure dhcpcd service is running&lt;br /&gt;
:&amp;lt;tt&amp;gt;sudo service dhcpcd status&amp;lt;/tt&amp;gt;&lt;br /&gt;
::if not, run&lt;br /&gt;
:&amp;lt;tt&amp;gt;sudo service dhcpcd start&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;sudo systemctl enable dhcpcd&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Edit network configuration&lt;br /&gt;
:edit file &lt;br /&gt;
::&amp;lt;tt&amp;gt;sudo emacs /etc/dhcpcd.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
:and modify eth0 section to include something like replacing eth0 with the interface names noted from ifconfig&lt;br /&gt;
::&amp;lt;tt&amp;gt;interface eth0&amp;lt;/tt&amp;gt;&lt;br /&gt;
::&amp;lt;tt&amp;gt;static ip_address=192.168.192.204/24&amp;lt;/tt&amp;gt;&lt;br /&gt;
::&amp;lt;tt&amp;gt;static routers=192.168.192.1&amp;lt;/tt&amp;gt;&lt;br /&gt;
::&amp;lt;tt&amp;gt;static domain_name_servers=192.168.192.1&amp;lt;/tt&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ch</name></author>
	</entry>
</feed>