<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using UDP protocol in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304957#M12657</link>
    <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I need to use UDP to test one of my application. Can i specify the same in /etc/services? or do i have to do any other changes?&lt;BR /&gt;&lt;BR /&gt;Kindly help me out in this regard.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jagadesh</description>
    <pubDate>Tue, 15 Jun 2004 03:01:03 GMT</pubDate>
    <dc:creator>Jagadesh</dc:creator>
    <dc:date>2004-06-15T03:01:03Z</dc:date>
    <item>
      <title>Using UDP protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304957#M12657</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I need to use UDP to test one of my application. Can i specify the same in /etc/services? or do i have to do any other changes?&lt;BR /&gt;&lt;BR /&gt;Kindly help me out in this regard.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jagadesh</description>
      <pubDate>Tue, 15 Jun 2004 03:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304957#M12657</guid>
      <dc:creator>Jagadesh</dc:creator>
      <dc:date>2004-06-15T03:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304958#M12658</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you refer portname anywhere in your application , you have to define the portname-portnumber mapping in /etc/services for the application to bind to that port.&lt;BR /&gt;&lt;BR /&gt;if the application is using port number directly to bind, there is no need for /etc/services entry. you can straightaway start the application.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar.</description>
      <pubDate>Tue, 15 Jun 2004 03:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304958#M12658</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2004-06-15T03:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304959#M12659</link>
      <description>After mentioning in /etc/services how can i check whether the same is using UDP or not?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 15 Jun 2004 04:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304959#M12659</guid>
      <dc:creator>Jagadesh</dc:creator>
      <dc:date>2004-06-15T04:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304960#M12660</link>
      <description>You've not been terribly clear on exactally what you're wanting to do.&lt;BR /&gt;&lt;BR /&gt;Are you trying to see if your application is sending UDP traffic? Or accepting UDP traffic?&lt;BR /&gt;&lt;BR /&gt;Either way, you have a few options available.&lt;BR /&gt;&lt;BR /&gt;If you want to see if it's sending/receiving UDP traffic, the 'tcpdump -n udp port &lt;PORNUM&gt;' command should show you.&lt;BR /&gt;&lt;BR /&gt;If you want to see if your application is listening for UDP traffic on a defined port, use the 'netstat -nulp' command.&lt;BR /&gt;&lt;BR /&gt;As UDP is a stateless protocol, using 'netstat -na' won't show you anything useful that the other netstat command wouldn't.&lt;BR /&gt;&lt;BR /&gt;If it's neither of these, can you please clear up exactally what you're trying to achieve.&lt;/PORNUM&gt;</description>
      <pubDate>Tue, 15 Jun 2004 18:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304960#M12660</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-15T18:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304961#M12661</link>
      <description>use netstat -p &lt;APPLICATION&gt; for knowing which protocol your application is using.&lt;/APPLICATION&gt;</description>
      <pubDate>Mon, 21 Jun 2004 05:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304961#M12661</guid>
      <dc:creator>Guru Dutta</dc:creator>
      <dc:date>2004-06-21T05:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304962#M12662</link>
      <description>Hi jagadesh,&lt;BR /&gt;You can use rpcinfo command to check the if any particular service is up or not.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;p.s. Seen this in your profile. "I have assigned points to   56  of   295  responses to my questions." Keep assigning points to the replies that really helped.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jun 2004 07:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-udp-protocol/m-p/3304962#M12662</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-21T07:57:49Z</dc:date>
    </item>
  </channel>
</rss>

