
<?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>Yokel Economics &#187; networking</title>
	<atom:link href="http://192.168.0.198/archives/tag/networking/feed" rel="self" type="application/rss+xml" />
	<link>http://192.168.0.198</link>
	<description>Writings, notes, and data</description>
	<lastBuildDate>Mon, 30 Mar 2026 02:04:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Monitoring network connections on Linux</title>
		<link>http://192.168.0.198/archives/1259</link>
		<comments>http://192.168.0.198/archives/1259#comments</comments>
		<pubDate>Mon, 25 Nov 2024 16:32:41 +0000</pubDate>
		<dc:creator>Yokelheim</dc:creator>
				<category><![CDATA[Computing Notes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://192.168.0.198/?p=1259</guid>
		<description><![CDATA[Here is a great TCP/UDP Port finder tool.   This was useful for finding out which port “cbt” was in my Iftop listing.  It was 7777, which was in use for the Unreal Engine on an Ark: Survival Evolved game server. Iftop is the best real time network monitoring tool for Linux that has graced my [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.adminsub.net/tcp-udp-port-finder/cbt">Here is a great TCP/UDP Port finder tool</a>.   This was useful for finding out which port “cbt” was in my <a href="https://linuxhint.com/iftop-command-linux-examples/">Iftop</a> listing.  It was 7777, which was in use for the Unreal Engine on an Ark: Survival Evolved game server. <a href="https://linuxhint.com/iftop-command-linux-examples/">Iftop</a> is the best real time network monitoring tool for Linux that has graced my system to date &#8212; or so it seems until one finds Iptraf. <a href="https://us.informatiweb-pro.net/system-admin/linux/network-monitoring-in-real-time-with-iptraf.html">Iptraf</a> is another excellent tool for monitoring network traffic in real time.  The Iptraf manual is <a href="http://iptraf.seul.org/2.6/manual.html">here</a>.  Netstat wasn’t suitable for this purpose due to the use of UDP as the main protocol.  Netstat is certainly useful, but no switches that I could locate would enable the program to show the UDP traffic in real time and the associated addresses of those connected to the server.  Iptraf shows the UDP traffic in a rapidly updating scroll box.  Iftop shows the traffic in an easy to read display that includes the address and hostname of the connected system.</p>
<p>This list doesn&#8217;t relate to more in depth management tools. This list is for easy console monitoring of a server running such games as ARK Survival Evolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://192.168.0.198/archives/1259/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install iftop on Oracle Linux 9</title>
		<link>http://192.168.0.198/archives/1702</link>
		<comments>http://192.168.0.198/archives/1702#comments</comments>
		<pubDate>Fri, 23 Feb 2024 22:18:00 +0000</pubDate>
		<dc:creator>Yokelheim</dc:creator>
				<category><![CDATA[Computing Notes]]></category>
		<category><![CDATA[iftop]]></category>
		<category><![CDATA[iptraf]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Oracle Linux]]></category>

		<guid isPermaLink="false">http://192.168.0.198/?p=1702</guid>
		<description><![CDATA[dnf install oracle-epel-release-el9 dnf install iftop iptraf is already in the default repositories.]]></description>
			<content:encoded><![CDATA[<p>dnf install oracle-epel-release-el9<br />
dnf install iftop</p>
<p>iptraf is already in the default repositories.</p>
]]></content:encoded>
			<wfw:commentRss>http://192.168.0.198/archives/1702/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
