Next | Prev | Up | Top | Contents | Index

Packet Size

A bad Ethernet controller somewhere on the network can cause problems by sending packets that are too large or too small, causing errors like this:

unix: <ethernet_device>: packet too small (length = <packet size>)

unix: <ethernet_device>: packet too large (length = <packet size>)

The Ethernet controller received a packet that was smaller than the minimum packet size or larger than the maximum packet size allowed by Ethernet. This problem is caused by another machine with a bad Ethernet controller or transceiver. Some recommendations are

For more information on this error, see the reference page for ethernet(7).


Next | Prev | Up | Top | Contents | Index