- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Promiscuous Mode
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
05-18-2004 03:32 AM
05-18-2004 03:32 AM
Is there a simple way to tell whether a network card is running in promiscuous mode?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 04:04 AM
05-18-2004 04:04 AM
Re: Promiscuous Mode
Set the network card in promiscuous mode makes an entry in the syslog, doesn't it ?
If so, use dmesg to grep that entry.
But there must be a direct way for sure.
My 0,02 cents
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 04:08 AM
05-18-2004 04:08 AM
Re: Promiscuous Mode
On few UNIXes, you could use ifstatus command. But it is not available for HP. You may have to get the source code and compile it for HP-UX.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 02:53 AM
05-19-2004 02:53 AM
SolutionHP Support has a tool called "lanshow" that will tell you if the card is in promiscuous mode when you run lanshow -f and pick thru the volumnous output.
I don't know of a user-level method of checking for promiscuous mode in use. Promiscuous mode cannot be enabled from an command level prompt or HPUX OS command option.
However, the "pcap" library puts the card into promiscuous mode. It used by tcpdump and ethereal, all of which are supplied with the HPUX Internet Express package from http://software.hp.com.
You could also search for, or write a DLPI program to query the status of the card if you wish. See the DLPI Programmer's Guide at http://docs.hp.com . Some DLPI examples are in /usr/lib/demos/networking/dlpi
Hope that helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 06:38 AM
05-19-2004 06:38 AM
Re: Promiscuous Mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 07:15 PM
05-19-2004 07:15 PM
Re: Promiscuous Mode
Brian - Just the answer I wanted to see - Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 02:54 AM
08-19-2005 02:54 AM