<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[RSS Engineering portal]]></title>
	<link>https://icr.advantech.com/blog?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=rss-engineering-portal</link>
	<description>
		<![CDATA[
		Engineering portal Advantech B+B Smartworx
		]]>
</description>
	<image>
		<title><![CDATA[RSS Engineering portal]]></title>
		<url>http://icr.advantech.com/src/Frontend/Core/Layout/images/rss_image.png</url>
		<link>https://icr.advantech.com/blog?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=rss-engineering-portal</link>
	</image>
	<lastBuildDate>Sat, 29 Aug 2026 07:13:44 +0200</lastBuildDate>
	<pubDate>Sat, 29 Aug 2026 07:13:44 +0200</pubDate>
	<copyright>2026 Cellular Routers Engineering Portal</copyright>
	<generator><![CDATA[Cellular Routers Engineering Portal]]></generator>
	<language>en</language>
<item>
	<title><![CDATA[LwM2M Manager: Remote control for your ICR fleet.]]></title>
	<link>https://icr.advantech.com/blog/detail/lwm2m-manager-remote-control-for-your-icr-fleet?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=lwm2m-manager-remote-control-for-your-icr-fleet</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/LwM2M_1200x628.png" /></p>

<p>Imagine you have dozens, maybe hundreds of cellular routers deployed in the field - at remote industrial sites, in vehicles, in buildings. You need to monitor each one, occasionally change its configuration, check its signal strength, or find out where it is. How do you do that without driving out to every location or building a custom management platform from scratch? That's exactly the problem <strong><a href="https://icr.advantech.com/docs/router-apps/lwm2m-manager.html">LwM2M Manager</a></strong> solves - a RouterApp for Advantech cellular routers.</p>

<h4><b>What is LwM2M?</b></h4>

<p>LwM2M stands for <b>Lightweight Machine-to-Machine</b> – a standardised protocol developed by the <strong><a href="https://www.openmobilealliance.org/home/">OMA </a></strong>(Open Mobile Alliance) specifically for remote management of IoT devices. The word "lightweight" is key: the protocol is designed to work on resource-constrained devices and over cellular networks where every kilobyte of data has a cost.</p>

<p>Unlike general-purpose protocols or proprietary solutions, LwM2M defines a clear, interoperable model for reading data from a device, writing to its configuration, and triggering remote operations - all from a central server. And because it is an open standard, it works with a wide range of existing IoT platforms and device management servers out of the box.</p>

<h4><b>What problem does it actually solve?</b></h4>

<p>Advantech ICR routers are deployed in many different roles - as industrial gateways, as connectivity for remote machinery, or as backup links for enterprise networks. What they all have in common is this: they end up in places that are difficult or impossible to reach physically.</p>

<p>Yet the network administrator still needs to know things like:</p>

<ul>
	<li><span style="tab-stops:list 36.0pt">Is the device online and healthy?</span></li>
	<li><span style="tab-stops:list 36.0pt">What cellular technology is it using (LTE, 5G NR), and how strong is the signal?</span></li>
	<li><span style="tab-stops:list 36.0pt">Where is the device physically located?</span></li>
	<li><span style="tab-stops:list 36.0pt">What firmware version is running on it?</span></li>
</ul>

<p>Without the right tool, the options are either logging into each device manually on a regular basis, or building a bespoke monitoring infrastructure from the ground up. LwM2M Manager offers a third way: the router registers itself with your LwM2M server and continuously reports its status. The server can then monitor, store, and react to that data - all without any direct intervention on the router itself.</p>

<h4><b>How does it work in practice?</b></h4>

<p>Once installed and enabled, the RouterApp acts as an LwM2M client: the router registers with the configured LwM2M server and maintains a live connection. Every 30 seconds it sends a keepalive update, which also keeps NAT mappings open - meaning the server can reach the device at any time, even without the router having a public IP address.</p>

<p>Communication runs over CoAP/UDP, which is significantly more efficient for cellular networks than conventional HTTP. If you want the connection to be secured (and in most deployments you should), the RouterApp supports DTLS encryption - either with a Pre-Shared Key (PSK) or X.509 certificates.</p>

<h4><b>What does the server see?</b></h4>

<p>The router automatically provides the server with core device information: manufacturer, model, serial number, and firmware version. Two additional data sources can be enabled optionally:</p>

<p><b>Location (GNSS)</b> – if the router has a GPS/GNSS module, it reports the current geographic position to the server. This is useful for vehicle applications or tracking field equipment.</p>

<p><b>Mobile WAN status</b> – signal strength, operator name, network technology (LTE, NR), IMEI, and SIM card ICCID. This data is often the most practical for diagnostics: you can immediately see why a device is slow or why it has switched to a fallback operator.</p>

<p><b>Two ways to connect to the server</b></p>

<p>The RouterApp supports two deployment models to cover different operational scenarios:</p>

<p><b>Direct registration</b> – the LwM2M server address and credentials are pre-configured on the device. This is the right choice when you configure routers upfront before deploying them to a specific project.</p>

<p><b>Bootstrap</b> – the router first connects to a bootstrap server, which then provisions the actual LwM2M server address and credentials. This model enables zero-touch provisioning: routers can be shipped and installed without any prior configuration, and the bootstrap server takes care of the rest automatically.</p>

<h4><b>Security</b></h4>

<p><strong><a href="https://icr.advantech.com/docs/router-apps/lwm2m-manager.html">LwM2M Manager</a></strong> supports three security levels:</p>

<ul>
	<li><span style="tab-stops:list 36.0pt"><b>No encryption (plain CoAP)</b> – suitable only for testing in an isolated network</span></li>
	<li><span style="tab-stops:list 36.0pt"><b>PSK (Pre-Shared Key)</b> – simpler setup; both sides share a secret key</span></li>
	<li><span style="tab-stops:list 36.0pt"><b>X.509 certificates</b> – full PKI-based mutual authentication, appropriate for deployments with higher security requirements</span></li>
</ul>

<h4><b>When should you use it?</b></h4>

<p><strong><a href="https://icr.advantech.com/docs/router-apps/lwm2m-manager.html">LwM2M Manager</a></strong> is a good fit when you:</p>

<ul>
	<li><span style="tab-stops:list 36.0pt">Manage a larger number of routers across multiple sites and need a centralised view of their status</span></li>
	<li><span style="tab-stops:list 36.0pt">Want to integrate routers into an existing IoT platform or device management system that supports LwM2M</span></li>
	<li><span style="tab-stops:list 36.0pt">Deploy devices in scenarios where physical access to the router is impractical or too costly</span></li>
	<li><span style="tab-stops:list 36.0pt">Need to monitor cellular connection quality at remote sites without having to log into each device individually</span></li>
</ul>

<h4><b>Availability</b></h4>

<p><strong><a href="https://icr.advantech.com/docs/router-apps/lwm2m-manager.html">LwM2M Manager</a></strong> is a RouterApp for Advantech ICR routers. It is not included in the standard router firmware - it is installed separately through the Router Apps section of the router's web interface. All configuration is done through a GUI built into the router, with no need to edit configuration files manually.</p>

<p>&nbsp;</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/lwm2m-manager-remote-control-for-your-icr-fleet" title="LwM2M Manager: Remote control for your ICR fleet.">LwM2M Manager: Remote control for your ICR fleet.</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/routerapp" title="RouterApp">RouterApp</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 26 Aug 2026 08:59:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[RouterApp]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/lwm2m-manager-remote-control-for-your-icr-fleet</guid>
	</item>
<item>
	<title><![CDATA[⚙️ From one router to the whole fleet]]></title>
	<link>https://icr.advantech.com/blog/detail/from-one-router-to-the-whole-fleet?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=from-one-router-to-the-whole-fleet</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/WADMP_Banner_1200x628(5).png" /></p>

<p>You've built your Configuration Profile - but how do you actually get it onto your routers? In Video Tutorial #9, we walk through three ways to assign a profile: to a single device, to multiple devices at once, or straight from a device's own page.</p>

<p>Device happens to be offline? No problem - the profile just waits and assigns itself automatically the moment it connects.</p>

<p>Watch it now:<br />
🔹 on&nbsp;<strong><a href="https://wadmp.advantech.com/9-wadmp-configuration-profiles-assign/">WebAccess/DMP portal</a></strong><br />
🔹 on <strong><a href="https://youtu.be/FusD7fVqjL8">YouTube</a></strong></p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/from-one-router-to-the-whole-fleet" title="⚙️ From one router to the whole fleet">⚙️ From one router to the whole fleet</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/webaccessdmp" title="WebAccessDMP">WebAccessDMP</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/dmp" rel="tag" title="DMP">DMP</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 18 Aug 2026 11:03:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[WebAccessDMP]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/from-one-router-to-the-whole-fleet</guid>
	</item>
<item>
	<title><![CDATA[⚙️ Mission-Critical Connectivity for Industrial Automation]]></title>
	<link>https://icr.advantech.com/blog/detail/mission-critical-connectivity-for-industrial-automation?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=mission-critical-connectivity-for-industrial-automation</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/CS_Mission_Critical_Connectivity_Banner_No_Button_1200x628.png" /></p>

<p>In factories and industrial facilities, even a short network outage can lead to production delays, safety risks, or significant financial losses.</p>

<p>With the <strong><a href="https://icr.advantech.com/model-selection/router-models/detail/icr-1745">ICR-1745</a></strong> 5G NR Gateway and WebAccess/DMP, mission-critical machines stay online - no matter what. The router's robust multi-WAN mechanism supports automatic failover between primary networks and a backup 5G connection. VPN ensures secure communication, while centralized management gives IT teams full visibility and control.</p>

<p>🔁 Seamless failover<br />
🔒 Secure remote access via VPN<br />
📡 Centralized monitoring & provisioning via <strong><a href="https://wadmp.advantech.com/">WebAccess/DMP</a></strong></p>

<p>👉 Learn more: <strong><a href="https://www.advantech.com/en/resources/case-study/mission-critical-connectivity-with-icr-1745">https://www.advantech.com/en/resources/case-study/mission-critical-connectivity-with-icr-1745</a></strong></p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/mission-critical-connectivity-for-industrial-automation" title="⚙️ Mission-Critical Connectivity for Industrial Automation">⚙️ Mission-Critical Connectivity for Industrial Automation</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/casestudy" title="Case Study">Case Study</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/case-study" rel="tag" title="Case Study">Case Study</a>, <a href="https://icr.advantech.com/tags/detail/icr-1745" rel="tag" title="ICR-1745">ICR-1745</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 05 Aug 2026 10:09:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Case Study]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/mission-critical-connectivity-for-industrial-automation</guid>
	</item>
<item>
	<title><![CDATA[ICR-OS 6.6.2 Firmware Release]]></title>
	<link>https://icr.advantech.com/blog/detail/icr-os-6-6-2-firmware-release?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=icr-os-6-6-2-firmware-release</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/FW_6_6_2_Banner_1200x628.png" /></p>

<p>New ICR-OS release is here. Version 6.6.2 brings new features, security updates, and a range of fixes to Advantech cellular routers. As with all new releases, routers leaving our production line will come pre-installed with this firmware.</p>

<h5>What Changed?</h5>

<p>1. <strong>Multiple Security Vulnerabilities Patched</strong>: OpenSSL was updated to 3.5.7, resolving several high-severity CVEs (including CVE-2026-28390 and CVE-2026-31789), and OpenSSH was updated to 10.3, addressing CVE-2026-35385 among others. The Linux kernel was also updated to 6.1.175 and the CA certificates bundle refreshed, bringing broad upstream security and stability improvements.</p>

<p>2. <strong>GNSS Constellation Selection Added</strong>: Users can now choose which GNSS constellations are used, with GPS and Galileo enabled by default, and the GNSS status page now shows satellites from all enabled constellations.</p>

<p>3. <strong>Maximum Firewall Rules Increased</strong>: The firewall rule limit has been doubled from 32 to 64, giving users more flexibility for complex network policies.</p>

<p>4. <strong>Emergency Reset Data Wiping Extended to All Devices</strong>: Emergency Reset now clears user data, Router Apps, and device certificates on all router models, not just -S1 devices as before.</p>

<p>5. <strong>Reboot Process Improved</strong>: The reboot command now properly shuts down running services first, and a new halt command safely powers down the router for unplugging.</p>

<h5>More Details?</h5>

<p>For a full breakdown of the advancements and changes in this release, we encourage you to review the official <a href="https://icr.advantech.com/docs/firmware/6.6.2/release-notes.html"><strong>Release Notes</strong></a>.</p>

<h5>Ready to update?</h5>

<p>The firmware is available on the <a href="https://icr.advantech.com/docs/firmware/6.6.2/download.html"><strong>Firmware and Router Models pages</strong></a>, or can be downloaded directly to the router from Advantech's public server.</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/icr-os-6-6-2-firmware-release" title="ICR-OS 6.6.2 Firmware Release">ICR-OS 6.6.2 Firmware Release</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/documentation" title="Firmware">Firmware</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Thu, 30 Jul 2026 12:15:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Firmware]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/icr-os-6-6-2-firmware-release</guid>
	</item>
<item>
	<title><![CDATA[Your Router, Always Reachable – Dynamic DNS Gets an Upgrade in ICR-OS 6.6.1]]></title>
	<link>https://icr.advantech.com/blog/detail/your-router-always-reachable-dynamic-dns-gets-an-upgrade-in-icr-os-6-6-1?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=your-router-always-reachable-dynamic-dns-gets-an-upgrade-in-icr-os-6-6-1</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/DynDNS_1200x628.png" /></p>

<p style="margin-bottom:8.0pt; text-align:justify">Every device connected to the internet has an IP address. The problem is, for most cellular connections, that address isn’t fixed – it changes whenever the connection drops and reconnects, or when the mobile provider decides to reassign it. For anyone who needs to reliably reach a router from the outside – to check on a remote site, pull data, or manage the device – that’s a real obstacle.</p>

<p style="margin-bottom:8.0pt; text-align:justify">Dynamic DNS solves this by keeping a domain name continuously pointed at the router’s current IP address, no matter how often it changes. ICR-OS 6.6.1 significantly extends this capability – adding HTTPS transport support, custom certificate authority support, and full RFC 2136 DDNS protocol support.</p>

<h4 style="text-align: justify;">How Dynamic DNS works – the basics</h4>

<p style="margin-bottom:8.0pt; text-align:justify">The idea behind Dynamic DNS is straightforward. You register a hostname with a DNS provider – something like myrouter.example.com. The router monitors its own public IP address, and whenever it detects a change, it automatically notifies the DNS provider, which updates the record. Anyone connecting to that hostname always ends up at the right address, even if the underlying IP has changed ten times since yesterday.</p>

<p style="margin-bottom:8.0pt; text-align:justify">The router detects IP address changes immediately. However, to avoid flooding the DNS provider with requests, updates are sent at most once per minute. In practice, this means that after a reconnect or IP reassignment, the DNS record is updated within a minute – fast enough for the vast majority of remote access scenarios.</p>

<p style="margin-bottom:8.0pt; text-align:justify">One important prerequisite: this only works if the cellular provider assigns the SIM card a public IP address. Many mobile providers use carrier-grade NAT, where multiple customers share a single public IP – in that case, Dynamic DNS won’t help, because there’s no unique public address to point to.</p>

<h4 style="text-align: justify;">Two protocols, two use cases</h4>

<p style="margin-bottom:8.0pt; text-align:justify">Advantech ICR routers now support two distinct Dynamic DNS protocols, each suited to different scenarios.</p>

<h5 style="margin-bottom: 5pt; text-align: justify;"><b>DynDNS (HTTP API)</b></h5>

<p style="margin-bottom:8.0pt; text-align:justify">This is the classic approach – the router calls a web-based API at a third-party DNS provider whenever its IP changes. Services like freedns.afraid.org, duckdns.org, or noip.com work this way. It’s simple to set up and widely supported. As of ICR-OS 6.6.1, updates can be sent over HTTPS, encrypting the communication with the provider. You can also supply a custom CA certificate, which allows the router to verify the identity of a private or self-hosted DNS update server – useful in enterprise or industrial environments where traffic must stay within a controlled infrastructure.</p>

<p style="margin-bottom:8.0pt; text-align:justify">It’s worth clarifying what “DynDNS” actually refers to, since it often causes confusion. DynDNS is not a generic protocol name – it’s the name of the company (Dyn, Inc.) that first offered this kind of service, and whose update protocol went on to become the de facto industry standard. Other DNS providers later built compatible services around the same basic idea, and some introduced their own tweaks or extended versions along the way. All of these still run over HTTP or HTTPS and look broadly similar from the outside, but the implementation details can vary from provider to provider. Advantech ICR routers support a wide range of DynDNS providers, but always through the original, standard DynDNS protocol – proprietary extensions or provider-specific variants are not supported.</p>

<h5 style="margin-bottom: 5pt; text-align: justify;"><b>DDNS via RFC 2136</b></h5>

<p style="margin-bottom:8.0pt; text-align:justify">RFC 2136 is a standardized DNS update protocol that communicates directly with a DNS server – no third-party service required. Instead of calling an HTTP API, the router sends a DNS UPDATE message straight to an authoritative DNS server on your network. Authentication is handled via TSIG (Transaction Signature), a shared key that ensures only authorized devices can modify DNS records. This makes RFC 2136 a strong fit for organizations running their own DNS infrastructure, where relying on a public cloud provider is not desirable or permitted. Note: RFC 2136 support is available on all ICR models except ICR-20, ICR-24, ICR-25, and ICR-2600.</p>

<h4 style="text-align: justify;">Configuration on Advantech routers</h4>

<p style="margin-bottom:8.0pt; text-align:justify">Dynamic DNS is configured under Services → Dynamic DNS. The key settings are:</p>

<ul>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt; text-align:justify"><b>Hostname</b> – the fully qualified domain name you’ve registered with a DNS provider (e.g., myrouter.example.com)</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt; text-align:justify"><b>IP Mode</b> – choose between IPv4, IPv6, or dual-stack IPv4/IPv6 updates</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt; text-align:justify"><b>Service</b> – select DynDNS (HTTP API) for third-party providers, or DDNS (RFC 2136) for direct DNS server updates</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt; text-align:justify"><b>Server</b> – the update server address; for DynDNS, this defaults to members.dyndns.org if left blank; HTTPS URLs are supported</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt; text-align:justify"><b>Skip Certificate Verification</b> – when checked, the router skips validation of the server’s SSL/TLS certificate. The connection is still encrypted over HTTPS – only the server identity check is bypassed. Useful for testing or self-signed certificates, but should be avoided in production.</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt; text-align:justify"><b>CA Certificate</b> – optional; paste a PEM certificate or load from file to verify a custom HTTPS update server (DynDNS only)</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt; text-align:justify"><b>TTL</b> – Time to Live for the DNS record; defaults to 60 seconds, adjustable between 5 and 86400 seconds (RFC 2136 only)</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; text-align:justify"><b>TSIG Key</b> – the shared authentication key for signing RFC 2136 update messages</li>
</ul>

<p style="margin-bottom:8.0pt; text-align:justify">The current status of the Dynamic DNS client – including the last update result and any error messages – is visible under Status → Dynamic DNS.</p>

<h4 style="text-align: justify;">What happens when an update fails?</h4>

<p style="margin-bottom:8.0pt; text-align:justify">If a Dynamic DNS update cannot be delivered, the router retries automatically. Transient errors – like a temporary DNS failure or server overload – are retried after 10 minutes. Errors that suggest a configuration problem, such as an incorrect password or a non-existent hostname, cause the router to wait 24 hours before trying again, or stop retrying altogether until the configuration is corrected. This prevents unnecessary load on the DNS provider and avoids account lockouts.</p>

<h4 style="text-align: justify;">When should you use which option?</h4>

<p style="margin-bottom:6.0pt; text-align:justify">The right choice depends on your infrastructure:</p>

<ul>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt; text-align:justify">If you need a quick, low-maintenance solution and are comfortable using a public DNS provider, DynDNS with HTTPS is the easiest path.</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt; text-align:justify">If your organization runs its own DNS infrastructure and requires full control over DNS records without depending on third-party services, RFC 2136 is the better fit.</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt; text-align:justify">If security is a priority and you’re connecting to a private update server, combine DynDNS over HTTPS with a custom CA certificate to ensure the connection is both encrypted and the server identity is verified.</li>
</ul>

<h4 style="text-align: justify;">Available now in ICR-OS 6.6.1</h4>

<p style="margin-bottom:8.0pt; text-align:justify">The expanded Dynamic DNS functionality is available on Advantech ICR routers running ICR-OS 6.6.1. The firmware is available for download on the <a href="https://icr.advantech.com/firmware">Firmware page</a>. For full configuration details, refer to the <a href="https://icr.advantech.com/model-selection/router-models">Configuration Manual</a>.</p>

<p>&nbsp;</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/your-router-always-reachable-dynamic-dns-gets-an-upgrade-in-icr-os-6-6-1" title="Your Router, Always Reachable – Dynamic DNS Gets an Upgrade in ICR-OS 6.6.1">Your Router, Always Reachable – Dynamic DNS Gets an Upgrade in ICR-OS 6.6.1</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/routerapp" title="RouterApp">RouterApp</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/routing" rel="tag" title="Routing">Routing</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 22 Jul 2026 09:58:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[RouterApp]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/your-router-always-reachable-dynamic-dns-gets-an-upgrade-in-icr-os-6-6-1</guid>
	</item>
<item>
	<title><![CDATA[⚙️ One router configured. A hundred to go?]]></title>
	<link>https://icr.advantech.com/blog/detail/one-router-configured-a-hundred-to-go?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=one-router-configured-a-hundred-to-go</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/WADMP_Banner_1200x628(4).png" /></p>

<p>Copy once, deploy everywhere. That's the idea behind Configuration Profiles in WebAccess/DMP - and in Video Tutorial #8, we show you exactly how to pull it off.</p>

<p>Whether you want to snapshot a live device, tweak an existing profile, or build one from scratch - there's a method for that. Same config, every device, no excuses.</p>

<p>Watch it now:</p>

<p>🔹 <strong><a href="https://wadmp.advantech.com/8-wadmp-configuration-profiles/">WebAccess/DMP portal</a></strong><br />
🔹 <strong><a href="https://youtu.be/jJYRpj73CVc">YouTube channel</a></strong></p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/one-router-configured-a-hundred-to-go" title="⚙️ One router configured. A hundred to go?">⚙️ One router configured. A hundred to go?</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/webaccessdmp" title="WebAccessDMP">WebAccessDMP</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Thu, 16 Jul 2026 07:04:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[WebAccessDMP]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/one-router-configured-a-hundred-to-go</guid>
	</item>
<item>
	<title><![CDATA[Layer 2 Networking Across Sites – Now Built Into ICR-OS]]></title>
	<link>https://icr.advantech.com/blog/detail/layer-2-networking-across-sites-now-built-into-icr-os?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=layer-2-networking-across-sites-now-built-into-icr-os</link>
	<description>
		<![CDATA[
			<p style="margin-bottom:8.0pt"><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/files/VXLAN_1200x628.png" style="float:left" /><br />

<p style="margin-bottom:8.0pt">Most people think of a network as something that lives in one place – a building, a factory floor, an office. But what if your devices are spread across multiple locations, and you still need them to behave as if they’re on the same local network? That’s the problem VXLAN solves. And as of <a href="http://icr.advantech.com/firmware?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=layer-2-networking-across-sites-now-built-into-icr-os">ICR-OS 6.6.1</a>, it’s now natively supported on <a href="https://icr.advantech.com/products/cellular-routers">Advantech cellular routers</a>.</p>

<h4>What is VXLAN, and why does it matter?</h4>

<p style="margin-bottom:8.0pt">VXLAN stands for Virtual Extensible LAN. In plain terms, it’s a tunneling technology that takes Layer 2 Ethernet traffic – the kind that normally only works within a single physical network – and wraps it up so it can travel over a Layer 3 IP network, like the internet or a cellular WAN link.</p>

<p style="margin-bottom:8.0pt">Why does that distinction matter? Layer 2 connectivity means devices can discover each other automatically, share broadcasts, and run protocols that simply don’t work across routed networks. Think of things like network printers, legacy industrial controllers, or building automation systems – equipment that was designed to live on a single LAN and has no concept of routing.</p>

<p style="margin-bottom:8.0pt">With VXLAN, you can connect a machine at a remote site to your main office network as if it were plugged into the same switch – even if it’s hundreds of kilometers away, connected only via a cellular link. For engineers managing distributed infrastructure, that’s a significant capability.</p>

<h4>How does it work under the hood?</h4>

<p style="margin-bottom:8.0pt">VXLAN works by encapsulating Ethernet frames inside UDP packets. Each tunnel is identified by a VNI – a VXLAN Network Identifier – which is a 24-bit number, meaning you can run up to roughly 16 million isolated virtual networks in parallel. Compare that to traditional VLANs, which top out at 4,096 segments.</p>

<p style="margin-bottom:8.0pt">The two endpoints of a VXLAN tunnel are called VTEPs (VXLAN Tunnel Endpoints). Each router involved acts as a VTEP: it takes outgoing Ethernet frames, wraps them in a UDP packet addressed to the remote router, and sends them across the WAN. On the other end, the receiving router strips the wrapper and delivers the original Ethernet frame to the local network – as if it had never traveled anywhere.</p>

<p style="margin-bottom:8.0pt">One important note: VXLAN on its own does not encrypt traffic. If you’re deploying over a public network, it’s strongly recommended to run the VXLAN tunnel inside an encrypted VPN – IPsec or WireGuard both work well for this.</p>

<h4>VXLAN on Advantech ICR routers</h4>

<p style="margin-bottom:8.0pt">On Advantech ICR routers running ICR-OS 6.6.1, VXLAN is configured under Configuration → VXLAN. Each router supports up to four simultaneous VXLAN tunnels, which can be useful when connecting multiple remote sites independently. VXLAN is supported on all ICR models with the exception of ICR-1600, ICR-1700, and the following models: ICR-2031, ICR-2431, ICR-2531, ICR-2412, ICR-2432, ICR-2436, ICR-2437, ICR-2631, ICR-2041, ICR-2441, ICR-2501, ICR-2438, ICR-2545, ICR-2413, ICR-2452, and ICR-2452 RedCap.</p>

<p style="margin-bottom:6.0pt">The key parameters for each tunnel are:</p>

<ul>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt"><b>Local Address</b> – the IP address of the router itself, used as the VTEP source</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt"><b>Remote Address</b> – the IP address of the remote router (VTEP peer); for secure deployments, this should be an IP within an established VPN tunnel</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt"><b>VNI</b> – the tunnel identifier (1–16777215); must match on both ends</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt"><b>MTU</b> – recommended value is 1450 bytes for a direct VXLAN connection, to account for VXLAN header overhead and avoid packet fragmentation. When running VXLAN inside a VPN tunnel (IPsec or WireGuard), additional overhead may require a lower MTU value – if you’re unsure, it’s worth consulting Advantech support for your specific setup.</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt"><b>Bridged mode</b> – when enabled, the VXLAN interface is added to the router’s local bridge, providing seamless Layer 2 connectivity; when disabled, it operates as a routed interface with its own IP address</li>
</ul>

<p style="margin-bottom:8.0pt">A typical deployment connects two sites over an existing WireGuard or IPsec VPN. Both routers are configured with matching VNI values and each other’s VPN IP as the remote address. With Bridged mode enabled, devices at both sites end up on the same Layer 2 segment – broadcasts pass through, local discovery works, and legacy protocols that don’t route well behave as expected.</p>

<h4>Connecting more than two sites</h4>

<p style="margin-bottom:8.0pt">Connecting two routers with a single VXLAN tunnel is straightforward. But what if you need to bring three or more sites onto the same Layer 2 network?</p>

<p style="margin-bottom:8.0pt">The current implementation does not support multicast, which means there is no automatic way to broadcast traffic to multiple peers at once. Instead, each pair of routers must be connected with its own dedicated VXLAN tunnel – and each tunnel must use a unique VNI. A router cannot have two VXLAN tunnels sharing the same VNI.</p>

<p style="margin-bottom:8.0pt">In practice, this means a full mesh topology. If you want to connect three sites – A, B, and C – you need three tunnels: A↔B, A↔C, and B↔C, each with a different VNI. With four sites, that’s six tunnels; with five sites, ten. Since each router supports up to four simultaneous VXLAN tunnels, this limits full-mesh deployments to a maximum of five sites before additional tunnels would be needed beyond that cap.</p>

<p style="margin-bottom:8.0pt">For smaller deployments – two or three sites – this is entirely manageable and works well in practice.</p>

<h4>Resilience: what happens when the WAN link switches?</h4>

<p style="margin-bottom:8.0pt">Unlike connection-oriented tunnels that need to be actively established, a VXLAN tunnel doesn’t have a handshake or session state to maintain. It simply exists as a network interface on the router. This means that if the primary WAN link fails and the router switches to a backup cellular connection, the VXLAN tunnel continues to function on the new link without any intervention – as long as the remote address is still reachable. For deployments that rely on cellular failover, this is a meaningful advantage.</p>

<h4>A note on security configuration</h4>

<p style="margin-bottom:8.0pt">Creating a VXLAN tunnel does not automatically configure any firewall rules or routing entries. The router leaves both entirely up to the administrator. This gives you full control, but it also means that securing the tunnel – restricting which traffic can flow through it and from where – is your responsibility. At a minimum, it’s recommended to whitelist the VXLAN UDP port (default 4789) to allow traffic only from the known peer IP address, and to ensure VXLAN traffic is carried inside an encrypted VPN rather than exposed directly to the internet.</p>

<h4>When should you use it?</h4>

<p style="margin-bottom:6.0pt">VXLAN is a good fit when you need to:</p>

<ul>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt">Connect remote sites to a shared Layer 2 segment without replacing existing equipment</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt">Support legacy industrial or building automation devices that rely on Layer 2 broadcasts</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:4.0pt">Extend a data center network across geographically distributed nodes</li>
	<li style="margin-top:0cm; margin-right:0cm; margin-bottom:8.0pt">Run multiple isolated virtual networks over the same physical WAN infrastructure</li>
</ul>

<p style="margin-bottom:8.0pt">It’s worth noting that VXLAN is not a replacement for a standard VPN. A VPN secures your traffic; VXLAN extends your network topology. In practice, the two work best together – VPN for encryption and authentication, VXLAN for the Layer 2 overlay on top.</p>

<h4>Available now in ICR-OS 6.6.1</h4>

<p style="margin-bottom:8.0pt">VXLAN support is available on Advantech ICR routers running <a href="http://icr.advantech.com/firmware?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=layer-2-networking-across-sites-now-built-into-icr-os">ICR-OS 6.6.1</a>. The firmware is available for download on the <a href="https://icr.advantech.com/firmware">Firmware page</a>.<br />
For full configuration details, refer to the Configuration Manual.</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/layer-2-networking-across-sites-now-built-into-icr-os" title="Layer 2 Networking Across Sites – Now Built Into ICR-OS">Layer 2 Networking Across Sites – Now Built Into ICR-OS</a> written by Miloslav Bien in <a href="https://icr.advantech.com/blog/category/firmware" title="Other">Other</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 08 Jul 2026 06:34:00 +0200</pubDate>
	<author><![CDATA[miloslav-bien-example.com-miloslav-bien@example.com (miloslav-bien@example.com (Miloslav Bien))]]></author>
	<category><![CDATA[Other]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/layer-2-networking-across-sites-now-built-into-icr-os</guid>
	</item>
<item>
	<title><![CDATA[ICR-4800: Advantech's Upcoming 5G Railway Router Takes the Spotlight at Eurosatory]]></title>
	<link>https://icr.advantech.com/blog/detail/icr-4800-advantechs-upcoming-5g-railway-router-takes-the-spotlight-at-eurosatory?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=icr-4800-advantechs-upcoming-5g-railway-router-takes-the-spotlight-at-eurosatory</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/2026-06-30_093651.jpg" /></p>

<p>Advantech recently showcased products at Eurosatory in Paris, one of the world's leading exhibitions for the defense and security sector. Among the highlights on the booth was a space model of our upcoming ICR-4800 - a 5G cellular router purpose-built for rail and other mission-critical applications.</p>

<h4>Engineered for Demanding Environments</h4>

<p>The ICR-4800 is designed to meet the EN 50155 standard for railway rolling stock electronics, ensuring reliable operation under the vibration, temperature extremes, and power fluctuations typical of railway environments. With an IP67-rated enclosure, the router is built to withstand dust, moisture, and harsh outdoor conditions without compromising performance.</p>

<h4>Flexible 5G Connectivity</h4>

<p>A key feature of the ICR-4800 is its support for single or dual 5G cellular radios, enabling flexible deployment options - from straightforward single-carrier connectivity to dual-radio configurations for applications requiring redundancy or higher throughput. This makes the router well suited not only for railway use cases, but also for broader Defence & Security and critical infrastructure applications where dependable connectivity is non-negotiable.</p>

<h4>What's Next</h4>

<p>The ICR-4800 is currently in the engineering sample phase. We look forward to sharing more details as the product moves closer to release, and to presenting it to customers exploring next-generation connectivity solutions for rail and defense applications.</p>

<p>Stay tuned for updates as the ICR-4800 makes its way to market.</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/icr-4800-advantechs-upcoming-5g-railway-router-takes-the-spotlight-at-eurosatory" title="ICR-4800: Advantech's Upcoming 5G Railway Router Takes the Spotlight at Eurosatory">ICR-4800: Advantech's Upcoming 5G Railway Router Takes the Spotlight at Eurosatory</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/announcement" title="Announcement">Announcement</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 30 Jun 2026 09:34:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Announcement]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/icr-4800-advantechs-upcoming-5g-railway-router-takes-the-spotlight-at-eurosatory</guid>
	</item>
<item>
	<title><![CDATA[📬 Get ICR updates delivered straight to your inbox]]></title>
	<link>https://icr.advantech.com/blog/detail/get-icr-updates-delivered-straight-to-your-inbox?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=get-icr-updates-delivered-straight-to-your-inbox</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/Newsletter_Banner_1200x628(1).png" /></p>

<p>Following the introduction of our RSS feed, we're adding another way to keep track of the latest updates from us. You can now subscribe to our newsletter and receive newly published articles from our News section directly in your inbox.</p>

<p>Whether it's:<br />
✔ Product launches and updates<br />
✔ New firmware releases<br />
✔ Technical tutorials and how-to guides<br />
✔ Case studies and use cases<br />
✔ Company announcements</p>

<p>You'll be notified as soon as new content becomes available.</p>

<p>Simple, convenient, and always up to date.</p>

<p>👉 Subscribe today via the blue icon on&nbsp;our website and never miss an important update!</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/get-icr-updates-delivered-straight-to-your-inbox" title="📬 Get ICR updates delivered straight to your inbox">📬 Get ICR updates delivered straight to your inbox</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/announcement" title="Announcement">Announcement</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Thu, 11 Jun 2026 08:31:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Announcement]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/get-icr-updates-delivered-straight-to-your-inbox</guid>
	</item>
<item>
	<title><![CDATA[Time Matters - Even for a Router]]></title>
	<link>https://icr.advantech.com/blog/detail/time-matters-even-for-a-router?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=time-matters-even-for-a-router</link>
	<description>
		<![CDATA[
			<p style="text-align: justify;"><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/Time_Matters_1200x628.png" /></p>

<p style="text-align: justify;">Accurate time is easy to overlook – until something breaks. For industrial cellular routers deployed in remote sites or critical infrastructure, a synchronized clock is a hard dependency: without it, TLS handshakes fail, VPN tunnels reject authentication due to timestamp skew, syslog data becomes useless for forensic analysis, and time desynchronization across devices can corrupt SCADA/IIoT data integrity.</p>

<h4>Time synchronization sources</h4>

<p style="text-align:justify">So where does a router actually get its time from? The answer depends on the hardware - most basic models may support NTP only, while cellular routers add NITZ synchronization, and models with a GNSS module can use satellite time as well.</p>

<p style="text-align:justify"><b>NTP (Network Time Protocol)</b> is the most accurate option, typically within several milliseconds. It uses a hierarchical stratum model and queries upstream servers over UDP port 123. The main limitation: if the WAN link is down, the router falls back to its local oscillator, which drifts.</p>

<p style="text-align:justify"><b>Cellular network time (NITZ)</b> is broadcast by LTE/5G base stations with typical accuracy of up to several seconds. Less precise than NTP, but available whenever a cellular connection exists – independent of WAN reachability.</p>

<p style="text-align: justify;"><b>GNSS-based synchronization</b> uses satellite signals to determine time on-site without any network connectivity. Typical accuracy is around one second – sufficient for general clock correction, but not recommended for high-precision requirements.</p>

<h4 style="text-align: justify;">Configuration on Advantech ICR routers</h4>

<p style="text-align:justify">On Advantech ICR routers, all three sources are configured under <b>Configuration → Services → NTP</b>. The full set of options is available on the ICR-4233, which integrates both an LTE modem and a GNSS receiver.</p>

<p align="center" style="text-align:center"><img alt="" data-widget="uploadimage" src="data:image/png;base64,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" style="width:439px; height:139px" /></p>

<p style="text-align:justify">When <b>Synchronize clock with remote NTP server</b> is enabled, the router queries up to three configured servers – anywhere on the network, not necessarily on the internet. <b>Synchronize clock with cellular network</b> uses NITZ as a fallback when no NTP server is reachable. On equipped models, <b>Synchronize clock with GNSS</b> adds satellite time as an additional source. <b>Enable local NTP server</b> turns the router into a time source for the local network – routers can be chained, though each hop adds a stratum level and reduces precision. For full configuration details, refer to the <a href="https://icr.advantech.com/model-selection/router-models/download/1357/v4i-configuration-manual-6.6.0-20251217.pdf">Configuration Manual</a>.</p>

<h4>How are multiple sources prioritized?</h4>

<p style="text-align:justify">When more than one synchronization source is enabled, the router does not simply follow a fixed priority order. Instead, it evaluates source quality continuously using the stratum system: GNSS time is treated as stratum 10, cellular network time (NITZ) as stratum 11, and any remote NTP server carries its own stratum inherited from upstream. Lower stratum generally means higher quality – but stability matters too. An intermittent GNSS signal at stratum 10 may be considered less reliable than a consistent NITZ source at stratum 11. The router's internal algorithms weigh both stratum and signal regularity when selecting the active time source.</p>

<p style="text-align:justify">Most router models also include a battery-backed real-time clock, which preserves the last known time across restarts. After a reboot, the router immediately serves the stored time to local clients and updates it once synchronization with an external source is re-established.</p>

<h4 style="text-align: justify;">Recommended deployment approach</h4>

<p style="text-align:justify">Use remote NTP as the primary time source, with NITZ as a fallback during WAN unavailability. GNSS is an option where internet connectivity is unavailable altogether, but for high-precision requirements a reachable NTP server is always preferred. Monitoring NTP peer reachability, stratum, and offset should be part of standard device health checks.</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/time-matters-even-for-a-router" title="Time Matters - Even for a Router">Time Matters - Even for a Router</a> written by Miloslav Bien in <a href="https://icr.advantech.com/blog/category/firmware" title="Other">Other</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Thu, 04 Jun 2026 07:41:00 +0200</pubDate>
	<author><![CDATA[miloslav-bien-example.com-miloslav-bien@example.com (miloslav-bien@example.com (Miloslav Bien))]]></author>
	<category><![CDATA[Other]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/time-matters-even-for-a-router</guid>
	</item>
<item>
	<title><![CDATA[43 years ago, someone had the courage to start something]]></title>
	<link>https://icr.advantech.com/blog/detail/43-years-ago-someone-had-the-courage-to-start-something?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=43-years-ago-someone-had-the-courage-to-start-something</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/Advantech_43_Anniversary_1200x628.png" /></p>

<p>Since then, the world has changed dramatically - technology, markets, and the way we work. But some things don't change: the drive to keep improving, the relationships we've built, and the belief that the best chapter is still ahead.</p>

<p>We celebrate 43 years of Advantech. A good moment to look back - and an even better one to look forward.</p>

<p>To our colleagues, clients, and partners - thank you for being part of this journey. We're just getting started. 🚀</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/43-years-ago-someone-had-the-courage-to-start-something" title="43 years ago, someone had the courage to start something">43 years ago, someone had the courage to start something</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/announcement" title="Announcement">Announcement</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 26 May 2026 08:37:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Announcement]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/43-years-ago-someone-had-the-courage-to-start-something</guid>
	</item>
<item>
	<title><![CDATA[🚨 Ever missed an important event?]]></title>
	<link>https://icr.advantech.com/blog/detail/ever-missed-an-important-event?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=ever-missed-an-important-event</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/WADMP_Banner_1200x628(3).png" /></p>

<p>Nobody wants to be the last to know when something goes wrong. Especially with their routers. That's why we created Video Tutorial #7 – and this time it's all about setting up alerts in <a href="https://wadmp.advantech.com/"><strong>WebAccess/DMP</strong></a>.</p>

<p>Learn how to stay on top of what matters – connection drops, power supply issues, signal loss, or any custom event you care about.</p>

<p>Watch it now:</p>

<p>🔹 <strong><a href="https://wadmp.advantech.com/7-wadmp-how-to-set-up-alerts/">WebAccess/DMP portal</a></strong><br />
🔹 <strong><a href="https://www.youtube.com/watch?v=ShxM2rvbzFk">YouTube channel</a></strong></p>

<p>&nbsp;</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/ever-missed-an-important-event" title="🚨 Ever missed an important event?">🚨 Ever missed an important event?</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/webaccessdmp" title="WebAccessDMP">WebAccessDMP</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/dmp" rel="tag" title="DMP">DMP</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 20 May 2026 08:45:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[WebAccessDMP]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/ever-missed-an-important-event</guid>
	</item>
<item>
	<title><![CDATA[Zabbix Agent Version 7.0.23 Released!]]></title>
	<link>https://icr.advantech.com/blog/detail/zabbix-agent-version-7-0-23-released-2?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=zabbix-agent-version-7-0-23-released</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/Zabbix_RA_Banner_1200x628.png" /></p>

<p>We are pleased to announce the release of version 7.0.23 of the Zabbix Agent Router App. This update brings our router monitoring solution up to date with the latest upstream release from Zabbix.</p>

<p><strong>What does it do?</strong><br />
Zabbix is a mature, open-source monitoring solution that proactively tracks the health, performance, and availability of your network devices. With this Router App, Zabbix Agent runs directly on your routers, collecting key metrics such as CPU load, memory usage, interface traffic, and system uptime. It solves the common problem of “blind spots” in network infrastructure – instead of waiting for a failure to be reported, you get real-time visibility, early warnings about potential issues, and historical data for capacity planning. In short, it helps you keep your network reliable, understand its behavior, and troubleshoot problems before they impact your users.</p>

<p>For the full list of changes, please refer to the official Zabbix release notes:<br />
🔗 <a href="https://www.zabbix.com/rn/rn7.0.23">https://www.zabbix.com/rn/rn7.0.23</a></p>

<p><strong>Get the new version</strong><br />
The new version of RouterApp is available for download now.<br />
<a href="http://​​​​​​​https://icr.advantech.com/products/software/user-modules?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=zabbix-agent-version-7-0-23-released#zabbix-agent">https://icr.advantech.com/products/software/user-modules#zabbix-agent</a></p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/zabbix-agent-version-7-0-23-released-2" title="Zabbix Agent Version 7.0.23 Released!">Zabbix Agent Version 7.0.23 Released!</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/routerapp" title="RouterApp">RouterApp</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/router-app" rel="tag" title="Router App">Router App</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 13 May 2026 09:29:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[RouterApp]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/zabbix-agent-version-7-0-23-released-2</guid>
	</item>
<item>
	<title><![CDATA[ICR-OS 6.6.1 Firmware Release]]></title>
	<link>https://icr.advantech.com/blog/detail/icr-os-6-6-1-firmware-release?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=icr-os-6-6-1-firmware-release</link>
	<description>
		<![CDATA[
			<p><!--cke_bookmark_136S--><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/FW_6_6_1_Banner_1200x628(6).png" /><!--cke_bookmark_132E--></p>

<p>The latest ICR-OS release is here. Version 6.6.1 brings a focused set of stability fixes and incremental enhancements to Advantech cellular routers. As with all new releases, routers leaving our production line will come pre-installed with this firmware.</p>

<h5><strong>What Changed?</strong></h5>

<p>1. <strong>VXLAN Tunnel Support Introduced</strong>:&nbsp;Create isolated Layer 2 networks that span multiple sites using VXLAN tunnels. This enables seamless connectivity between geographically distributed offices or data centers, allowing devices on separate physical networks to communicate as if they were on the same local network.</p>

<p>2. <strong>Dynamic DNS Functionality Extended</strong>:&nbsp;Added support for RFC 2136 DDNS and HTTPS transport to the Dynamic DNS. RFC 2136 enables secure, standards-compliant DNS record updates directly from the device, while HTTPS transport ensures these updates are encrypted in transit.</p>

<p>3. <strong>LLDP Service Implemented</strong>:&nbsp;Automatically discover neighboring network devices with the new Link-Layer Discovery Protocol service. LLDP makes it easier to map and document your network topology, speeds up troubleshooting by identifying connected devices and their capabilities, and improves interoperability with switches, routers, and other infrastructure from any vendor.</p>

<p>4.&nbsp;<strong>Web Administration User Experience Improved:&nbsp;</strong>Moved Factory Reset to its own page, widened firewall address fields for full IPv4/IPv6 display, added WAN IP and IPv6 addresses for backup routes&nbsp;and moved the Connections list link to the main menu.</p>

<p>5.&nbsp;<strong>IPsec Tunnel Configuration and Stability Updated:&nbsp;</strong>Modified Key Lifetime to strictly control rekeying and IKE Lifetime to strictly control reauthentication, and resolved a stability issue with IPsec tunnels using multiple subnets when Separate Child SA for Each Subnet is enabled.</p>

<p>6.&nbsp;<strong>GNSS SNMP Reporting</strong>: Fixed an issue with GNSS data not reporting correctly via SNMP.</p>

<p>7.&nbsp;<strong>MBIM on ICR-4261</strong>: Fixed MBIM communication failure with the RM520N-GL module.</p>

<h5><strong>More Details?</strong></h5>

<p>For a full breakdown of the advancements and changes in this release, we encourage you to review the official <strong><a href="https://icr.advantech.com/docs/firmware/6.6.1/release-notes.html">Release Notes</a></strong>.</p>

<h5><strong>Ready to update?</strong></h5>

<p>The firmware is available on the <strong><a href="https://icr.advantech.com/docs/firmware/6.6.1/download.html">Firmware</a></strong>&nbsp;page, or can be downloaded directly to the router from Advantech's public server.</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/icr-os-6-6-1-firmware-release" title="ICR-OS 6.6.1 Firmware Release">ICR-OS 6.6.1 Firmware Release</a> written by Miloslav Bien in <a href="https://icr.advantech.com/blog/category/documentation" title="Firmware">Firmware</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/security" rel="tag" title="Security">Security</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Mon, 04 May 2026 08:00:00 +0200</pubDate>
	<author><![CDATA[miloslav-bien-example.com-miloslav-bien@example.com (miloslav-bien@example.com (Miloslav Bien))]]></author>
	<category><![CDATA[Firmware]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/icr-os-6-6-1-firmware-release</guid>
	</item>
<item>
	<title><![CDATA[📹 High-Quality IP Surveillance with 5G – Even on Remote Construction Sites]]></title>
	<link>https://icr.advantech.com/blog/detail/high-quality-ip-surveillance-with-5g-even-on-remote-construction-sites?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=high-quality-ip-surveillance-with-5g-even-on-remote-construction-sites</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/CS_High_Quality_IP_Surveillance_Banner_1200x628.png" /></p>

<p>Managing site security across large, remote areas is tough — especially when real-time video streaming is critical for incident response and theft prevention.</p>

<p>With the <a href="https://icr.advantech.com/model-selection/router-models/detail/icr-1745"><strong>ICR-1745</strong></a> 5G NR Gateway and WebAccess/DMP, construction sites can transmit HD or 4K video from multiple IP cameras reliably and securely. Low latency, high uplink speeds, VPN support, and automatic recovery ensure uninterrupted monitoring — even in harsh environments.</p>

<p>🔒 Secure communication<br />
📡 Stable real-time video transmission<br />
☁️ Centralized device management via <a href="https://wadmp.advantech.com/"><strong>WebAccess/DMP</strong></a></p>

<p>👉 Learn more: <strong><a href="https://www.advantech.com/en/resources/case-study/high-quality-ip-surveillance">https://www.advantech.com/en/resources/case-study/high-quality-ip-surveillance</a></strong></p>

<p>#5G #IPSecurity #Surveillance #IndustrialIoT #RemoteMonitoring #EdgeConnectivity #ICR1745 #Advantech #WebAccessDMP #ConstructionTech</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/high-quality-ip-surveillance-with-5g-even-on-remote-construction-sites" title="📹 High-Quality IP Surveillance with 5G – Even on Remote Construction Sites">📹 High-Quality IP Surveillance with 5G – Even on Remote Construction Sites</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/casestudy" title="Case Study">Case Study</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/case-study" rel="tag" title="Case Study">Case Study</a>, <a href="https://icr.advantech.com/tags/detail/icr-1745" rel="tag" title="ICR-1745">ICR-1745</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Thu, 30 Apr 2026 10:58:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Case Study]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/high-quality-ip-surveillance-with-5g-even-on-remote-construction-sites</guid>
	</item>
<item>
	<title><![CDATA[🗺️ Ever wondered where your routers really are?]]></title>
	<link>https://icr.advantech.com/blog/detail/ever-wondered-where-your-routers-really-are?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=ever-wondered-where-your-routers-really-are</link>
	<description>
		<![CDATA[
			<p><a href="http://wadmp.advantech.com/6-wadmp-display-router-position-on-map/?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=ever-wondered-where-your-routers-really-are"><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/WADMP_Banner_1200x628(1).png" /></a></p>

<p>Like everybody, you probably wondered how to display Router Position on the map in <a href="https://wadmp.advantech.com/"><strong>WebAccess/DMP</strong></a> and we are happy to announce that you can watch a video explaining this functionality right now!</p>

<p>Learn how to easily display your router's position on the map using <a href="https://wadmp.advantech.com/"><strong>WebAccess/DMP</strong></a> — our central device management platform.</p>

<p>You can watch it on:</p>

<p>🔹 <a href="https://wadmp.advantech.com/6-wadmp-display-router-position-on-map/"><strong>WebAccess/DMP portal</strong></a><br />
🔹 <strong><a href="https://www.youtube.com/watch?v=67Zb-umqOrI">YouTube channel</a></strong></p>

<p>&nbsp;</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/ever-wondered-where-your-routers-really-are" title="🗺️ Ever wondered where your routers really are?">🗺️ Ever wondered where your routers really are?</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/webaccessdmp" title="WebAccessDMP">WebAccessDMP</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/dmp" rel="tag" title="DMP">DMP</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 14 Apr 2026 08:41:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[WebAccessDMP]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/ever-wondered-where-your-routers-really-are</guid>
	</item>
<item>
	<title><![CDATA[ICR-1745 – See it in action! 🎥]]></title>
	<link>https://icr.advantech.com/blog/detail/icr-1745-see-it-in-action?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=icr-1745-see-it-in-action</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/ICR-1700_Banner_1200x628.png" /></p>

<p>We launched the <strong><a href="https://icr.advantech.com/model-selection/router-models/detail/icr-1745">ICR-1745</a></strong>&nbsp;a few weeks back - and we wanted to remind you a video we created to show you what this <strong>5G NR industrial gateway</strong> is all about.</p>

<p><strong>What you'll see in the video:</strong><br />
•Hardware overview<br />
•Software side – ICR-OS, <strong><a href="https://wadmp.advantech.com/">WebAccess/DMP</a></strong><br />
•Typical applications and use cases</p>

<p>Check out the original launch announcement here:<br />
🔗 <strong><a href="https://icr.advantech.com/blog/detail/icr-1745-5g-nr-industrial-connectivity-gateway">https://icr.advantech.com/blog/detail/icr-1745-5g-nr-industrial-connectivity-gateway</a></strong></p>

<p>And watch the full video introduction here:<br />
🎥 <a href="https://icr.advantech.com/icr-1700-video"><strong>https://icr.advantech.com/icr-1700-video</strong></a></p>

<p>See what the <strong>ICR-1745</strong> can do!&nbsp;</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/icr-1745-see-it-in-action" title="ICR-1745 – See it in action! 🎥">ICR-1745 – See it in action! 🎥</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/product" title="Product">Product</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/icr-1745" rel="tag" title="ICR-1745">ICR-1745</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 08 Apr 2026 08:42:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Product]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/icr-1745-see-it-in-action</guid>
	</item>
<item>
	<title><![CDATA[⚡ Transforming Energy Distribution Connectivity]]></title>
	<link>https://icr.advantech.com/blog/detail/transforming-energy-distribution-connectivity?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=transforming-energy-distribution-connectivity</link>
	<description>
		<![CDATA[
			<p><a href="https://icr.advantech.com/solutions/connectivity-for-energy-distribution"><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/CS_Connectivity_for_Energy_Distribution_Banner_1200x628.png" /></a></p>

<p>Legacy serial networks can’t keep up with modern grid demands. That’s why we powered a European energy distributor’s rollout with <a href="https://icr.advantech.com/model-selection/router-models/detail/icr-2431"><strong>ICR-2431</strong></a> routers and <strong><a href="https://wadmp.advantech.com/">WebAccess/DMP</a></strong>.</p>

<p>🛡️ Secure IPsec tunnels, certificate management, private APNs<br />
🔄 Built-in conversion from IEC 60870-5-101 to 104<br />
📡 Centralized deployment, remote diagnostics and&nbsp;REST API with <strong>WebAccess/DMP</strong></p>

<p>👉 Read the full case study and see how the network went from brittle to future-ready: <strong><a href="https://icr.advantech.com/solutions/connectivity-for-energy-distribution">Connectivity for Energy Distribution</a></strong></p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/transforming-energy-distribution-connectivity" title="⚡ Transforming Energy Distribution Connectivity">⚡ Transforming Energy Distribution Connectivity</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/casestudy" title="Case Study">Case Study</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/icr-2431" rel="tag" title="ICR-2431">ICR-2431</a>, <a href="https://icr.advantech.com/tags/detail/case-study" rel="tag" title="Case Study">Case Study</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 01 Apr 2026 06:41:00 +0200</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Case Study]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/transforming-energy-distribution-connectivity</guid>
	</item>
<item>
	<title><![CDATA[Video introduction of the new 3.4.0 version is up!]]></title>
	<link>https://icr.advantech.com/blog/detail/video-introduction-of-the-new-3-4-0-version-is-up?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=video-introduction-of-the-new-3-4-0-version-is-up</link>
	<description>
		<![CDATA[
			<p><a href="https://wadmp.advantech.com/6-5-wadmp-update-3-4-0/"><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/WADMP_Banner_1200x628.png" /></a></p>

<p>We're excited to share a video overview of <a href="https://wadmp.advantech.com/"><strong>WebAccess/DMP</strong></a> 3.4.0 a release focused on making device management at scale even easier, more secure, and more operationally transparent.</p>

<p>This update brings Role-Based Access Control (RBAC) for more granular permissions, Service Accounts as dedicated API-only users for cleaner automation, and command history in the UI to simplify troubleshooting. We've also made it possible to move devices between companies without losing configuration history, introduced Company Contacts to separate notification recipients from user accounts, and added several quality-of-life improvements to streamline daily workflows.</p>

<p>It's a step forward in control, clarity, and operational maturity.</p>

<p>&nbsp;</p>

<p>👇 Watch the video to see what's new&nbsp;</p>

<p>on&nbsp;<strong> <a href="https://wadmp.advantech.com/6-5-wadmp-update-3-4-0/">WebAccess/DMP Microsite</a>&nbsp;</strong>or on <a href="https://www.youtube.com/watch?v=3aEz--7dlEs"><strong>Youtube</strong></a></p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/video-introduction-of-the-new-3-4-0-version-is-up" title="Video introduction of the new 3.4.0 version is up!">Video introduction of the new 3.4.0 version is up!</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/webaccessdmp" title="WebAccessDMP">WebAccessDMP</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/dmp" rel="tag" title="DMP">DMP</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 25 Mar 2026 09:53:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[WebAccessDMP]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/video-introduction-of-the-new-3-4-0-version-is-up</guid>
	</item>
<item>
	<title><![CDATA[Webinar: Secure Connectivity for Smarter and Safer Operations!]]></title>
	<link>https://icr.advantech.com/blog/detail/webinar-secure-connectivity-for-smarter-and-safer-operations?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=webinar-secure-connectivity-for-smarter-and-safer-operations</link>
	<description>
		<![CDATA[
			<p><a href="https://us02web.zoom.us/webinar/register/2017719262446/WN_CeD64McNQOC7i_kLtqGcGg#/registration"><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/Banner_router.jpg" /></a></p>

<p>In this webinar, you’ll learn how secure and robust industrial 5G connectivity can help your business unlock data value and improve operations.</p>

<p>In today’s increasingly connected world, remote industrial islands are being brought together. Once air-gapped, these environments are now pooling and concentrating valuable operational data to drive greater efficiency and deeper insight. Secure connectivity sits at the very core of this transformation.</p>

<p><strong>We’ll cover:</strong></p>

<div>- Secure and robust connectivity.</div>

<div>- Mining data gold from remote locations.</div>

<div>- Operational efficiency, predictive maintenance and streamlined operations</div>

<div>&nbsp;</div>

<div>📅 26 March, 2026</div>

<div>🕙 10:30-11:00am CET</div>

<div>&nbsp;</div>

<div><strong>🎤 Presenter:</strong></div>

<div>- Stephen Mooney, Product Sales Manager, Advantech Europe</div>

<p>You can also find the previous on-demand and register to upcoming webinar in 2026 by following this link: <strong><a href="https://us02web.zoom.us/webinar/register/2017719262446/WN_CeD64McNQOC7i_kLtqGcGg#/registration">https://us02web.zoom.us/webinar/register/2017719262446/WN_CeD64McNQOC7i_kLtqGcGg#/registration</a></strong></p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/webinar-secure-connectivity-for-smarter-and-safer-operations" title="Webinar: Secure Connectivity for Smarter and Safer Operations!">Webinar: Secure Connectivity for Smarter and Safer Operations!</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/announcement" title="Announcement">Announcement</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/connectivity" rel="tag" title="Connectivity">Connectivity</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Mon, 23 Mar 2026 11:22:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Announcement]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/webinar-secure-connectivity-for-smarter-and-safer-operations</guid>
	</item>
<item>
	<title><![CDATA[ICR-1745: 5G NR Industrial Connectivity Gateway]]></title>
	<link>https://icr.advantech.com/blog/detail/icr-1745-5g-nr-industrial-connectivity-gateway?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=icr-1745-5g-nr-industrial-connectivity-gateway</link>
	<description>
		<![CDATA[
			<p><!--cke_bookmark_351S--><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/files/ICR-1745_Banner_820x460.png" style="float:left" /><!--cke_bookmark_351E--></p>

<p><strong><a href="https://icr.advantech.com/model-selection/router-models/detail/icr-1745">ICR-1745</a></strong> introduces reliable 5G NR connectivity for real-time, mission-critical industrial deployments.</p>

<p>Designed to connect IP devices and legacy serial buses directly to 5G networks, the <strong><a href="https://icr.advantech.com/model-selection/router-models/detail/icr-1745">ICR-1745</a></strong> delivers ultra-low latency, high reliability, and long-term flexibility for modern industrial M2M and IoT use cases.</p>

<p><strong>Key highlights:</strong><br />
✅ 5G NR for low-latency, real-time communication<br />
✅ 5× Gigabit Ethernet + DI/DO + RS232 & RS485<br />
✅ Secure VPN tunneling with multiple protocols<br />
✅ Built-in diagnostics, watchdog, and auto-recovery<br />
✅ Open Linux platform (ICR-OS) for custom apps in C/C++ or scripts<br />
✅ <strong><a href="https://wadmp.advantech.com/">WebAccess/DMP</a></strong> for secure cloud-based provisioning and fleet management</p>

<p>A compact, cost-effective gateway engineered for scalable industrial deployments - from environmental monitoring to smart vending and surveillance.</p>

<p>See the <strong><a href="https://icr.advantech.com/icr-1700-video">ICR-1700 Introduction video</a></strong></p>

<p>&nbsp;</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/icr-1745-5g-nr-industrial-connectivity-gateway" title="ICR-1745: 5G NR Industrial Connectivity Gateway">ICR-1745: 5G NR Industrial Connectivity Gateway</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/product" title="Product">Product</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/product-release" rel="tag" title="Product Release">Product Release</a>, <a href="https://icr.advantech.com/tags/detail/icr-1745" rel="tag" title="ICR-1745">ICR-1745</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Mon, 16 Mar 2026 09:00:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Product]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/icr-1745-5g-nr-industrial-connectivity-gateway</guid>
	</item>
<item>
	<title><![CDATA[Stay in Control of Updates: Our RSS Guide Is Here]]></title>
	<link>https://icr.advantech.com/blog/detail/stay-in-control-of-updates-our-rss-guide-is-here?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=stay-in-control-of-updates-our-rss-guide-is-here</link>
	<description>
		<![CDATA[
			<section>
<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/rss_blog.png" /></p>

<p>Not everyone wants another newsletter in their inbox or another notification on their phone. If you prefer a cleaner, more controlled way to follow updates, <strong>RSS </strong>is still one of the most efficient tools available.</p>

<p>That’s why we’ve created a dedicated guide explaining how to subscribe to our updates via RSS and what options you have across different platforms and tools.</p>

<p>On the new page, you’ll find:</p>

<ul>
	<li>A clear explanation of what RSS is (and why it’s still relevant)</li>
	<li>Direct access to our RSS feed</li>
	<li>Practical tips on how to use RSS readers across devices</li>
	<li>Guidance for integrating RSS into tools like Microsoft Teams or other workflow platforms</li>
</ul>

<p>If you want updates on your terms — without algorithms, without noise — RSS is the way to go.</p>

<p>👉 <strong><a href="https://icr.advantech.com/rss-guide" rel="noopener" target="_blank"> Explore the full guide here </a></strong></p>
</section>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/stay-in-control-of-updates-our-rss-guide-is-here" title="Stay in Control of Updates: Our RSS Guide Is Here">Stay in Control of Updates: Our RSS Guide Is Here</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/firmware" title="Other">Other</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 10 Mar 2026 07:00:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Other]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/stay-in-control-of-updates-our-rss-guide-is-here</guid>
	</item>
<item>
	<title><![CDATA[5G Network Slicing with Advantech Routers]]></title>
	<link>https://icr.advantech.com/blog/detail/5g-network-slicing-with-advantech-routers?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=5g-network-slicing-with-advantech-routers</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/5g.png" />The physical 5G SA network infrastructure can be divided into several independent virtual networks called network slices. The slices can be dedicated to a single customer or optimized for different use cases, such as real-time machine control, high-quality video transmission, or connecting large numbers of simple sensors.</p>

<p>The APN<sup><a href="#apn_explain" id="explain">[1]</a></sup> helps the mobile network decide which slice to use. The SIM card specifies which slices a device is allowed to use, and the user selects an APN. When the device connects to the mobile network, the network determines which permitted slices are available at the current location and routes the traffic through a PDU session associated with the selected slice.</p>

<p>Multiple approaches can be used depending on customer needs. However, at the moment, Advantech routers can connect via one APN at a time (Single Slice option).</p>

<h3>Single Slice</h3>

<p>A single APN can be used on our 5G routers now, with the mobile network assigning the traffic to a specific slice. Each device can be configured to use a different slice. But just one slice at a time.</p>

<div>
<p style="text-align:center"><img alt="" height="297" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/5g_slicing_single.png" width="400" /></p>
</div>

<div>
<p>Technically, the device gets assigned a single IP address.</p>

<div class="Code">~ # gsmat <b>'AT+CGDCONT?'</b></div>

<div class="Code"><span style="background:#d0cece">+CGDCONT: 1,"IPV4V6","APN1","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0,,,,,,,,,"",,,,0</span></div>

<div class="Code">+CGDCONT: 2,"IPV4V6","ims","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0,,,,,,,,,"",,,,0</div>

<div class="Code">+CGDCONT: 3,"IPV4V6","sos","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,1,,,,,,,,,"",,,,0</div>

<div class="Code" style="margin-top: 6pt;">~ # gsmat <b>'AT+CGACT?'</b></div>

<div class="Code"><span style="background:#d0cece">+CGACT: 1,1</span></div>

<div class="Code">+CGACT: 2,1</div>

<div class="Code">+CGACT: 3,0</div>

<div class="Code" style="margin-top: 6pt;">~ # gsmat<b> 'AT+CGPADDR'</b></div>

<div class="Code"><span style="background:#d0cece">+CGPADDR: 1,"10.96.0.86"</span></div>

<div class="Code">+CGPADDR: 2,"192.168.4.2","32.1.4.104.48.0.0.1.32.1.4.104.48.0.0.1"</div>

<div class="Code">+CGPADDR: 3,"0.0.0.0","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0"</div>

<div class="Code">&nbsp;</div>

<div class="Code">Single slice option is already available for&nbsp;ICR-4400, ICR-4100, ICR-4200, and ICR-2400 RedCap series.</div>

<h3>Multiple Slices</h3>

<p>Devices can connect to multiple APNs in parallel, with each APN mapped to a different network slice. This allows router services and physical or virtual interfaces to be assigned to selected APNs/slices, enabling controlled separation of application traffic and connectivity paths. For example, management traffic can be routed via one slice, while machine control or sensor data uses another slice.&nbsp;Technically, the device gets assigned multiple IP addresses, which enables the device to route traffic from various VLANs to different network slices.</p>

<p style="text-align:center"><img alt="" height="364" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/5g_slicing_multiple.png" width="400" /></p>

<p>~ # gsmat '<b>AT+CGDCONT?</b>’</p>

<div class="Code"><span style="background:#f7caac">+CGDCONT: 1,"IPV4V6","APN1","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0,,,,,,,,,"",,,,0</span></div>

<div class="Code">+CGDCONT: 2,"IPV4V6","ims","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0,,,,,,,,,"",,,,0</div>

<div class="Code">+CGDCONT: 3,"IPV4V6","sos","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,1,,,,,,,,,"",,,,0</div>

<div class="Code"><span style="background:#c5e0b3">+CGDCONT: 4,"IPV4V6","APN2","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0,,,,,,,,,"",,,,0</span></div>

<div class="Code"><span style="background:#fda1f4">+CGDCONT: 5,"IPV4V6","APN3","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0,,,,,,,,,"",,,,0</span></div>

<div class="Code" style="margin-top: 6pt;">~ # gsmat ‘<b>AT+CGACT?</b>’</div>

<div class="Code"><span style="background:#f7caac">+CGACT: 1,1</span></div>

<div class="Code">+CGACT: 2,1</div>

<div class="Code">+CGACT: 3,0</div>

<div class="Code"><span style="background:#c5e0b3">+CGACT: 4,1</span></div>

<div class="Code"><span style="background:#fda1f4">+CGACT: 5,1</span></div>

<div class="Code" style="margin-top: 6pt;">~ # gsmat ‘<b>AT+CGPADDR</b>'</div>

<div class="Code"><span style="background:#f7caac">+CGPADDR: 1,"10.96.0.86","252.0.0.0.0.0.86.0.252.0.0.0.0.0.86.0"</span></div>

<div class="Code">+CGPADDR: 2,"192.168.4.2","32.1.4.104.48.0.0.1.32.1.4.104.48.0.0.1"</div>

<div class="Code">+CGPADDR: 3,"0.0.0.0","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0"</div>

<div class="Code"><span style="background:#c5e0b3">+CGPADDR: 4,"10.96.6.86","252.0.0.0.0.6.86.0.252.0.0.0.0.6.86.0"</span></div>

<div class="Code"><span style="background:#fda1f4">+CGPADDR: 5,"10.96.7.86","252.0.0.0.0.7.86.0.252.0.0.0.0.7.86.0"</span></div>

<p style="padding-top:10px">Multiple Slice capability is not currently supported by Advantech routers but is to be applied across the current Advantech portfolio of 5G and 5G RedCap routers (ICR-4400, ICR-4100, ICR-4200, and ICR-2400 RedCap series) during 2026 via firmware update with no any additional hardware changes required.</p>

<p>Stay tuned to our news for updates on upcoming firmware releases.</p>

<hr />
<p id="apn_explain">[1] Although in 5G SA the APN is technically a DNN (Data Network Name), we retain the APN terminology as it is commonly used in practice. <a href="#explain">↩ Back to text</a></p>
</div>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/5g-network-slicing-with-advantech-routers" title="5G Network Slicing with Advantech Routers">5G Network Slicing with Advantech Routers</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/announcement" title="Announcement">Announcement</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/development" rel="tag" title="Development">Development</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 03 Mar 2026 08:00:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Announcement]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/5g-network-slicing-with-advantech-routers</guid>
	</item>
<item>
	<title><![CDATA[WebAccess/DMP 3.4.0: More Control, Better Visibility, Cleaner Operations]]></title>
	<link>https://icr.advantech.com/blog/detail/webaccess-dmp-3-4-0-more-control-better-visibility-cleaner-operations?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=webaccess-dmp-3-4-0-more-control-better-visibility-cleaner-operations</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/WADMP_3_4_0_820x460.png" /></p>

<p>Version <strong>3.4.0</strong> focuses on making <a href="https://wadmp.advantech.com/"><strong>WebAccess/DMP</strong></a> easier to manage at scale, with stronger access control, better operational transparency, and cleaner workflows for both people and automation. Developed by Advantech, this release continues to move the platform toward more robust operation.</p>

<p>A major step forward is the introduction of <strong>Role-Based Access Control (RBAC)</strong>, which simplifies how permissions are managed while also enabling more granular access rules where needed. This helps reduce over-privileged accounts and makes responsibility boundaries clearer across teams and companies.</p>

<p>Operational visibility has also improved with <strong>command history directly in the UI</strong>, making it easier to track what was scheduled on devices, what succeeded, and why something failed when synchronization doesn’t go as planned. This extends much-needed transparency to day-to-day device management and troubleshooting.</p>

<p>For automation and integrations, <strong>Service Accounts</strong> are now a dedicated, API-only user type, providing a cleaner and more secure separation between human users and scripts. This establishes a clearer long-term model for integrations and automated workflows and prepares the ground for tightening script access in future releases.</p>

<p>Managing larger or changing organizations is now even easier thanks to the ability to <strong>move devices between companies</strong> while preserving their monitoring history and desired configuration. At the same time,<strong> Company Contacts</strong> introduce a more flexible way to handle notifications by separating security, billing, and operations recipients from user accounts instead of tying everything to admin users.</p>

<p>Finally, several quality-of-life improvements - such as clearer indicators for unsupported or outdated application versions and smoother navigation in paginated tables - round out a release focused on <strong>control, clarity, and operational maturity</strong>.</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/webaccess-dmp-3-4-0-more-control-better-visibility-cleaner-operations" title="WebAccess/DMP 3.4.0: More Control, Better Visibility, Cleaner Operations">WebAccess/DMP 3.4.0: More Control, Better Visibility, Cleaner Operations</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/webaccessdmp" title="WebAccessDMP">WebAccessDMP</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/dmp" rel="tag" title="DMP">DMP</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Thu, 26 Feb 2026 11:08:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[WebAccessDMP]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/webaccess-dmp-3-4-0-more-control-better-visibility-cleaner-operations</guid>
	</item>
<item>
	<title><![CDATA[Expanding Our WebAccess/DMP Training Video Series]]></title>
	<link>https://icr.advantech.com/blog/detail/expanding-our-webaccess-dmp-training-video-series?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=expanding-our-webaccess-dmp-training-video-series</link>
	<description>
		<![CDATA[
			<p style="text-align:center"><a href="https://wadmp.advantech.com/6-wadmp-display-router-position-on-map/" target="_blank"><img alt="Video tutorials" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/video_tutorials(2).png" style="width: 70%; height: auto;" /> </a></p>

<p>We’ve just published our 6th training video, titled “<a href="https://wadmp.advantech.com/6-wadmp-display-router-position-on-map/"><strong>Display Router Position on Map</strong></a>”</p>

<p>With this release, there are now 6 training videos available, covering the basics of working with the system. The first five focus on core topics, and this latest one expands the series with a practical, real-world use case.</p>

<p>Think of these first 6 videos as a foundation -&nbsp;whether you’re new to <strong><a href="https://wadmp.advantech.com/">WebAccess/DMP</a></strong> or just need a quick refresher.</p>

<p>After a short pause in production, we’re getting back to creating new training content. New videos are already in production and will be added step by step, so you can look forward to more practical guides and examples.</p>

<p><br />
<strong>You can find the existing training videos here:</strong></p>

<p>🔹 <strong><a href="http://wadmp.advantech.com/wadmp_video_tutorials/?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=expanding-our-webaccess-dmp-training-video-series">WebAccess/DMP portal</a></strong><br />
🔹 <strong><a href="https://www.youtube.com/playlist?list=PLfSyeb6482zj2Dwqlz_3M55DWbr4CY10Y">YouTube channel</a></strong><br />
&nbsp;</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/expanding-our-webaccess-dmp-training-video-series" title="Expanding Our WebAccess/DMP Training Video Series">Expanding Our WebAccess/DMP Training Video Series</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/webaccessdmp" title="WebAccessDMP">WebAccessDMP</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/dmp" rel="tag" title="DMP">DMP</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 10 Feb 2026 12:30:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[WebAccessDMP]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/expanding-our-webaccess-dmp-training-video-series</guid>
	</item>
<item>
	<title><![CDATA[Meet EdgeLink running on the ICR-3241-EL industrial cellular router]]></title>
	<link>https://icr.advantech.com/blog/detail/meet-edgelink-running-on-the-icr-3241-el-industrial-cellular-router?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=meet-edgelink-running-on-the-icr-3241-el-industrial-cellular-router</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/ICR-3241_EdgeLink_820x460_banner.png" /></p>

<p>Are you looking to seamlessly connect your industrial devices, PLCs, and machines to SCADA, MES, cloud platforms, or databases&nbsp;-even in remote or challenging environments?</p>

<p>Introducing <a href="https://icr.advantech.com/model-selection/router-models/detail/icr-3241"><strong>ICR-3241-EL</strong></a>,&nbsp;designed specifically for the North American market. This proven combination automates data transmission, bridges multiple industrial protocols, and ensures secure, reliable communication across your operation - wherever you deploy it.</p>

<h3>Key Features:</h3>

<p><strong>Multi-Protocol Conversion:</strong><br />
Effortlessly convert and bridge protocols such as OPC UA, Modbus, BACnet, IEC-61850, CANbus, and more, enabling interoperability between diverse industrial devices and systems.</p>

<p><strong>Cellular Connectivity & Data Acquisition:</strong><br />
The ICR-3241-EL delivers LTE Cat.4 performance (up to 150 Mbps down / 50 Mbps up), and a rugged industrial design. It supports over 200 PLC and I/O drivers, standard protocol drivers, and custom user-defined tags—ensuring reliable, always-on connectivity in demanding environments across North America.</p>

<p><strong>Cloud & Database Integration:</strong><br />
Connect edge devices directly to leading cloud platforms such as Azure, AWS, Cumulocity IoT, and MindSphere, as well as to databases, enabling real-time analytics and monitoring without additional gateways.</p>

<p><strong>Data Logging & Processing:</strong><br />
Import tags, log time-stamped data, and trigger alarms for abnormal conditions via SMS or email—without manual scripting or configuration overhead.</p>

<p><strong>Security First:</strong><br />
Protect your data with whitelisting, SSL encryption, authenticated data handling, and OpenVPN support—maintaining secure communication even over public cellular networks.</p>

<p><strong>OpenAPI Support:</strong><br />
Enable programmatic access and straightforward integration with your existing software applications and workflows.</p>

<h3>Why EdgeLink with ICR-3241-EL?</h3>

<p>Simplifies industrial automation and IIoT deployments at the edge, including remote and hard-to-reach locations</p>

<p>Improves interoperability and scalability through broad protocol support and reliable cellular connectivity</p>

<p>Reduces integration complexity and total cost by combining protocol conversion, edge data processing, and secure networking in a single device</p>

<h3>🔗 Ready to unlock the full potential of your industrial network?</h3>

<p>Discover how EdgeLink with <a href="https://icr.advantech.com/model-selection/router-models/detail/icr-3241"><strong>ICR-3241-EL</strong></a> helps streamline data flow and accelerate IIoT deployments across North America.</p>

<p>#IIoT #EdgeComputing #ProtocolConversion #IndustrialRouter #EdgeLink #ICR3241 #NAM #SmartFactory #Advantech</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/meet-edgelink-running-on-the-icr-3241-el-industrial-cellular-router" title="Meet EdgeLink running on the ICR-3241-EL industrial cellular router">Meet EdgeLink running on the ICR-3241-EL industrial cellular router</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/product" title="Product">Product</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/icr-3241" rel="tag" title="ICR-3241">ICR-3241</a>, <a href="https://icr.advantech.com/tags/detail/product-release" rel="tag" title="Product Release">Product Release</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 28 Jan 2026 09:30:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Product]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/meet-edgelink-running-on-the-icr-3241-el-industrial-cellular-router</guid>
	</item>
<item>
	<title><![CDATA[NIS2 Compliance Commitment Update]]></title>
	<link>https://icr.advantech.com/blog/detail/nis2-compliance-commitment-update?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=nis2-compliance-commitment-update</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/files/image(54).png" /></p>

<p>We have updated our NIS2 Compliance Statement to reflect our <strong>current regulatory and security status</strong> under the EU NIS2 Directive.</p>

<p>Our organization falls under <strong>NIS2 in the lower obligations regime</strong>, classified within the manufacturing sector (CZ-NACE 26). We are <strong>registered as a regulated entity in the NÚKIB Portal</strong>, as required by Czech NIS2 implementation.</p>

<p>Cybersecurity governance is <strong>explicitly assigned to executive management</strong>, in line with NIS2 accountability requirements.</p>

<p>We are <strong>certified according to ISO/IEC 27001</strong>, and our Information Security Management System already fulfills applicable NIS2 requirements. NIS2 compliance is therefore part of our operational security framework, not a future commitment.</p>

<p>The updated <a href="https://icr.advantech.com/upload/document/ACZ_NIS2_Statement.pdf"><strong>NIS2 Compliance Statement</strong></a> reflects this status.</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/nis2-compliance-commitment-update" title="NIS2 Compliance Commitment Update">NIS2 Compliance Commitment Update</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/announcement" title="Announcement">Announcement</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/security" rel="tag" title="Security">Security</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 27 Jan 2026 11:40:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Announcement]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/nis2-compliance-commitment-update</guid>
	</item>
<item>
	<title><![CDATA[Secure Connectivity for Gas Distribution Stations]]></title>
	<link>https://icr.advantech.com/blog/detail/secure-connectivity-for-gas-distribution-stations?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=secure-connectivity-for-gas-distribution-stations</link>
	<description>
		<![CDATA[
			<p><a href="https://icr.advantech.com/solutions/secure-connectivity-for-gas-distribution-stations"><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/CS_Secure_Connectivity_for_Gas_Distribution_Banner_1200x628.png" /></a></p>

<p>⛽ <strong>Secure Connectivity for Gas Distribution</strong><br />
Maintaining reliable communication across gas distribution stations is critical - and failures can be costly.</p>

<p>With <strong><a href="https://icrtest.advantech.cz/model-selection/router-models/detail/icr-2834">ICR‑2834</a></strong> LTE routers and <a href="https://wadmp.advantech.com/"><strong>WebAccess/DMP</strong></a>, gas utility operators get secure, redundant connections to PLCs and dataloggers, supporting Modbus RTU/TCP. Fully cross-linked topology ensures continuous operation, while centralized management makes monitoring and updates easy.</p>

<p>💡 Protect infrastructure, reduce downtime, and scale your network efficiently.</p>

<p>👉 Learn more: <strong><a href="https://icr.advantech.com/solutions/secure-connectivity-for-gas-distribution-stations">https://icr.advantech.com/solutions/secure-connectivity-for-gas-distribution-stations</a></strong></p>

<p>#IndustrialIoT #GasDistribution #SecureConnectivity #LTE #ICR2834 #WebAccessDMP #SCADA #RedundantNetwork #Advantech</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/secure-connectivity-for-gas-distribution-stations" title="Secure Connectivity for Gas Distribution Stations">Secure Connectivity for Gas Distribution Stations</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/casestudy" title="Case Study">Case Study</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/icr-2834" rel="tag" title="ICR-2834">ICR-2834</a>, <a href="https://icr.advantech.com/tags/detail/case-study" rel="tag" title="Case Study">Case Study</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Fri, 16 Jan 2026 08:09:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Case Study]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/secure-connectivity-for-gas-distribution-stations</guid>
	</item>
<item>
	<title><![CDATA[ICR-OS 6.6.0 Firmware Release]]></title>
	<link>https://icr.advantech.com/blog/detail/icr-os-6-6-0-firmware-release?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=icr-os-6-6-0-firmware-release</link>
	<description>
		<![CDATA[
			<p><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/FW_6_6_0_Banner_1200x628.png" />Advantech is excited to announce the latest version of ICR-OS, the proprietary firmware for our cellular routers. This major release brings a range of new features and improvements aimed at enhancing both the functionality and security of our routers.</p>

<h3>Detailed Changelog</h3>

<p>For a full breakdown of the advancements and changes in this release, we encourage you to review the official <strong><a href="https://icr.advantech.com/docs/firmware/6.6.0/release-notes.html">Release Notes</a></strong>.</p>

<h3>Major Enhancements</h3>

<p>1.&nbsp;<strong>ETH0 Configuration Expanded</strong>:&nbsp;Extended configuration options for the switched ETH0 port on ICR-25xx/26xx and ICR-44xx. Switched routers now support per-port enable control, individual Media Type selection, and VLAN Filtering for restricting traffic to specific VLANs.</p>

<p>2.&nbsp;<strong>Quick Setup Workflow Introduced</strong>:&nbsp;A Quick Setup page is now shown after first login to guide users through initial&nbsp;configuration.</p>

<p>3. <strong>Main Menu Consolidated</strong>:&nbsp;Various main menu items have been consolidated. Most notably the <em>Peripheral Ports</em> configuration, central <em>System</em> settings, and <em>Manage</em> <em>SIM</em> commands have been moved inder a single menu item.</p>

<p>4.&nbsp;<strong>Router App Features Integrated</strong>:&nbsp;Functionality from several Router Apps has been integrated into the firmware:</p>

<ul>
	<li>GPS: Geolocation and GNSS are now built into the firmware, including SNMP reporting and a new GNSS Configuration page.</li>
	<li>Event Notificator: A new Events Configuration page centralizes event-driven actions.</li>
	<li>Daily Reboot: Reboot Schedule feature has been added.</li>
	<li>IO Control and USR LED Management: Digital input events can trigger SMS actions, with variable support and an Inputs/Outputs Configuration page.</li>
	<li>PLMN Whitelist: Mobile WAN Operator selection now directly supports PLMN whitelisting.</li>
</ul>

<p>5.&nbsp;<strong>WiFi Country Selection Structure Changed</strong>:&nbsp;WiFi Country selection is now managed on a dedicated page with a single setting for all WiFi APs and STAs. After changing the country, users should review HW Mode, Bandwidth, and Channel, as some options may be disabled. During upgrade, differing AP and STA country settings are unified, which may require reconfiguring radio parameters. Users should re-apply their WiFi AP settings and verify that WiFi STAs can still connect.</p>

<p>6. <strong>Default Forwarding Rule Revised</strong>:&nbsp;Added <em>Input Interface</em> and <em>Output Interface</em> selection to <em>Firewall Configuration</em>. The default forwarding rule in Firewall Configuration has then been revised to match all traffic with Input Interface in LAN.</p>

<p>7.&nbsp;<strong>IPsec Subnet Capacity Increased</strong>:&nbsp;Several configuration menus were consolidated and refined, including an expanded IPsec Tunnel Configuration that now supports up to 10 subnets with unused entries hidden automatically.</p>

<p>8. <strong>Legacy Configuration Restore Removed</strong>:&nbsp;Support for restoring configuration files from firmware versions older than 6.2.0 has been removed.</p>

<h3>Important Note</h3>

<p>This firmware version is not intended for mass deployment. Given the significant changes introduced in this release, extensive testing is strongly recommended prior to deploying it in a production environment.</p>

<h3>Availability</h3>

<p>The new firmware can be downloaded directly to the router from Advantech's public server, or manually from the <strong><a href="https://icr.advantech.com/docs/firmware/6.6.0/download.html">Firmware</a></strong>&nbsp;page.</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/icr-os-6-6-0-firmware-release" title="ICR-OS 6.6.0 Firmware Release">ICR-OS 6.6.0 Firmware Release</a> written by Jakub Zikuška in <a href="https://icr.advantech.com/blog/category/documentation" title="Firmware">Firmware</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/headline" rel="tag" title="Headline">Headline</a>, <a href="https://icr.advantech.com/tags/detail/security" rel="tag" title="Security">Security</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Mon, 05 Jan 2026 10:10:00 +0100</pubDate>
	<author><![CDATA[jakub-zikuska-example.com-jakub-ziku%C5%A1ka@example.com (jakub-zikuska@example.com (Jakub Zikuška))]]></author>
	<category><![CDATA[Firmware]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/icr-os-6-6-0-firmware-release</guid>
	</item>
<item>
	<title><![CDATA[Remote Access for Maintenance of Industrial Compressors]]></title>
	<link>https://icr.advantech.com/blog/detail/remote-access-for-maintenance-of-industrial-compressors?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=remote-access-for-maintenance-of-industrial-compressors</link>
	<description>
		<![CDATA[
			<p><a href="https://icr.advantech.com/solutions/remote-access-for-maintenance-of-industrial-compressors{C}{C}<!--cke_bookmark_445S-->{C}{C}<!--cke_bookmark_445E-->"><img alt="" src="http://icr.advantech.com/src/Frontend/Files/userfiles/images/CS_Remote_Access_for_Maintenance_of_Industrial_Compressors_Banner_1200x628.png" /></a></p>

<p>🔧 <strong>Remote Maintenance Made Simple</strong></p>

<p>Managing industrial air compressors across Europe and North America can be costly and slow — until you enable secure remote access.</p>

<p>With <a href="https://icr.advantech.com/model-selection/router-models/detail/icr-4271"><strong>ICR‑4271</strong></a>&nbsp;LTE&nbsp;routers and <a href="https://wadmp.advantech.com/"><strong>WebAccess/DMP</strong></a>, technicians can monitor performance, perform diagnostics, and apply predictive maintenance without visiting sites. Zero Touch Deployment ensures quick setup, while secure VPN connections protect your infrastructure.</p>

<p>💡 Reduce downtime, cut costs, and streamline maintenance — globally.</p>

<p>👉 Learn more: <strong><a href="https://icr.advantech.com/solutions/remote-access-for-maintenance-of-industrial-compressors">https://icr.advantech.com/solutions/remote-access-for-maintenance-of-industrial-compressors</a></strong></p>

<p>#IndustrialIoT #RemoteMaintenance #EdgeComputing #LTE #VPN #PredictiveMaintenance #Advantech #WebAccessDMP #ICR4271</p>
<div class="meta">
    <p><a href="https://icr.advantech.com/blog/detail/remote-access-for-maintenance-of-industrial-compressors" title="Remote Access for Maintenance of Industrial Compressors">Remote Access for Maintenance of Industrial Compressors</a> written by Michal Hašek in <a href="https://icr.advantech.com/blog/category/casestudy" title="Case Study">Case Study</a>.</p>
    <p>Tags: <a href="https://icr.advantech.com/tags/detail/icr-4271" rel="tag" title="ICR-4271">ICR-4271</a>, <a href="https://icr.advantech.com/tags/detail/case-study" rel="tag" title="Case Study">Case Study</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 16 Dec 2025 07:04:00 +0100</pubDate>
	<author><![CDATA[michal-hasek-example.com-michal-ha%C5%A1ek@example.com (michal-hasek@example.com (Michal Hašek))]]></author>
	<category><![CDATA[Case Study]]></category>
	<guid isPermaLink="true">https://icr.advantech.com/blog/detail/remote-access-for-maintenance-of-industrial-compressors</guid>
	</item>
</channel>
</rss>
