<?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_wifi_with_static_address</id>
	<title>Configure wifi 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_wifi_with_static_address"/>
	<link rel="alternate" type="text/html" href="https://bradnor.ddns.net/bradnorwiki/index.php?title=Configure_wifi_with_static_address&amp;action=history"/>
	<updated>2026-04-05T07:06:52Z</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_wifi_with_static_address&amp;diff=289&amp;oldid=prev</id>
		<title>Ch at 13:17, 28 September 2019</title>
		<link rel="alternate" type="text/html" href="https://bradnor.ddns.net/bradnorwiki/index.php?title=Configure_wifi_with_static_address&amp;diff=289&amp;oldid=prev"/>
		<updated>2019-09-28T13:17:43Z</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;
;Select wifi SSID to connect to&lt;br /&gt;
:run &amp;lt;tt&amp;gt;raspi-config&amp;lt;/tt&amp;gt; and set up Wifi network&lt;br /&gt;
:::&amp;lt;tt&amp;gt;sudo raspi-config&amp;lt;/tt&amp;gt;&lt;br /&gt;
::::select 2. Network Options&lt;br /&gt;
::::select N2 Wifi&lt;br /&gt;
::::enter SSID and password&lt;br /&gt;
:::this will have amended the file &amp;lt;tt&amp;gt;/etc/wpa_supplicant/wpa_supplicant.conf&amp;lt;/tt&amp;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;
;Configure IP address&lt;br /&gt;
:edit the file &amp;lt;tt&amp;gt;/etc/dhcpcd.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
::::sudo emacs /etc/dhcpcd.conf&lt;br /&gt;
::::add similar to the following, replacing wlan0 by interface name noted from ifconfig&lt;br /&gt;
&amp;lt;tt&amp;gt;&lt;br /&gt;
:::::interface wlan0&lt;br /&gt;
:::::static ip_address=192.168.192.201&lt;br /&gt;
:::::static routers=192.168.192.1&lt;br /&gt;
:::::static domain_name_servers=192.168.192.1&lt;br /&gt;
&amp;lt;/tt&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ch</name></author>
	</entry>
</feed>