- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Using UDP protocol
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 08:01 PM
06-14-2004 08:01 PM
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?
Kindly help me out in this regard.
Thanks
Jagadesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 08:07 PM
06-14-2004 08:07 PM
Re: Using UDP protocol
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.
if the application is using port number directly to bind, there is no need for /etc/services entry. you can straightaway start the application.
regards,
U.SivaKumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 09:12 PM
06-14-2004 09:12 PM
Re: Using UDP protocol
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 11:06 AM
06-15-2004 11:06 AM
SolutionAre you trying to see if your application is sending UDP traffic? Or accepting UDP traffic?
Either way, you have a few options available.
If you want to see if it's sending/receiving UDP traffic, the 'tcpdump -n udp port
If you want to see if your application is listening for UDP traffic on a defined port, use the 'netstat -nulp' command.
As UDP is a stateless protocol, using 'netstat -na' won't show you anything useful that the other netstat command wouldn't.
If it's neither of these, can you please clear up exactally what you're trying to achieve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 10:15 PM
06-20-2004 10:15 PM
Re: Using UDP protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 12:57 AM
06-21-2004 12:57 AM
Re: Using UDP protocol
You can use rpcinfo command to check the if any particular service is up or not.
Regards,
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.