<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.opencircuits.com/index.php?action=history&amp;feed=atom&amp;title=Pi_Setup%3A_Static_IP</id>
	<title>Pi Setup: Static IP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.opencircuits.com/index.php?action=history&amp;feed=atom&amp;title=Pi_Setup%3A_Static_IP"/>
	<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Pi_Setup:_Static_IP&amp;action=history"/>
	<updated>2026-04-21T21:13:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Pi_Setup:_Static_IP&amp;diff=78777&amp;oldid=prev</id>
		<title>Russ hensel: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Pi_Setup:_Static_IP&amp;diff=78777&amp;oldid=prev"/>
		<updated>2017-01-06T17:28:53Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 17:28, 6 January 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>Russ hensel</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Pi_Setup:_Static_IP&amp;diff=78776&amp;oldid=prev</id>
		<title>Russ hensel at 21:44, 7 November 2016</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Pi_Setup:_Static_IP&amp;diff=78776&amp;oldid=prev"/>
		<updated>2016-11-07T21:44:38Z</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;&lt;br /&gt;
fixed ip address&lt;br /&gt;
&lt;br /&gt;
*[https://www.modmypi.com/blog/how-to-give-your-raspberry-pi-a-static-ip-address-update]&lt;br /&gt;
sudo leafpad /etc/dhcpcd.conf&lt;br /&gt;
Scroll all the way to the bottom of the file and add one, or both of the following snippets. &lt;br /&gt;
Depending on whether you want to set a static IP address for a &lt;br /&gt;
wired connection or a wireless connection eth0 = wired, wlan0 = wireless.&lt;br /&gt;
You’ll need to edit the numbers in the snippet so they match your network configuration.&lt;br /&gt;
&lt;br /&gt;
interface = This defines which network interface you are setting the configuration for.&lt;br /&gt;
static ip_address = This is the IP address that you want to set your device to. (Make sure you leave the /24 at the end)&lt;br /&gt;
static routers = This is the IP address of your gateway (probably the IP address or your router)&lt;br /&gt;
static domain_name_servers = This is the IP address of your DNS (probably the IP address of your router). You can add multiple IP addresses here separated with a single space.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
interface eth0&lt;br /&gt;
&lt;br /&gt;
static ip_address=192.168.0.176/24&lt;br /&gt;
static routers=192.168.0.1&lt;br /&gt;
static domain_name_servers=192.168.0.1&lt;br /&gt;
&lt;br /&gt;
interface wlan0&lt;br /&gt;
&lt;br /&gt;
static ip_address=192.168.0.200/24&lt;br /&gt;
static routers=192.168.0.1&lt;br /&gt;
static domain_name_servers=192.168.0.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Pi Setup]]  [[Category:Arduino/RaspberryPi]]&lt;/div&gt;</summary>
		<author><name>Russ hensel</name></author>
		
	</entry>
</feed>