- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what the meaning of IP truncated-ip - 6760 bytes m...
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
Discussions
Discussions
Discussions
Forums
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
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-16-2008 06:53 PM
тАО06-16-2008 06:53 PM
what the meaning of IP truncated-ip - 6760 bytes missing!?
when I user tcpdump the sniffe the network,
I get the message: IP truncated-ip - 6760 bytes missing!?, what the meaning of this ?
thx a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 12:37 AM
тАО06-17-2008 12:37 AM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 12:50 AM
тАО06-17-2008 12:50 AM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
# uname -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 01:12 AM
тАО06-17-2008 01:12 AM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
Did you install the tcpdump from a depot.
What command you used. Please post the full command.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 01:17 AM
тАО06-17-2008 01:17 AM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
because chen you take the message at NIC level messages are not reassembled by IP level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 02:05 AM
тАО06-17-2008 02:05 AM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 10:43 PM
тАО06-17-2008 10:43 PM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
when I use tcpdump -s:
./tcpdump -i lan1 -s 5000
14:39:36.794549 IP truncated-ip - 6760 bytes missing! 192.168.9.12.61781 > 192.1
I found many such messages, what it mean?
why it happened?
Thx a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 10:44 PM
тАО06-17-2008 10:44 PM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 10:49 PM
тАО06-17-2008 10:49 PM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 11:00 PM
тАО06-17-2008 11:00 PM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
tcpdump -h
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2008 11:38 PM
тАО06-17-2008 11:38 PM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
Try
tcpdump -s 0 ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2008 03:30 AM
тАО06-18-2008 03:30 AM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
So if you have ip fragmented traffic - like NFS over UDP for instance- tcpdump will get only 1 fragment of the full message causing that error message.
to avoid this type of problem use nettl in place of tcpdump
nettl -tn all -e NS_LS_IP -f /myoutputfile
nettl -tf -e all to stop the tacing
If you lose messages you can lower the copyed part using -m 80. - if only heade is interesting for you-
then for facility use wireshark to read the file
- or netfmt if you prefer command line-.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2008 11:02 PM
тАО06-18-2008 11:02 PM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
tcpdump version 3.9.8
libpcap version 0.9.8
tcpdump -s 0 and 20000 make no difference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2008 01:51 AM
тАО06-19-2008 01:51 AM
Re: what the meaning of IP truncated-ip - 6760 bytes missing!?
A filter like `ip[6:2] & 0x1fff = 0' should remove all fragments. and will keep only the first fragment when fragmented, avoiding such message I guess. - depending where the test is made-