<?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>Services Archive - I MAKE YOU INTELLIGENT</title>
	<atom:link href="https://www.imakeyouintelligent.com/tag/services/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.imakeyouintelligent.com/tag/services/</link>
	<description>Mach die Welt ein bisschen intelligenter</description>
	<lastBuildDate>Tue, 13 Feb 2024 15:05:15 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://www.imakeyouintelligent.com/wp-content/uploads/2018/01/cropped-square_v4-32x32.png</url>
	<title>Services Archive - I MAKE YOU INTELLIGENT</title>
	<link>https://www.imakeyouintelligent.com/tag/services/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Anleitung: .cmd-Datei als Windows-Dienst ausführen – Schritt für Schritt mit NSSM</title>
		<link>https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/</link>
					<comments>https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Tue, 13 Feb 2024 15:00:18 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows-Server]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[Dienst]]></category>
		<category><![CDATA[NSSM]]></category>
		<category><![CDATA[Services]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238870</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/">Anleitung: .cmd-Datei als Windows-Dienst ausführen – Schritt für Schritt mit NSSM</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>Um eine .cmd-Datei als Dienst auf einem Windows Server auszuführen, gibt es verschiedene Möglichkeiten, dies zu erreichen. Eine einfache Möglichkeit besteht darin, ein Tool von Drittanbietern wie &#8222;NSSM (Non-Sucking Service Manager)&#8220; zu verwenden. NSSM ermöglicht es, eine beliebige Anwendung als Windows-Dienst zu registrieren und auszuführen. Hier ist eine Anleitung, wie du NSSM verwenden kannst:</p>
<ol>
<li>
<p>Lade NSSM herunter und extrahiere die Datei</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">nssm.exe</div></div>
<p>an einen Ort deiner Wahl auf dem Windows-Server.</p>
</li>
<li>
<p>Öffne eine Eingabeaufforderung mit erhöhten Rechten (als Administrator).</p>
</li>
<li>
<p>Navigiere zum Speicherort von</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">nssm.exe</div></div>
<p>in der Eingabeaufforderung.</p>
</li>
<li>
<p>Führe den folgenden Befehl aus, um NSSM zu verwenden, um deine .cmd-Datei als Dienst zu registrieren und auszuführen:</p>
<p>nssm install Dienstname &#8222;Pfad\zur\deiner.cmd&#8220;</p>
</li>
</ol>
<p>Ersetze &#8222;Dienstname&#8220; durch den gewünschten Namen für deinen Dienst und &#8222;Pfad\zur\deiner.cmd&#8220; durch den vollständigen Pfad zur .cmd-Datei.</p>
<ol start="5">
<li>
<p>Es wird ein Dialogfeld geöffnet, in dem du zusätzliche Informationen für den Dienst konfigurieren kannst, z. B. den Starttyp und die Anmeldeinformationen. Fülle die erforderlichen Felder aus und klicke auf &#8222;Install service&#8220;.</p>
</li>
<li>
<p>Der Dienst wird registriert und gestartet. Du kannst ihn im Diensteverwaltungsprogramm (services.msc) unter dem von dir angegebenen Dienstnamen finden und verwalten.</p>
</li>
</ol>
<p>Bitte beachte, dass NSSM ein Tool von Drittanbietern ist und nicht von Microsoft bereitgestellt wird. Stelle sicher, dass du die Lizenzbedingungen von NSSM beachtest und es entsprechend deiner Umgebung verwenden kannst.</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/">Anleitung: .cmd-Datei als Windows-Dienst ausführen – Schritt für Schritt mit NSSM</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Static IP-Adresse via LTE und Telekom &#8211; APN &#124; Fernwartung via DynDNS</title>
		<link>https://www.imakeyouintelligent.com/static-ip-adresse-via-lte-und-telekom-apn-fernwartung-via-dyndns/</link>
					<comments>https://www.imakeyouintelligent.com/static-ip-adresse-via-lte-und-telekom-apn-fernwartung-via-dyndns/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Thu, 08 Apr 2021 07:31:27 +0000</pubDate>
				<category><![CDATA[Enterprise Solutions]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[4G]]></category>
		<category><![CDATA[5G]]></category>
		<category><![CDATA[APN]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[DynDNS]]></category>
		<category><![CDATA[Fernwartung]]></category>
		<category><![CDATA[LTE]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[T-Mobile]]></category>
		<category><![CDATA[Telekom]]></category>
		<category><![CDATA[TPLink]]></category>
		<category><![CDATA[UMTS]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238614</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/static-ip-adresse-via-lte-und-telekom-apn-fernwartung-via-dyndns/">Static IP-Adresse via LTE und Telekom &#8211; APN | Fernwartung via DynDNS</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>In einem Szenario in dem ich einen Standort anbinden musste der ziemlich fern ab von Glasfaser und Kupfer liegt, sollte dies via LTE/UMTS bewerkstelligt werden. <br />Ausgangssituation ist ein TP-Link 4G-Router in dem eine SIM der Telekom steckt. Die Konfiguration ist trivial, der Router ist Online im LTE eingebucht und bekommt auch eine IP. <br />Via NoIP wurde ein DynDNS erzeugt: </p>
<ul>
<li>ICMP wurde im Router aktiviert für intern und extern</li>
<li>Fernwartung via DynDNS wurde aktiviert</li>
</ul>
<p>Leider war es nicht möglich via DynDNS auf die Website des Routers zu kommen. Auch antwortete der Router auf ICMP nicht. </p>
<p>Nach etwas recherche bin ich dann auf einen APN der Telekom gestoßen der weder NATtet noch eine interne IP vergibt. Er wirbt mit einer Statischen IP. <br />Nach Einrichtung des APN: </p>
<ul>
<li>internet.telekom (Dualstack IPv4/v6, NAT)</li>
<li>internet.v6.telekom (nur v6, NAT, http Translation)</li>
<li>festip.telekom (öffentliche feste IPv6, nur für Business-Tarife)</li>
<li>Internet.t-d1.de ohne User und Kennwort (nur IPv4)</li>
</ul>
<p>und reconnect des Routers war dieser dann auch via ICMP und Fernwartung über den zuvor eingerichteten DynDNS erreichbar. </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">MR6400</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=B07RM95YFC&amp;asins=B07RM95YFC&amp;linkId=365b4a0f36d5bf7fa39981889452468f&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">MR200</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=B07MM1NDZR&amp;asins=B07MM1NDZR&amp;linkId=2c574ebc891a49fe634d7ed87af99c75&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">MR600</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=B07RS7HM59&amp;asins=B07RS7HM59&amp;linkId=d1cfec964413240d61825db1201f3d30&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/static-ip-adresse-via-lte-und-telekom-apn-fernwartung-via-dyndns/">Static IP-Adresse via LTE und Telekom &#8211; APN | Fernwartung via DynDNS</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/static-ip-adresse-via-lte-und-telekom-apn-fernwartung-via-dyndns/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
