<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=5154&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] What is that UDP traffic ?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5154</link>
		<description><![CDATA[The most recent posts in [SOLVED] What is that UDP traffic ?.]]></description>
		<lastBuildDate>Sat, 06 Aug 2022 10:19:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] What is that UDP traffic ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36946#p36946</link>
			<description><![CDATA[<p>I will &quot;mute&quot; this rules for the moement and when I have the time I will investigate for sure.<br />Thanks for your guidance.</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Sat, 06 Aug 2022 10:19:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36946#p36946</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] What is that UDP traffic ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36930#p36930</link>
			<description><![CDATA[<p>That mystery will take you a little bit of a dive into networking theory, I&#039;d say if it&#039;s an unassigned port then one of the protocols chose it at random. So which of the above protocols choose a random UDP port? I&#039;ll let you do that one haha</p><p>Yep, so you&#039;re not having any problems with the internet so you can definitely ignore it or just research for curiosity.</p>]]></description>
			<author><![CDATA[dummy@example.com (auanta)]]></author>
			<pubDate>Fri, 05 Aug 2022 17:38:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36930#p36930</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] What is that UDP traffic ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36925#p36925</link>
			<description><![CDATA[<div class="quotebox"><cite>auanta wrote:</cite><blockquote><div><p>Have you tried browsing the internet from within your Devuan VM?</p></div></blockquote></div><p>I have many network, but that working when I need yes.</p><div class="quotebox"><cite>auanta wrote:</cite><blockquote><div><p>As for what type of UDP traffic it is, it&#039;s harmless, but if you want to know then you&#039;d have to look at the port number and correspond it to the protocol.</p></div></blockquote></div><p>You mean to look-up with --&gt; <a href="https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers" rel="nofollow">https://en.wikipedia.org/wiki/List_of_T … rt_numbers</a><br />Port 5678 is not assigned to anything...</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Fri, 05 Aug 2022 15:38:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36925#p36925</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] What is that UDP traffic ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36921#p36921</link>
			<description><![CDATA[<div class="quotebox"><cite>SpongeBOB wrote:</cite><blockquote><div><p>Thank you Auanta,</p><p>192.168.0.1 is the IP of the machine (not the router, there are none, this is a VM network )</p><p>I&#039;m not using iptables but NFtables.</p></div></blockquote></div><p>Oh yeah, it&#039;s a vm so that makes sense. Also iptables and nftables, both firewalls so same info, I misspoke</p><p>Have you tried browsing the internet from within your Devuan VM?</p><p>As for what type of UDP traffic it is, it&#039;s harmless, but if you want to know then you&#039;d have to look at the port number and correspond it to the protocol.</p>]]></description>
			<author><![CDATA[dummy@example.com (auanta)]]></author>
			<pubDate>Fri, 05 Aug 2022 14:34:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36921#p36921</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] What is that UDP traffic ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36917#p36917</link>
			<description><![CDATA[<p>Thank you Auanta,</p><p>192.168.0.1 is the IP of the machine (not the router, there are none, this is a VM network )</p><p>I&#039;m not using iptables but NFtables.</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Fri, 05 Aug 2022 13:31:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36917#p36917</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] What is that UDP traffic ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36914#p36914</link>
			<description><![CDATA[<p>192.168.0.1 is usually a router address. Verify that 192.168.0.1 the local router IP address for your internal network by looking in your network settings for &quot;default gateway&quot;.</p><p>So what that line tells me is iptables is saying is that your router is broadcasting UDP packets to all devices on the network, including into your machine through the ethernet connection.</p><p>What is the port information of the UDP packets?<br />Are you or anyone else on your network having any problems connecting to the internet? <br />I wouldn&#039;t worry about it, these broadcasts are normal in a local area network. The router will happily forward UDP packets from several protocols by design: TFTP, DNS, Time, NetBIOS, ND, BOOTP or DHCP, TACACS, IEN-116</p><p>Unless you are having issues connecting to the internet, or you just want to tinker with iptables to learn how it all works, you can safely ignore it.</p>]]></description>
			<author><![CDATA[dummy@example.com (auanta)]]></author>
			<pubDate>Fri, 05 Aug 2022 13:13:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36914#p36914</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] What is that UDP traffic ?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36910#p36910</link>
			<description><![CDATA[<p>Hi everyone,</p><p>I see the following in my nftable log (that has been dropped) --&gt;</p><div class="codebox"><pre><code>IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:****** SRC=192.168.0.1 DST=255.255.255.255 LEN=138 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=33295 DPT=5678 LEN=118 </code></pre></div><p>**** = mac address removed </p><p>the SRC, it the IP of this machine so I guess my machine launch a broadcast ? but which one ? from which application ?</p><p>Any idea what generate this ? I get it ~every minute.</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Fri, 05 Aug 2022 08:31:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36910#p36910</guid>
		</item>
	</channel>
</rss>
