<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Netzwerke on scheffer-online.de</title><link>https://www.scheffer-online.de/categories/netzwerke/</link><description>Recent content in Netzwerke on scheffer-online.de</description><generator>Hugo</generator><language>de-de</language><lastBuildDate>Tue, 12 Jun 2018 05:19:30 +0100</lastBuildDate><atom:link href="https://www.scheffer-online.de/categories/netzwerke/index.xml" rel="self" type="application/rss+xml"/><item><title>BASH Ping Erweiterung</title><link>https://www.scheffer-online.de/posts/bash-ping-erweiterung/</link><pubDate>Sun, 10 Jun 2018 19:28:37 +0100</pubDate><guid>https://www.scheffer-online.de/posts/bash-ping-erweiterung/</guid><description>&lt;p&gt;Kleines Shell Script als Erweiterung zum Standard Linux Ping Tool. Die Genauigkeit habe ich nicht getestet, es soll nur zur Einschätzung von Packetloss und Jitter dienen.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;eping &amp;lt;host&amp;gt; [ping Options]
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Kleinster Intervall liegt bei etwa &lt;code&gt;-i 0.05&lt;/code&gt; = 50ms, ggf. ist durch Optimierung des Scrips noch etwas mehr möglich.&lt;/p&gt;
&lt;p&gt;Ohne &lt;code&gt;[ping Options]&lt;/code&gt; ist der Default Intervall 200ms (&lt;code&gt;-i 0.2&lt;/code&gt;)&lt;/p&gt;
&lt;p&gt;Beispiel:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;~/pp # ./eping 10.0.0.1 -i 1
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;- req=6 last=6 c=6 l=0 sv=0 rtt(cur|avg|min|max)=14.3 13.8 13.4 14.3 jitter(c|min|max)=720 600 720 us
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Bash Script&lt;/p&gt;</description></item><item><title>Excel IPv4 Adressen berechnen</title><link>https://www.scheffer-online.de/posts/excel-ipv4-adressen-berechnen/</link><pubDate>Sat, 26 Sep 2015 08:12:41 +0100</pubDate><guid>https://www.scheffer-online.de/posts/excel-ipv4-adressen-berechnen/</guid><description>&lt;p&gt;Um IPv4 Adressen &amp;ldquo;berechenbar&amp;rdquo; zu machen, wird zuerst der String mit der IPv4 Adresse in Decimal umgerechnet.&lt;/p&gt;
&lt;p&gt;Der String befindet sich z.B. in Zelle &amp;ldquo;B2&amp;rdquo;. Formel:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;=(LINKS($B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2)-1)*2^32)+(TEIL($B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2)+1;FINDEN(&amp;#34;.&amp;#34;;$B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2)+1)-FINDEN(&amp;#34;.&amp;#34;;$B$2)-1)*2^16)+(TEIL($B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2)+1)+1;FINDEN(&amp;#34;.&amp;#34;;$B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2)+1)+1)-FINDEN(&amp;#34;.&amp;#34;;$B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2)+1)-1)*2^8)+(TEIL($B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2;FINDEN(&amp;#34;.&amp;#34;;$B$2)+1)+1)+1;3)*2^0)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Dann kann man mit dem Zahlenwert der IPv4 Adreese ganz normal rechnen, allerdings darauf achten, dass es immer ein Ganzzahlwert bleibt.&lt;/p&gt;
&lt;p&gt;Um nach der Berechnung wieder eine IPv4 Adresse zu bekommen, wandelt man das Ergebniss wieder mit der folgenden Formel um, der IP Dezimalwert befindet sich z.B. in Zelle &amp;ldquo;G6&amp;rdquo;:&lt;/p&gt;</description></item><item><title>QoS</title><link>https://www.scheffer-online.de/posts/qos/</link><pubDate>Mon, 16 Feb 2015 11:50:29 +0100</pubDate><guid>https://www.scheffer-online.de/posts/qos/</guid><description>&lt;p&gt; &lt;/p&gt;
&lt;pre&gt;&lt;code&gt; html { text-align: center; }
table { empty-cells: hide; margin-left: auto; margin-right: auto; }
th { font-family: Corbel, &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;, &amp;quot;Lucida Sans&amp;quot;, &amp;quot;DejaVu Sans&amp;quot;, &amp;quot;Bitstream Vera Sans&amp;quot;, &amp;quot;Liberation Sans&amp;quot;, Verdana, &amp;quot;Verdana Ref&amp;quot;, sans-serif; }
td { font-size: small; font-family: Consolas, &amp;quot;Andale Mono WT&amp;quot;, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Lucida Sans Typewriter&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;Nimbus Mono L&amp;quot;, Monaco, &amp;quot;Courier New&amp;quot;, Courier, monospace; }
.header { color: #ffffff; background: #00b0f0; }
.standard { background: #c6e0b4; }
.dscp { background: #bdd7ee; }
.hex { color: gray; }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>