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

<channel>
	<title>Networking &#8211; David Stein</title>
	<atom:link href="https://davidstein.cz/category/it/networking/feed/" rel="self" type="application/rss+xml" />
	<link>https://davidstein.cz</link>
	<description>IT Specialist, hacker and electronic enthusiast</description>
	<lastBuildDate>Thu, 22 Jan 2026 11:23:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://davidstein.cz/wp-content/uploads/cropped-avatar_60_60-32x32.jpg</url>
	<title>Networking &#8211; David Stein</title>
	<link>https://davidstein.cz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Connecting Offices: A Step-by-Step Guide to MikroTik Site-to-Site WireGuard</title>
		<link>https://davidstein.cz/2026/01/07/connecting-offices-a-step-by-step-guide-to-mikrotik-site-to-site-wireguard/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Wed, 07 Jan 2026 11:12:08 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[connecting]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[offices:]]></category>
		<category><![CDATA[site-to-site]]></category>
		<category><![CDATA[step-by-step]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[wireguard]]></category>
		<guid isPermaLink="false">https://davidstein.cz/?p=5376</guid>

					<description><![CDATA[WireGuard has revolutionized the way we think about VPNs. It’s faster than OpenVPN, leaner than IPsec, and significantly easier to configure. If you are running MikroTik hardware (RouterOS v7+), setting up a secure tunnel between two locations is now a 10-minute task. In this guide, we’ll walk through connecting Site A (Headquarters) to Site B [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>WireGuard has revolutionized the way we think about VPNs. It’s faster than OpenVPN, leaner than IPsec, and significantly easier to configure. If you are running MikroTik hardware (RouterOS v7+), setting up a secure tunnel between two locations is now a 10-minute task. In this guide, we’ll walk through connecting Site A (Headquarters) to Site B (Branch Office).</p>
<p><a href="https://davidstein.cz/2026/01/07/connecting-offices-a-step-by-step-guide-to-mikrotik-site-to-site-wireguard/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mikrotik &#8211; quick OpenVPN setup</title>
		<link>https://davidstein.cz/2025/09/03/mikrotik-quick-openvpn-setup/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Wed, 03 Sep 2025 08:36:33 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[-quick]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[uncategorized]]></category>
		<guid isPermaLink="false">https://davidstein.cz/?p=5349</guid>

					<description><![CDATA[In this post, you will find the basic commands to set up OpenVPN on a Mikrotik router. OVPN &#8211; setup OVPN &#8211; config example RSA &#8211; certificate decrypt for Windows Find the openssl.exe, standard location is C:\Program Files\openvpn\bin]]></description>
										<content:encoded><![CDATA[<p>In this post, you will find the basic commands to set up OpenVPN on a Mikrotik router. Find the openssl.exe, standard location is C:\Program Files\openvpn\</p>
<p><a href="https://davidstein.cz/2025/09/03/mikrotik-quick-openvpn-setup/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ISP Config &#8211; website password protection</title>
		<link>https://davidstein.cz/2025/01/15/isp-config-website-password-protection/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Wed, 15 Jan 2025 09:50:22 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5256</guid>

					<description><![CDATA[Sometimes, you must protect your site in ISPConfig with a standard pass or HTTP auth. Here are a few easy steps to do it. I will describe it from the administrator&#8217;s view. The manual is for the apache2 server. Now, after you try to access the website there will be an auth dialog.]]></description>
										<content:encoded><![CDATA[<p>Sometimes, you must protect your site in ISPConfig with a standard pass or HTTP auth. Here are a few easy steps to do it. I will describe it from the administrator’s view. The manual is for the apache2 server. Now, after you try to access the website there will be an auth dialog.</p>
<p><a href="https://davidstein.cz/2025/01/15/isp-config-website-password-protection/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Fixing Website Access Issues with Mikrotik MSS Clamping</title>
		<link>https://davidstein.cz/2024/10/17/fixing-website-access-issues-with-mikrotik-mss-clamping/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Thu, 17 Oct 2024 09:44:48 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[clamping]]></category>
		<category><![CDATA[fixing]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[mss]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[with]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5241</guid>

					<description><![CDATA[If you&#8217;re having trouble accessing certain websites—like partial page loads or dropped connections—your network&#8217;s Maximum Segment Size (MSS) may be the issue. This is common when the MTU (Maximum Transmission Unit) is mismatched across the network, causing packet fragmentation or loss. The problem is mostly on some &#8220;really&#8221; safe websites like banks, government, etc. The [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you’re having trouble accessing certain websites—like partial page loads or dropped connections—your network’s Maximum Segment Size (MSS) may be the issue. This is common when the MTU (Maximum Transmission Unit) is mismatched across the network, causing packet fragmentation or loss. The problem is mostly on some “really” safe websites like banks, government, etc.</p>
<p><a href="https://davidstein.cz/2024/10/17/fixing-website-access-issues-with-mikrotik-mss-clamping/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Zabbix &#8211; how to monitor clients on Mikrotik Capsman</title>
		<link>https://davidstein.cz/2024/07/29/zabbix-how-to-monitor-clients-on-mikrotik-capsman/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Mon, 29 Jul 2024 13:21:13 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Zabbix]]></category>
		<category><![CDATA[CAPsMAN]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[zabbix]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5221</guid>

					<description><![CDATA[Hello, I want to share my solution for monitoring connected clients to CapMan interfaces on Mikrotik in the Zabbix monitoring system. First, for the Zabbix server part, to get data from Mikrotik Capsman we will use the Python script to communicate with Mikrotik API. The Zabbix server needs access to the Mikrotik API, so if [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hello, I want to share my solution for monitoring connected clients to CapMan interfaces on Mikrotik in the Zabbix monitoring system. First, for the Zabbix server part, to get data from Mikrotik Capsman we will use the Python script to communicate with Mikrotik API. The Zabbix server needs access to the Mikrotik API, so if you have any problem first check your firewall on Mikrotik and also if…</p>
<p><a href="https://davidstein.cz/2024/07/29/zabbix-how-to-monitor-clients-on-mikrotik-capsman/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mikrotik &#8211; failover script with link quality check</title>
		<link>https://davidstein.cz/2023/01/26/mikrotik-failover-script-with-link-quality-check/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Thu, 26 Jan 2023 10:43:17 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[failover]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[link quality]]></category>
		<category><![CDATA[mikotik]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[threshold]]></category>
		<category><![CDATA[with]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5175</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p></p>
<p><a href="https://davidstein.cz/2023/01/26/mikrotik-failover-script-with-link-quality-check/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mikrotik &#8211; DHCP Options &#8211; TFTP server</title>
		<link>https://davidstein.cz/2022/12/01/mikrotik-dhcp-options-tftp-server/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Thu, 01 Dec 2022 18:15:02 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[team viewer]]></category>
		<category><![CDATA[tftp]]></category>
		<category><![CDATA[tutorials]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5119</guid>

					<description><![CDATA[Sometimes you need to push the TFTP server value as part of the DHCP process, for example, this is used in most VoIP systems. The VoIP phone use the TFTP server to download configuration files. Here I will show you how to set this value in the Mikrotik DHCP server. 1. Boring stuff The boring [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Sometimes you need to push the TFTP server value as part of the DHCP process, for example, this is used in most VoIP systems. The VoIP phone use the TFTP server to download configuration files. Here I will show you how to set this value in the Mikrotik DHCP server. The boring stuff for a start. The pushing TFTP server value with the DHCP server is described in RFC 5859. The part that we…</p>
<p><a href="https://davidstein.cz/2022/12/01/mikrotik-dhcp-options-tftp-server/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Standard ICMP return TTL values by OS</title>
		<link>https://davidstein.cz/2021/12/22/standard-icmp-return-ttl-values-by-os/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 13:52:13 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ttl]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=5037</guid>

					<description><![CDATA[Here are the default TTL values of different devices / Operating Systems : Device / OS Version Protocol TTL AIX TCP 60 AIX UDP 30 AIX 3.2, 4.1 ICMP 255 BSDI BSD/OS 3.1 and 4.0 ICMP 255 Compa Tru64 v5.0 ICMP 64 Cisco ICMP 254 DEC Pathworks V5 TCP and UDP 30 Foundry ICMP 64 FreeBSD 2.1R [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Here are the default TTL values of different devices / Operating Systems : I will update this table in the future when there’s a release of new important OS whenever I get the time. You can get the short version of default TTL values by this table : Source: https://subinsb.com/default-device-ttl-values/</p>
<p><a href="https://davidstein.cz/2021/12/22/standard-icmp-return-ttl-values-by-os/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Apache &#8211; Top 10 IP addresses accessing your Apache webserver</title>
		<link>https://davidstein.cz/2021/03/31/apache-top-10-ip-addresses-accessing-your-apache-webserver/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Wed, 31 Mar 2021 16:28:00 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webserver]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=4945</guid>

					<description><![CDATA[Default log paths /var/log/http/access_log [For RedHat based systems] /var/log/apache2/access.log [For Debian based systems] /var/log/http-access.log [For FreeBSD] Command Output 5482 103.28.37.1785356 66.249.78.1681977 66.249.93.1451962 157.55.39.2511924 66.249.93.1421921 66.249.93.1481890 64.233.173.1781860 108.61.183.1341841 64.233.173.1821582 157.55.39.251 Command explain awk &#8216;{ print $1}&#8217; access.log &#8211; take the access.log and print first group (separated by white space) sort &#8211; sort records uniq -c &#8211; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>5482 103.28.37.178 5356 66.249.78.168 1977 66.249.93.145 1962 157.55.39.251 1924 66.249.93.142 1921 66.249.93.148 1890 64.233.173.178 1860 108.61.183.134 1841 64.233.173.182 1582 157.55.39.251 awk ‘{ print $1}’ access.log – take the access.log and print first group (separated by white space) sort – sort records uniq -c – omit repeated lines and prefix it with count of…</p>
<p><a href="https://davidstein.cz/2021/03/31/apache-top-10-ip-addresses-accessing-your-apache-webserver/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SilverCrest wireless door bell &#8211; forget learned devices &#8211; solved</title>
		<link>https://davidstein.cz/2020/08/07/silvercrest-wireless-door-bell-forget-learned-devices-solved/</link>
		
		<dc:creator><![CDATA[fires]]></dc:creator>
		<pubDate>Fri, 07 Aug 2020 16:54:51 +0000</pubDate>
				<category><![CDATA[IoT]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[433]]></category>
		<category><![CDATA[clarus_switch]]></category>
		<category><![CDATA[lidl]]></category>
		<category><![CDATA[mqtt]]></category>
		<category><![CDATA[OMG]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[rf]]></category>
		<category><![CDATA[sonoff]]></category>
		<category><![CDATA[wireless]]></category>
		<guid isPermaLink="false">http://davidstein.cz/?p=4896</guid>

					<description><![CDATA[Device: HG04115A-RX IAN: 303733 This week I had to change the battery in my cheap wireless doorbell device from Lidl shop. But unfortunately when I was a pairing device somebody open doors with a 433MHz contact sensor and the receiver learn it as a wireless button. It is quite funny because I inadvertently invented cheap [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This week I had to change the battery in my cheap wireless doorbell device from Lidl shop. But unfortunately when I was a pairing device somebody open doors with a 433MHz contact sensor and the receiver learn it as a wireless button. It is quite funny because I inadvertently invented cheap door open alarm 😀 I do not find any way how to reset this device to total factory setup and…</p>
<p><a href="https://davidstein.cz/2020/08/07/silvercrest-wireless-door-bell-forget-learned-devices-solved/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
