HPE GreenLake Administration
Operating System - Tru64 Unix
1826440
Members
4028
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-09-2003 10:09 AM
04-09-2003 10:09 AM
tcpdump
I have tried pfconfig in both promisc and copyall modes but tcpdump host mycomputer doesn't produce any output when mycomputer (which is a pc running telnet) connetced to the server where I am running tcpdump. Can someone tell me how I can get this to work like snoop.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2003 01:01 PM
04-09-2003 01:01 PM
Re: tcpdump
Dave,
These are the instructions we give to customers asking for such help:
1) make sure the following line is in your kernel configuration file and the current booted kernel is using this configuration
options PACKETFILTER
2) # cd /dev;
# ./MAKEDEV pfilt
This creates the psuedo devices needed by tcpdump
3) pfconfig +c +p device_name
i.e. pfconfig +c +p ee0
4) tcpdump -i ee0
The last command will dump everything to sysout. If you want it to go to a file use:
tcpdump -i ee0 -w filename
It should be that simple.
I see that you do mention enabling permiscuos and copyall mode, but this is the most common omission by most customers.
Al
These are the instructions we give to customers asking for such help:
1) make sure the following line is in your kernel configuration file and the current booted kernel is using this configuration
options PACKETFILTER
2) # cd /dev;
# ./MAKEDEV pfilt
This creates the psuedo devices needed by tcpdump
3) pfconfig +c +p device_name
i.e. pfconfig +c +p ee0
4) tcpdump -i ee0
The last command will dump everything to sysout. If you want it to go to a file use:
tcpdump -i ee0 -w filename
It should be that simple.
I see that you do mention enabling permiscuos and copyall mode, but this is the most common omission by most customers.
Al
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP