- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Trying to use nettl or trying to install tcpdu...
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-06-2001 07:09 PM
06-06-2001 07:09 PM
"$ tcpdump -l -v -v -v host IP_Address > /tmp/capture1.txt &".
I have been trying to find out how to do same thing using nettl, I am not finding it easy, its been a long day.
Can anyone tell me how I can use nettl to give me the results, that I got using tcpdump.
OR (I downloaded tcp dump, onto the HP server) If someone would kindly in explain how to install it on the server. I have never downloaded a unix program from the Internet.
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 07:54 PM
06-06-2001 07:54 PM
Re: Trying to use nettl or trying to install tcpdump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 10:01 PM
06-06-2001 10:01 PM
Re: Trying to use nettl or trying to install tcpdump
network traffic between your host and some other destination :
host=$1
pc=$2
echo "Tracing with $host"
rm /tmp/conslog.opts > /dev/null 2>&1
echo "FILTER IP_SADDR $host" >> /tmp/conslog.opts
echo "FILTER IP_DADDR $host" >> /tmp/conslog.opts
nettl -start
nettl -traceoff -e all
nettl -tn pduin pduout -s 1024 -e lan100 | netfmt -c -N
/tmp/conslog.opts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 01:15 AM
06-07-2001 01:15 AM
Re: Trying to use nettl or trying to install tcpdump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 04:53 PM
06-07-2001 04:53 PM
Re: Trying to use nettl or trying to install tcpdump
Vincenzo, I am familar with that man page, but I may be missing something, no where do I find instructions that tell me that once I have the file on the HP Server, which directory to place it on, how to unzip it, etc. Detail information on installing it.
Rainer, I was really excited to try the script you posted. I tried it, but no luck. However, I am tring to learn nettl so I will keep plugging away.
Laurent, I downloaded
"libpcap-0.6.2-sd-11.00.depot.gz" and
"tcpdump-3.6.2-sd-11.00.depot.gz". Do I have to place it in a certain directory? and Do I unzip these or do I just run swinstall?
I thank you for the help. I am going to keep plugging away.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2001 06:40 AM
06-08-2001 06:40 AM
Solution# gunzip libpcap-0.6.2-sd-11.00.depot.gz
# gunzip tcpdump-3.6.2-sd-11.00.depot.gz
# swinstall -s /path/to/libpcap-0.6.2-sd-11.00.depot '*'
# swinstall -s /path/to/tcpdump-3.6.2-sd-11.00.depot.gz '*'
# /opt/tcpdump/bin/tcpdump ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2001 05:23 PM
06-08-2001 05:23 PM
Re: Trying to use nettl or trying to install tcpdump
Thank you so much, I now have tcpdump installed. There are differences in syntax, so I have to look over the man pages.
Karim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 08:44 AM
07-30-2001 08:44 AM
Re: Trying to use nettl or trying to install tcpdump
I installed tcpdump 3.4 and libpcap 0.4, but when i want to run tcpdump with a simple command
"tcpdump tcp and port 23" the next error message
"tcpdump: can't find PPA for /dev/lan0"
Thanks