- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- to block udp broadcast
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-18-2008 11:20 PM
06-18-2008 11:20 PM
to block udp broadcast
Using a network sniffer, I found that my hp server rx4640 sends a lot of broadcasts from a udp port no.53948 to a port 7500.
How can I monitor and block this broadcast from the server side?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 12:01 AM
06-19-2008 12:01 AM
Re: to block udp broadcast
you can use ipfilter to avoid to receive them
If you want to sniff the messages:
nettl -tn all -e NS_LS_UDP -f /tmp/result
then take /tmp/result.TRC000 and look at it with wireshark on your PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 12:02 AM
06-19-2008 12:02 AM
Re: to block udp broadcast
you can use ipfilter to avoid to receive them
If you want to sniff the messages:
nettl -tn all -e NS_LS_UDP -f /tmp/result
then take /tmp/result.TRC000 and look at it with wireshark on your PC.
"nettl -tf -e all " will stop the tracing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 02:40 AM
06-23-2008 02:40 AM
Re: to block udp broadcast
See the output of lsof command
# /usr/local/bin/lsof -i :53948
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
rvd 5030 user10 124u IPv4 0xe0000001946ed5c0 0t0 UDP *:53948 (Idle)
But this process can't be stopped. How can I stop broadcasting without stopping this command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 02:43 AM
06-23-2008 02:43 AM
Re: to block udp broadcast
try to find out where is that rvd.
then do a what on that rvd,
strings -a rvd, and try to find vendor/product indications,