![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Illegal instruction(coredump) | colinmas | Shell Programming and Scripting | 1 | 09-03-2007 04:52 AM |
| Illegal characters in Servername / Path | goodjuju | UNIX for Dummies Questions & Answers | 5 | 07-23-2007 06:24 AM |
| Illegal function call | naren_chella | High Level Programming | 6 | 05-24-2006 09:27 PM |
| 2489 Illegal instruction | ana | UNIX for Dummies Questions & Answers | 1 | 01-14-2005 08:11 PM |
| Seeing IP packet | manjunath | IP Networking | 4 | 09-15-2002 08:46 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
0821-077 ping: illegal packet size.
Hi,
it gives following error 0821-077 ping: illegal packet size.
It returns correct output. Could you please help? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Can you check the man page of your ping command and see what the '-n' option stands for? What OS is this on?
|
|
#3
|
||||
|
||||
|
By default (when packet-size is not specified), the size of transmitted packets is 64 bytes. The minimum value allowed for packet-size is 8 bytes, and the maximum value is 4095 bytes, on some systems is even 65000. If packet-size is smaller than 16 bytes, there is not enough room for timing information. In that case, the round-trip times are not displayed. In your case, the -n flag probably means something else, not the count number.]
The error number looks like AIX, I just tested AIX, and I seem to be right : -n flag means "packet-size", as well as "-s" whereas the count is "-c" flag. |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|