What is IP Protocol 106 (6A hex)?

In tracking down a network snafu we had a network snooper on our ethernet.
About every 10 minutes we would see an IP packet with protocol 106 (6A hex).

Looking at the MAC addresses we see that these are coming from our QNX6
systems.

What is this packet?

Bill Caroselli <qtps@earthlink.net> wrote:

In tracking down a network snafu we had a network snooper on our ethernet.
About every 10 minutes we would see an IP packet with protocol 106 (6A hex).

Looking at the MAC addresses we see that these are coming from our QNX6
systems.

What is this packet?

grep IPPROTO /usr/include/netinet/in.h | grep 106

#define IPPROTO_QNET 106 /* qnet protocol */

Sean Boudreau <seanb@qnx.com> wrote:
SB > Bill Caroselli <qtps@earthlink.net> wrote:

In tracking down a network snafu we had a network snooper on our ethernet.
About every 10 minutes we would see an IP packet with protocol 106 (6A hex).

Looking at the MAC addresses we see that these are coming from our QNX6
systems.

What is this packet?

SB > # grep IPPROTO /usr/include/netinet/in.h | grep 106
SB > #define IPPROTO_QNET 106 /* qnet protocol */

Why does it use an IP packet when the source IP address and destination
IP address aren’t filled in?

Bill Caroselli <qtps@earthlink.net> wrote in message
news:c42bak$50u$2@inn.qnx.com

Sean Boudreau <> seanb@qnx.com> > wrote:
SB > Bill Caroselli <> qtps@earthlink.net> > wrote:

In tracking down a network snafu we had a network snooper on our
ethernet.
About every 10 minutes we would see an IP packet with protocol 106 (6A
hex).

Looking at the MAC addresses we see that these are coming from our QNX6
systems.

What is this packet?

SB > # grep IPPROTO /usr/include/netinet/in.h | grep 106
SB > #define IPPROTO_QNET 106 /* qnet protocol */

Why does it use an IP packet when the source IP address and destination
IP address aren’t filled in?

The QNET (in default bind=ether) tracks MAC address itself. The facked IP
header
is to allow firewalls to filter these packets.