<?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>firmware &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/firmware/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sat, 22 Jul 2023 17:32:38 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>firmware &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Merker: Tasmota OTA URL</title>
		<link>https://www.systemtechnics.de/merker-tasmota-ota-url/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Mon, 26 Sep 2022 12:05:35 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[tasmota]]></category>
		<guid isPermaLink="false">https://www.systemtechnics.de/?p=3313</guid>

					<description><![CDATA[Hier mal ein kleiner Merker für die einzelnen OTA (Over the Air) URL um Tasmota Firmware zu aktualisieren. Die Firmware [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Hier mal ein kleiner Merker für die einzelnen OTA (Over the Air) URL um Tasmota Firmware zu aktualisieren. Die Firmware muss (leider) immer nach einander Aktualisiert werden.</p>





<pre class="EnlighterJSRAW" data-enlighter-language="bash" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">http://ota.tasmota.com/tasmota/release-6.7.1/sonoff-DE.bin
http://ota.tasmota.com/tasmota/release-7.2.0/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-8.1.0/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-8.2.0/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-8.4.0/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-8.5.0/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-8.5.1/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-9.1.0/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-9.2.0/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-9.3.1/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-9.4.0/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-9.5.0/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-10.0.0/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-10.1.0/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-11.0.0/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-11.1.0/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-12.0.2/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-12.1.1/tasmota-DE.bin
http://ota.tasmota.com/tasmota/release-12.2.0/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-12.3.1/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-12.4.0/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-12.5.0/tasmota-DE.bin.gz
http://ota.tasmota.com/tasmota/release-13.0.0/tasmota-DE.bin.gz</pre>



<p>Natürlich kann man mit CURL auch ganz einfach das Update über eine SSH Konsole anwerfen. Dies funktioniert ganz einfach mit folgendem Befehl:<br />(Ip-Adresse, Benutzer und Passwort ist natürlich auf eigene Gegebenheiten anzupassen)</p>



<pre class="EnlighterJSRAW" data-enlighter-language="bash" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">curl -u admin:123456 http://192.168.178.30/u1?o=http://ota.tasmota.com/tasmota/release-11.0.0/tasmota-DE.bin  >/dev/null 2>&amp;1 </pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Zurücksetzen und aktualisieren eines UBNT AP</title>
		<link>https://www.systemtechnics.de/zuruecksetzen-und-aktualisieren-eines-ubnt-ap/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Tue, 26 Feb 2019 10:15:49 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[accesspoint]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubnt]]></category>
		<category><![CDATA[unifi]]></category>
		<category><![CDATA[wlan]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=2767</guid>

					<description><![CDATA[Um einen Accesspoint von Ubnt/Unifi zurückzusetzen kann wie folgt vorgegangen werden. Ich beschreibe hier einmal das zurücksetzen und anschliessend das aufspielen einer neuen Firmware mittels ssh.]]></description>
										<content:encoded><![CDATA[
<p>Um einen Accesspoint von Ubnt/Unifi zurückzusetzen kann wie folgt vorgegangen werden. Ich beschreibe hier einmal das zurücksetzen und anschliessend das aufspielen einer neuen Firmware mittels ssh.</p>



<p>Zuerst machen wir den Accesspoint stromlos. Anschliessend drücken wir den Reset-Pin und halten diesen gedrückt während wir den AP wieder mit Strom versorgen. Nach ca. 10 Sekunden sollte man den Reset-Pin los lassen. Die LED am Accesspoint hören kurz auf zu leuchten. <br />Während des Neustarts sollte man das Gerät nicht ausschalten!</p>



<p>Nach dem Reset hat der Accesspoint die IP Adresse <strong><em>192.168.1.20</em></strong> sofern im Netz kein DHCP läuft. Benutzername/Passwort lautet: <strong><em>ubnt/ubnt</em></strong> .</p>



<p>Unter dem Downloadportal von Unifi ( <a href="https://www.ui.com/download/">https://www.ui.com/download/</a> ) kann man sich z.B. mit wget eine aktuelle Firmware passend zum eigenen Produkt herunter laden. Dieses kann man anschliessend mittels scp auf den Accresspoint speichern.</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">scp BZ.ar7240.v4.0.15.9872.181229.0259.bin ubnt@192.168.1.20:/tmp/fwupdate.bin</pre>



<p>Nach dem Upload kann man sich mittels ssh aus den Accesspoint Verbindung und folgenden Befehl eingeben:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">syswrapper.sh upgrade2 &amp;</pre>



<p>Nach dem Neustart ist die Firmware aktuell.</p>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="1024" height="716" src="https://www.systemtechnics.de/wp-content/uploads/unifi-ap-ssh-1024x716.png" alt="" class="wp-image-2771" srcset="https://www.systemtechnics.de/wp-content/uploads/unifi-ap-ssh-1024x716.png 1024w, https://www.systemtechnics.de/wp-content/uploads/unifi-ap-ssh-300x210.png 300w, https://www.systemtechnics.de/wp-content/uploads/unifi-ap-ssh-768x537.png 768w, https://www.systemtechnics.de/wp-content/uploads/unifi-ap-ssh.png 1364w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Merker: Zyxel FTP-Download-Links</title>
		<link>https://www.systemtechnics.de/merker-zyxel-ftp-download-links/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 04 Dec 2016 04:15:28 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[usg]]></category>
		<category><![CDATA[zyxel]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1845</guid>

					<description><![CDATA[Nachfolgend ein paar direkte Links zum FTP Server von Zyxel. Die Verbindung zu dem FTP klappt natürlich mit dem Benutzer [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Nachfolgend ein paar direkte Links zum FTP Server von Zyxel. Die Verbindung zu dem FTP klappt natürlich mit dem Benutzer Anonymous und beliebigen Passwort.</p>
<p><span id="more-1845"></span></p>
<ul>
<li><a href="ftp://ftp2.zyxel.com/">Zyxel Allgemein</a></li>
<li><a href="ftp://ftp2.zyxel.com/ZyWALL_2_Plus">Zywall 2 Plus</a></li>
<li><a href="ftp://ftp2.zyxel.com/ZyWALL_5">Zywall 5</a></li>
<li><a href="ftp://ftp2.zyxel.com/ZyWALL_USG_20">Zywall USG 20</a></li>
<li><a href="ftp://ftp2.zyxel.com/USG60">USG 60</a></li>
<li><a href="ftp://ftp2.zyxel.com/ZYWALL_USG_100">Zywall USG 100</a></li>
<li><a href="ftp://ftp2.zyxel.com/ZyWALL_USG_300">Zyxel USG 300</a></li>
<li><a href="ftp://ftp2.zyxel.com//ZyWALL_USG_1000">Zywall USG 1000</a></li>
</ul>
<p>Natürlich gibt es noch viele andere Modelle, aber bisher habe ich nur diese bei meinen Kunden im Einsazt.</p>
<p><img decoding="async" src="/wp-content/uploads/zyxelftp.png" alt="zyxelftp" width="882" height="548" class="aligncenter"/></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
