<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DHCP Archive - I MAKE YOU INTELLIGENT</title>
	<atom:link href="https://www.imakeyouintelligent.com/tag/dhcp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.imakeyouintelligent.com/tag/dhcp/</link>
	<description>Mach die Welt ein bisschen intelligenter</description>
	<lastBuildDate>Sun, 13 Nov 2022 18:58:20 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.imakeyouintelligent.com/wp-content/uploads/2018/01/cropped-square_v4-32x32.png</url>
	<title>DHCP Archive - I MAKE YOU INTELLIGENT</title>
	<link>https://www.imakeyouintelligent.com/tag/dhcp/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Raspberry: Raspbian Buster static IP &#124; feste IP Vergeben &#8211; dhcpcd.conf</title>
		<link>https://www.imakeyouintelligent.com/raspberry-raspbian-buster-static-ip-feste-ip-vergeben-dhcpcd-conf/</link>
					<comments>https://www.imakeyouintelligent.com/raspberry-raspbian-buster-static-ip-feste-ip-vergeben-dhcpcd-conf/#comments</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Mon, 13 Apr 2020 21:10:36 +0000</pubDate>
				<category><![CDATA[Internet of Things (IoT)]]></category>
		<category><![CDATA[IoT Hardware]]></category>
		<category><![CDATA[IoT Software]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Feste IP]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Lite]]></category>
		<category><![CDATA[Raspberry]]></category>
		<category><![CDATA[Raspbian]]></category>
		<category><![CDATA[Raspbian Buster Lite]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[Static-IP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238326</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/raspberry-raspbian-buster-static-ip-feste-ip-vergeben-dhcpcd-conf/">Raspberry: Raspbian Buster static IP | feste IP Vergeben &#8211; dhcpcd.conf</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Oft setze ich nicht einen neuen Raspberry Pi auf, nur wenn stolpere ich immer über die selben &#8222;Probleme&#8220;.</p>
<p><strong>Wie vergebe ich eine statische IP-Adresse??</strong></p>
<p>Jetzt kommt noch hinzu das es mit der neuen Rasbian Stretch-Versio nicht einfacher geworden ist. Anbei die Anleitung:<br />Das eth0 wurde durch das neue enx-&#8222;Format&#8220; ersetzt. Um nun erstmal die enx-adresse zu ermitteln geben wir über SSH folgenden Befehl ein:</p>
<p>ifconfig</p>
<p>Wir erhalten folgende Info und gleichzeitig unsere enx-Adresse:</p>
<p><strong>enxb827eb914b27:</strong> flags=4163&lt;up,BROADCAST,RUNNING,MULTICAST&gt; mtu 1500&lt;/up,<br />inet 192.168.XXX.XXX netmask 255.255.255.0 broadcast 192.168.178.255<br />inet6 fe80::2aa7:795c:ff2:e132 prefixlen 64 scopeid 0x20 ether b8:27:eb:xx:xx:xx txqueuelen 1000 (Ethernet)<br />RX packets 6093891 bytes 931415479 (888.2 MiB)<br />RX errors 0 dropped 1159 overruns 0 frame 0<br />TX packets 4572434 bytes 623270646 (594.3 MiB)<br />TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0</p>
<p>Der Rest ist wie gewohnt:</p>
<p>sudo nano /etc/dhcpcd.conf</p>
<p>Hier können wir nun folgende Zeilen hinzufügen:</p>
<p>interface <strong>enxb827eb914b27</strong><br />static ip_address=192.168.XXX.XXX/24<br />static routers=192.168.XXX.XXX<br />static domain_name_servers=192.168.XXX.XXX</p>
<p>Datei speichern und den Raspberry neustarten.</p>
<p><strong>25 Lektionen kompaktes Raspberry Pi Know-How:</strong><br />Einen hervorragendes Video-Kurs findet ihr hier: <br /><a href="https://www.digistore24.com/redir/260497/profhase/">Raspberry Pi Anleitung für Einsteiger</a></p>
<p><strong>+ Was ist ein Raspberry PI?<br />+ Welche spannenden Projekte gibt es bereits?<br />+ Welche Modelle gibt es und welches ist das richtige für mich?<br />+ Wo kann ich einen Raspberry + Zubehör kaufen?<br />+ Technische Daten und Schnittstellen des Raspberry PI 3B+<br />+ Was kann ich nach dem ersten Start bereits mit einem Raspberry machen?<br />+ Herunterladen der Images aus dem Internet<br />+ Installation des Betriebssystems auf der microSD Karte (für PC)<br />+ Installation des Betriebssystems auf der microSD Karte (für Mac)<br />+ Installation des Betriebssystems mit NOOBS<br />+ Inbetriebnahme des Raspberry mit einem Monitor<br />+ Inbetriebnahme des Raspberry ohne Monitor (headless Installation)<br />+ microSD Backup erstellen &amp; Image Wiederherstellung<br />+ microSD Karte mit leeren (Mac + PC)<br />+ Welche Projekte sind softwarebasiert möglich?<br />+ Software Projekt: PI-Hole netzwerkweiter Werbeblocker<br />+ Software Projekt: Homebridge (Beispiel: Lampensteuerung)<br />+ Software Projekt: Webmin zur Systemverwaltung<br />+ Software Projekt: Retropi (Spielekonsole) + Kodi (Media Center)<br />+ Was kann ich für Sensoren am Raspberry anschließen?<br />+ Hardware Projekt: Kamera-Modul<br />+ Hardware Projekt: Bodenfeuchtigkeit-Modul<br />+ Hardware Projekt: Lichtempfindlichkeit-Modul<br />+ Hardware Projekt: Laserstrahl-Modul<br />+ Einführung Programmieren mit Scratch<br />+ Einführung Programmieren mit Thonny (Python)</strong></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/raspberry-raspbian-buster-static-ip-feste-ip-vergeben-dhcpcd-conf/">Raspberry: Raspbian Buster static IP | feste IP Vergeben &#8211; dhcpcd.conf</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/raspberry-raspbian-buster-static-ip-feste-ip-vergeben-dhcpcd-conf/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Raspberry: Raspbian Stretch static IP</title>
		<link>https://www.imakeyouintelligent.com/raspberry-raspbian-stretch-static-ip/</link>
					<comments>https://www.imakeyouintelligent.com/raspberry-raspbian-stretch-static-ip/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Fri, 15 Sep 2017 15:53:08 +0000</pubDate>
				<category><![CDATA[Internet of Things (IoT)]]></category>
		<category><![CDATA[IoT Hardware]]></category>
		<category><![CDATA[IoT Software]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Feste IP]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Raspberry]]></category>
		<category><![CDATA[Raspberry-PI]]></category>
		<category><![CDATA[Static-IP]]></category>
		<category><![CDATA[stretch]]></category>
		<guid isPermaLink="false">http://www.imakeyouintelligent.com/?p=4016</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/raspberry-raspbian-stretch-static-ip/">Raspberry: Raspbian Stretch static IP</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_1 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Oft setze ich nicht einen neuen Raspberry Pi auf, nur wenn stolpere ich immer über die selben &#8222;Probleme&#8220;.</p>
<p><strong>Wie vergebe ich eine statische IP-Adresse??</strong></p>
<p>Jetzt kommt noch hinzu das es mit der neuen Rasbian Stretch-Versio nicht einfacher geworden ist. Anbei die Anleitung:<br />Das eth0 wurde durch das neue enx-&#8222;Format&#8220; ersetzt. Um nun erstmal die enx-adresse zu ermitteln geben wir über SSH folgenden Befehl ein:</p>
<p>ifconfig</p>
<p>Wir erhalten folgende Info und gleichzeitig unsere enx-Adresse:</p>
<p><strong>enxb827eb914b27:</strong> flags=4163&lt;up,BROADCAST,RUNNING,MULTICAST&gt; mtu 1500&lt;/up,<br />inet 192.168.XXX.XXX netmask 255.255.255.0 broadcast 192.168.178.255<br />inet6 fe80::2aa7:795c:ff2:e132 prefixlen 64 scopeid 0x20 ether b8:27:eb:xx:xx:xx txqueuelen 1000 (Ethernet)<br />RX packets 6093891 bytes 931415479 (888.2 MiB)<br />RX errors 0 dropped 1159 overruns 0 frame 0<br />TX packets 4572434 bytes 623270646 (594.3 MiB)<br />TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0</p>
<p>Der Rest ist wie gewohnt:</p>
<p>sudo nano /etc/dhcpcd.conf</p>
<p>Hier können wir nun folgende Zeilen hinzufügen:</p>
<p>interface <strong>enxb827eb914b27</strong><br />static ip_address=192.168.XXX.XXX/24<br />static routers=192.168.XXX.XXX<br />static domain_name_servers=192.168.XXX.XXX</p>
<p>Datei speichern und den Raspberry neustarten.</p>
<p><strong>25 Lektionen kompaktes Raspberry Pi Know-How:</strong><br />Einen hervorragendes Video-Kurs findet ihr hier: <br /><a href="https://www.digistore24.com/redir/260497/profhase/">Raspberry Pi Anleitung für Einsteiger</a></p>
<p><strong>+ Was ist ein Raspberry PI?<br />+ Welche spannenden Projekte gibt es bereits?<br />+ Welche Modelle gibt es und welches ist das richtige für mich?<br />+ Wo kann ich einen Raspberry + Zubehör kaufen?<br />+ Technische Daten und Schnittstellen des Raspberry PI 3B+<br />+ Was kann ich nach dem ersten Start bereits mit einem Raspberry machen?<br />+ Herunterladen der Images aus dem Internet<br />+ Installation des Betriebssystems auf der microSD Karte (für PC)<br />+ Installation des Betriebssystems auf der microSD Karte (für Mac)<br />+ Installation des Betriebssystems mit NOOBS<br />+ Inbetriebnahme des Raspberry mit einem Monitor<br />+ Inbetriebnahme des Raspberry ohne Monitor (headless Installation)<br />+ microSD Backup erstellen &amp; Image Wiederherstellung<br />+ microSD Karte mit leeren (Mac + PC)<br />+ Welche Projekte sind softwarebasiert möglich?<br />+ Software Projekt: PI-Hole netzwerkweiter Werbeblocker<br />+ Software Projekt: Homebridge (Beispiel: Lampensteuerung)<br />+ Software Projekt: Webmin zur Systemverwaltung<br />+ Software Projekt: Retropi (Spielekonsole) + Kodi (Media Center)<br />+ Was kann ich für Sensoren am Raspberry anschließen?<br />+ Hardware Projekt: Kamera-Modul<br />+ Hardware Projekt: Bodenfeuchtigkeit-Modul<br />+ Hardware Projekt: Lichtempfindlichkeit-Modul<br />+ Hardware Projekt: Laserstrahl-Modul<br />+ Einführung Programmieren mit Scratch<br />+ Einführung Programmieren mit Thonny (Python)</strong></p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_with_border et_pb_module et_pb_pricing_tables_0 et_animated et_hover_enabled et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row et_pb_pricing_no_bullet">
				
				
				
				
				<div class="et_pb_pricing_table_wrap">
					<div class="et_pb_pricing_table et_pb_pricing_table_0">
				
				
				
				
				<div class="et_pb_pricing_heading">
					<h4 class="et_pb_pricing_title">Raspberry Pi</h4>
					
				</div>
				<div class="et_pb_pricing_content_top">
					<span class="et_pb_et_price"></span>
				</div>
				<div class="et_pb_pricing_content">
					<ul class="et_pb_pricing"><li><span><p style="text-align: center;"><iframe style="width: 120px; height: 240px;" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=DE&amp;source=ac&amp;ref=tf_til&amp;ad_type=product_link&amp;tracking_id=heydemar02-21&amp;marketplace=amazon&amp;region=DE&amp;placement=B07TC2BK1X&amp;asins=B07TC2BK1X&amp;linkId=8d41ffb8f9d6ca8b674faffe8da25693&amp;show_border=false&amp;link_opens_in_new_window=false&amp;price_color=333333&amp;title_color=0066c0&amp;bg_color=ffffff" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></span></li><li><span></iframe></span></li></ul>
				</div>
				
			</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_with_border et_pb_module et_pb_pricing_tables_1 et_animated et_hover_enabled et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row et_pb_pricing_no_bullet">
				
				
				
				
				<div class="et_pb_pricing_table_wrap">
					<div class="et_pb_pricing_table et_pb_pricing_table_1">
				
				
				
				
				<div class="et_pb_pricing_heading">
					<h4 class="et_pb_pricing_title">Gehäuse + Netzteil</h4>
					
				</div>
				<div class="et_pb_pricing_content_top">
					<span class="et_pb_et_price"></span>
				</div>
				<div class="et_pb_pricing_content">
					<ul class="et_pb_pricing"><li><span><p style="text-align: center;"><iframe style="width: 120px; height: 240px;" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=DE&amp;source=ac&amp;ref=tf_til&amp;ad_type=product_link&amp;tracking_id=heydemar03-21&amp;marketplace=amazon&amp;region=DE&amp;placement=B0899L6YTX&amp;asins=B0899L6YTX&amp;linkId=9b9ee0e6132ef60fda4b777078c86894&amp;show_border=false&amp;link_opens_in_new_window=false&amp;price_color=333333&amp;title_color=0066c0&amp;bg_color=ffffff" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></span></li><li><span></iframe></span></li></ul>
				</div>
				
			</div>
				</div>
			</div>
			</div><div class="et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_with_border et_pb_module et_pb_pricing_tables_2 et_animated et_hover_enabled et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row et_pb_pricing_no_bullet">
				
				
				
				
				<div class="et_pb_pricing_table_wrap">
					<div class="et_pb_pricing_table et_pb_pricing_table_2">
				
				
				
				
				<div class="et_pb_pricing_heading">
					<h4 class="et_pb_pricing_title">Micro SD</h4>
					
				</div>
				<div class="et_pb_pricing_content_top">
					<span class="et_pb_et_price"></span>
				</div>
				<div class="et_pb_pricing_content">
					<ul class="et_pb_pricing"><li><span><p style="text-align: center;"><iframe style="width: 120px; height: 240px;" src="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=DE&amp;source=ac&amp;ref=tf_til&amp;ad_type=product_link&amp;tracking_id=heydemar02-21&amp;marketplace=amazon&amp;region=DE&amp;placement=B073JWXGNT&amp;asins=B073JWXGNT&amp;linkId=a4239f89da63e827fc8b44a01d21735d&amp;show_border=false&amp;link_opens_in_new_window=false&amp;price_color=333333&amp;title_color=0066c0&amp;bg_color=ffffff" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></span></li><li><span></iframe></span></li></ul>
				</div>
				
			</div>
				</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/raspberry-raspbian-stretch-static-ip/">Raspberry: Raspbian Stretch static IP</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/raspberry-raspbian-stretch-static-ip/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
