From nobody@FreeBSD.org  Mon Jul 11 13:50:32 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E91D2106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Jul 2011 13:50:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D872C8FC20
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Jul 2011 13:50:32 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6BDoVgg059028
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Jul 2011 13:50:31 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6BDoVJD059027;
	Mon, 11 Jul 2011 13:50:31 GMT
	(envelope-from nobody)
Message-Id: <201107111350.p6BDoVJD059027@red.freebsd.org>
Date: Mon, 11 Jul 2011 13:50:31 GMT
From: Martin Birgmeier <martin.birgmeier@aon.at>
To: freebsd-gnats-submit@FreeBSD.org
Subject: amd(8) ICMP storm and unkillable process.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         158802
>Category:       kern
>Synopsis:       amd(8) ICMP storm and unkillable process.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-fs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 11 14:00:20 UTC 2011
>Closed-Date:    
>Last-Modified:  Mon Nov 21 22:39:11 UTC 2011
>Originator:     Martin Birgmeier
>Release:        8.2
>Organization:
MBi at home
>Environment:
FreeBSD testhost.xyzzy 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Sun Jul  3 15:26:07 CEST 2011     root@v902.xyzzy:/.../hal/z/OBJ/FreeBSD/i386/RELENG_8_2_0_RELEASE/src/sys/XYZZY_SMP_NA_ATM  i386
>Description:
From time to time, when using the automount daemon amd(8), both the daemon and another process will get stuck in a tight loop and become (nearly) unkillable. In the log, the following message is printed:

Jul 11 14:45:26 testhost kernel: Limiting icmp unreach response from 24424 to 200 packets/sec
Jul 11 14:45:27 testhost kernel: Limiting icmp unreach response from 24218 to 200 packets/sec
Jul 11 14:45:28 testhost kernel: Limiting icmp unreach response from 24343 to 200 packets/sec
Jul 11 14:45:29 testhost kernel: Limiting icmp unreach response from 18753 to 200 packets/sec
Jul 11 14:45:30 testhost kernel: Limiting icmp unreach response from 19173 to 200 packets/sec

I managed to get a tcpdump of lo0 during this condition which is included below (in lieu of the patch file). For this, I set sysctl net.inet.icmp.icmplim=20000, making the above kernel log messages go away. In the log, one would still from time to time see messages like the following:

Jul 11 14:48:25 testhost kernel: nfs server pid2251@atpcdvvc:/users: not responding
Jul 11 14:48:29 testhost kernel: nfs server pid2251@atpcdvvc:/users: not responding
Jul 11 14:48:29 testhost kernel: nfs server pid2251@atpcdvvc:/users: is alive again
Jul 11 14:48:43 testhost kernel: nfs server pid2251@atpcdvvc:/users: not responding
Jul 11 14:48:43 testhost kernel: nfs server pid2251@atpcdvvc:/users: not responding
Jul 11 14:48:43 testhost kernel: nfs server pid2251@atpcdvvc:/d/auto: not responding
Jul 11 14:48:57 testhost kernel: nfs server pid2251@atpcdvvc:/users: not responding
Jul 11 14:49:01 testhost kernel: nfs server pid2251@atpcdvvc:/users: not responding
Jul 11 14:49:14 testhost kernel: nfs server pid2251@atpcdvvc:/d/auto: not responding
Jul 11 14:49:15 testhost kernel: nfs server pid2251@atpcdvvc:/users: not responding
Jul 11 14:49:15 testhost kernel: nfs server pid2251@atpcdvvc:/users: not responding
Jul 11 14:49:15 testhost kernel: nfs server pid2251@atpcdvvc:/users: is alive again

One more point: I managed to "/etc/rc.d/amd onestop" amd during one such excursion, which cleared the storm and brought down my KDE session but otherwise left the system running. After logging in again, the erroneous behavior started nearly immediately again.

(The following is copied from a mailing list mail to which I replied.)

On 07/06/11 13:50, Martin Birgmeier wrote:
> Hi Artem,
>
> I have exactly the same problem as you are describing below, also with quite
> a number of amd mounts.
>
> In addition to the scenario you describe, another way this happens here
> is when downloading a file via firefox to a directory currently open in
> dolphin (KDE file manager). This will almost surely trigger the symptoms
> you describe.
>
> I've had 7.4 running on the box before, now with 8.2 this has started to happen.
>
> Alas, I don't have a solution.
>
> We should probably file a PR, but I don't even know where to assign it to.
> Amd does not seem much maintained, it's probably using some old-style
> mounts (it never mounts anything via IPv6, for example).
>
> Regards,
>
> Martin
>
> > Hi,
> >
> > I wonder if someone else ran into this issue before and, maybe, have a solution.
> >
> > I've been running into a problem where access to filesystems mouted
> > with amd wedges processes in an unkillable state and produces ICMP
> > storm on loopback interface.I've managed to narrow down to NFS
> > reconnect, but that's when I ran out of ideas.
> >
> > Usually the problem happens when I abort a parallel build job in an
> > i386 jail on FreeBSD-8/amd64 (r223055). When the build job is killed
> > now and then I end up with one process consuming 100% of CPU time on
> > one of the cores. At the same time I get a lot of messages on the
> > console saying "Limiting icmp unreach response from 49837 to 200
> > packets/sec" and the loopback traffic goes way up.
> >
> > As far as I can tell here's what's happening:
> >
> > * My setup uses a lot of filesystems mounted by amd.
> > * amd itself pretends to be an NFS server running on the localhost and
> > serving requests for amd mounts.
> > * Now and then amd seems to change the ports it uses. Beats me why.
> > * the problem seems to happen when some process is about to access amd
> > mountpoint when amd instance disappears from the port it used to
> > listen on. In my case it does correlate with interrupted builds, but I
> > have no clue why.
> > * NFS client detects disconnect and tries to reconnect using the same
> > destination port.
> > * That generates ICMP response as port is unreachable and it reconnect
> > call returns almost immediatelly.
> > * We try to reconnect again, and again, and again....
> > * the process in this state is unkillable
> >
> > Here's what the stack of the 'stuck' process looks like in those rare
> > moments when it gets to sleep:
> > 18779 100511 collect2         -                mi_switch+0x176
> > turnstile_wait+0x1cb _mtx_lock_sleep+0xe1 sleepq_catch_signals+0x386
> > sleepq_timedwait_sig+0x19 _sleep+0x1b1 clnt_dg_call+0x7e6
> > clnt_reconnect_call+0x12e nfs_request+0x212 nfs_getattr+0x2e4
> > VOP_GETATTR_APV+0x44 nfs_bioread+0x42a VOP_READLINK_APV+0x4a
> > namei+0x4f9 kern_statat_vnhook+0x92 kern_statat+0x15
> > freebsd32_stat+0x2e syscallenter+0x23d
> >
> > * Usually some timeout expires in few minutes, the process dies, ICMP
> > storm stops and the system is usable again.
> > * On occasion the process is stuck forever and I have to reboot the box.
> >
> > I'm not sure who's to blame here.
> >
> > Is the automounter at fault for disappearing from the port it was
> > supposed to listen to?
> > If NFS guilty of trying blindly to reconnect on the same port and not
> > giving up sooner?
> > Should I flog the operator (ALA myself) for misconfiguring something
> > (what?) in amd or NFS?
> >
> > More importantly -- how do I fix it?
> > Any suggestions on fixing/debugging this issue?
> >
> > --Artem

>How-To-Repeat:
See above for a way to sometimes trigger the problem.
>Fix:


Patch attached with submission follows:

tcpdump: listening on lo0, link-type NULL (BSD loopback), capture size 1536 bytes
15:06:35.343394 IP (tos 0x0, ttl 64, id 25248, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->19a3)!)
    localhost.xyzzy.pssc > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62a0 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 0285 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343416 IP (tos 0x0, ttl 64, id 25249, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->19a2)!)
    localhost.xyzzy.rtip > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62a1 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 0303 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343437 IP (tos 0x0, ttl 64, id 25250, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->19a1)!)
    localhost.xyzzy.982 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62a2 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 03d6 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343458 IP (tos 0x0, ttl 64, id 25251, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->19a0)!)
    localhost.xyzzy.iris-xpcs > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62a3 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 02ca 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343479 IP (tos 0x0, ttl 64, id 25252, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199f)!)
    localhost.xyzzy.921 > localhost.xyzzy.exp2:  lwres v0 #0x186a3? [len: 1310716370 != 140]
	0x0000:  4500 00a8 62a4 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 0399 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343500 IP (tos 0x0, ttl 64, id 25253, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199e)!)
    localhost.xyzzy.silc > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62a5 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 02c2 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343521 IP (tos 0x0, ttl 64, id 25254, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199d)!)
    localhost.xyzzy.917 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62a6 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 0395 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343542 IP (tos 0x0, ttl 64, id 25255, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199c)!)
    localhost.xyzzy.owamp-control > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62a7 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 035d 03fe 0094 fea7 4e1f f1d2  .....]......N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343564 IP (tos 0x0, ttl 64, id 25256, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199b)!)
    localhost.xyzzy.905 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62a8 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 0389 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343585 IP (tos 0x0, ttl 64, id 25257, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199a)!)
    localhost.xyzzy.1002 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62a9 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 03ea 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343606 IP (tos 0x0, ttl 64, id 25258, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1999)!)
    localhost.xyzzy.acap > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62aa 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 02a2 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343627 IP (tos 0x0, ttl 64, id 25259, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1998)!)
    localhost.xyzzy.realm-rusd > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62ab 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 02b0 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343648 IP (tos 0x0, ttl 64, id 25260, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1997)!)
    localhost.xyzzy.dhcp-failover2 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62ac 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 034f 03fe 0094 fea7 4e1f f1d2  .....O......N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343669 IP (tos 0x0, ttl 64, id 25261, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1996)!)
    localhost.xyzzy.967 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62ad 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 03c7 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343691 IP (tos 0x0, ttl 64, id 25262, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1995)!)
    localhost.xyzzy.tbrpf > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62ae 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 02c8 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343711 IP (tos 0x0, ttl 64, id 25263, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1994)!)
    localhost.xyzzy.1006 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62af 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 03ee 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343733 IP (tos 0x0, ttl 64, id 25264, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1993)!)
    localhost.xyzzy.ldp > localhost.xyzzy.exp2: 
	LDP version 19999 packet not supported
	0x0000:  4500 00a8 62b0 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 0286 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343754 IP (tos 0x0, ttl 64, id 25265, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1992)!)
    localhost.xyzzy.950 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62b1 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 03b6 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343788 IP (tos 0x0, ttl 64, id 25266, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1991)!)
    localhost.xyzzy.977 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62b2 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 03d1 03fe 0094 fea7 4e1f f1d2  ............N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.343814 IP (tos 0x0, ttl 64, id 25267, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1990)!)
    localhost.xyzzy.npmp-gui > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 62b3 0000 4011 0000 7f00 0001  E...b...@.......
	0x0010:  7f00 0001 0263 03fe 0094 fea7 4e1f f1d2  .....c......N...
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...

[... 124795 lines deleted ...]

15:06:35.910240 IP (tos 0x0, ttl 64, id 53775, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa33)!)
    localhost.xyzzy.corba-iiop > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d20f 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 02ab 03fe 0094 fea7 4e17 2cc5  ............N.,.
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910261 IP (tos 0x0, ttl 64, id 53776, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa32)!)
    localhost.xyzzy.surf > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d210 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 03f2 03fe 0094 fea7 4e17 2cc5  ............N.,.
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910282 IP (tos 0x0, ttl 64, id 53777, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa31)!)
    localhost.xyzzy.782 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d211 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 030e 03fe 0094 fea7 4e17 2cc5  ............N.,.
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910302 IP (tos 0x0, ttl 64, id 53778, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa30)!)
    localhost.xyzzy.818 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d212 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 0332 03fe 0094 fea7 4e17 2cc5  .....2......N.,.
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910324 IP (tos 0x0, ttl 64, id 53779, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa2f)!)
    localhost.xyzzy.1019 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d213 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 03fb 03fe 0094 fea7 4e17 2cc5  ............N.,.
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910345 IP (tos 0x0, ttl 64, id 53780, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa2e)!)
    localhost.xyzzy.esro-emsdp > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d214 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 0282 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910365 IP (tos 0x0, ttl 64, id 53781, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa2d)!)
    localhost.xyzzy.726 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d215 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 02d6 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910385 IP (tos 0x0, ttl 64, id 53782, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa2c)!)
    localhost.xyzzy.nqs > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d216 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 025f 03fe 0094 fea7 4e17 2f3c  ....._......N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910406 IP (tos 0x0, ttl 64, id 53783, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa2b)!)
    localhost.xyzzy.1002 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d217 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 03ea 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910427 IP (tos 0x0, ttl 64, id 53784, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa2a)!)
    localhost.xyzzy.entrust-sps > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d218 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 0280 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910448 IP (tos 0x0, ttl 64, id 53785, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa29)!)
    localhost.xyzzy.722 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d219 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 02d2 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910469 IP (tos 0x0, ttl 64, id 53786, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa28)!)
    localhost.xyzzy.sco-inetmgr > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d21a 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 0267 03fe 0094 fea7 4e17 2f3c  .....g......N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910490 IP (tos 0x0, ttl 64, id 53787, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa27)!)
    localhost.xyzzy.quotad > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d21b 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 02fa 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910511 IP (tos 0x0, ttl 64, id 53788, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa26)!)
    localhost.xyzzy.1016 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d21c 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 03f8 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910531 IP (tos 0x0, ttl 64, id 53789, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa25)!)
    localhost.xyzzy.708 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d21d 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 02c4 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910552 IP (tos 0x0, ttl 64, id 53790, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa24)!)
    localhost.xyzzy.netconf-ssh > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d21e 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 033e 03fe 0094 fea7 4e17 2f3c  .....>......N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910573 IP (tos 0x0, ttl 64, id 53791, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa23)!)
    localhost.xyzzy.hello-port > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d21f 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 028c 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910593 IP (tos 0x0, ttl 64, id 53792, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa22)!)
    localhost.xyzzy.893 > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d220 0000 4011 0000 7f00 0001  E.......@.......
	0x0010:  7f00 0001 037d 03fe 0094 fea7 4e17 2f3c  .....}......N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910613 IP (tos 0x0, ttl 64, id 53793, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa21)!)
    localhost.xyzzy.urm > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d221 0000 4011 0000 7f00 0001  E....!..@.......
	0x0010:  7f00 0001 025e 03fe 0094 fea7 4e17 2f3c  .....^......N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...
15:06:35.910634 IP (tos 0x0, ttl 64, id 53794, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->aa20)!)
    localhost.xyzzy.spmp > localhost.xyzzy.exp2: UDP, length 140
	0x0000:  4500 00a8 d222 0000 4011 0000 7f00 0001  E...."..@.......
	0x0010:  7f00 0001 0290 03fe 0094 fea7 4e17 2f3c  ............N./<
	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
	0x00a0:  3132 7331 6500 0000                      12s1e...

9674 packets captured
29702 packets received by filter
19619 packets dropped by kernel


>Release-Note:
>Audit-Trail:

From: Martin Birgmeier <Martin.Birgmeier@aon.at>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/158802: amd(8) ICMP storm and unkillable process.
Date: Mon, 11 Jul 2011 17:04:13 +0200

 This is a multi-part message in MIME format.
 --------------090207060604070601040504
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I noticed that I cut the tcpdump output such that it does not include a 
 single ICMP reply. Therefore, here another edit of this output.
 
 There seem to be requests to amd at a rate of about once per 20 
 microseconds. Assuming that amd listens on port "exp2" (1022 acc. to 
 /etc/services), it seems to send replies back to the wrong port. This 
 seems to be because for some reason, the NFS client (of amd) keeps 
 sending away with ever changing new port numbers, and by the time amd 
 replies it's already waiting for a reply at a completely different port 
 number.
 
 Regards,
 
 Martin
 
 p.s. Now, after a reboot, I have the following "lsof -p" for amd:
 
 COMMAND  PID USER   FD   TYPE     DEVICE SIZE/OFF    NODE NAME
 amd     2234 root  cwd   VDIR       0,89     1024       2 /
 amd     2234 root  rtd   VDIR       0,89     1024       2 /
 amd     2234 root  txt   VREG       0,91   162212 4182086 /usr/sbin/amd
 amd     2234 root  txt   VREG       0,89   219900   11614 
 /libexec/ld-elf.so.1
 amd     2234 root  txt   VREG       0,91    28268 2062376 
 /usr/lib/libwrap.so.6
 amd     2234 root  txt   VREG       0,89  1151844   57937 /lib/libc.so.7
 amd     2234 root    0u  VCHR       0,27      0t0      27 /dev/null
 amd     2234 root    1u  VCHR       0,27      0t0      27 /dev/null
 amd     2234 root    2u  VCHR       0,27      0t0      27 /dev/null
 amd     2234 root    3u  unix 0xc7282000      0t0         ->0xc5cf4000
 amd     2234 root    4u  IPv4 0xc5cf7570      0t0     UDP *:1023
 amd     2234 root    5u  IPv4 0xc5cf7560      0t0     UDP *:exp2
 amd     2234 root    6u  VBAD                             (revoked)
 amd     2234 root    7u  IPv4 0xc60039e0      0t0     TCP *:882 (LISTEN)
 amd     2234 root    8u  IPv4 0xc5cf7550      0t0     UDP *:sco-dtmgr
 amd     2234 root    9u  IPv4 0xc5cf7530      0t0     UDP *:netconf-beep
 
 So it seems to be listening on exp2 (= 1022) after all.
 
 
 --------------090207060604070601040504
 Content-Type: text/plain;
  name="x2.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="x2.txt"
 
 tcpdump: listening on lo0, link-type NULL (BSD loopback), capture size 1536 bytes
 15:06:35.343394 IP (tos 0x0, ttl 64, id 25248, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->19a3)!)
     localhost.xyzzy.pssc > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62a0 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0285 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343416 IP (tos 0x0, ttl 64, id 25249, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->19a2)!)
     localhost.xyzzy.rtip > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62a1 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0303 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343437 IP (tos 0x0, ttl 64, id 25250, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->19a1)!)
     localhost.xyzzy.982 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62a2 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03d6 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343458 IP (tos 0x0, ttl 64, id 25251, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->19a0)!)
     localhost.xyzzy.iris-xpcs > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62a3 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02ca 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343479 IP (tos 0x0, ttl 64, id 25252, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199f)!)
     localhost.xyzzy.921 > localhost.xyzzy.exp2:  lwres v0 #0x186a3? [len: 1310716370 != 140]
 	0x0000:  4500 00a8 62a4 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0399 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343500 IP (tos 0x0, ttl 64, id 25253, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199e)!)
     localhost.xyzzy.silc > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62a5 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02c2 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343521 IP (tos 0x0, ttl 64, id 25254, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199d)!)
     localhost.xyzzy.917 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62a6 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0395 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343542 IP (tos 0x0, ttl 64, id 25255, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199c)!)
     localhost.xyzzy.owamp-control > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62a7 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 035d 03fe 0094 fea7 4e1f f1d2  .....]......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343564 IP (tos 0x0, ttl 64, id 25256, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199b)!)
     localhost.xyzzy.905 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62a8 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0389 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343585 IP (tos 0x0, ttl 64, id 25257, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->199a)!)
     localhost.xyzzy.1002 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62a9 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03ea 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343606 IP (tos 0x0, ttl 64, id 25258, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1999)!)
     localhost.xyzzy.acap > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62aa 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02a2 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343627 IP (tos 0x0, ttl 64, id 25259, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1998)!)
     localhost.xyzzy.realm-rusd > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62ab 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02b0 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343648 IP (tos 0x0, ttl 64, id 25260, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1997)!)
     localhost.xyzzy.dhcp-failover2 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62ac 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 034f 03fe 0094 fea7 4e1f f1d2  .....O......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343669 IP (tos 0x0, ttl 64, id 25261, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1996)!)
     localhost.xyzzy.967 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62ad 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03c7 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343691 IP (tos 0x0, ttl 64, id 25262, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1995)!)
     localhost.xyzzy.tbrpf > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62ae 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02c8 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343711 IP (tos 0x0, ttl 64, id 25263, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1994)!)
     localhost.xyzzy.1006 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62af 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03ee 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343733 IP (tos 0x0, ttl 64, id 25264, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1993)!)
     localhost.xyzzy.ldp > localhost.xyzzy.exp2: 
 	LDP version 19999 packet not supported
 	0x0000:  4500 00a8 62b0 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0286 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343754 IP (tos 0x0, ttl 64, id 25265, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1992)!)
     localhost.xyzzy.950 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62b1 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03b6 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343788 IP (tos 0x0, ttl 64, id 25266, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1991)!)
     localhost.xyzzy.977 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62b2 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03d1 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343814 IP (tos 0x0, ttl 64, id 25267, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1990)!)
     localhost.xyzzy.npmp-gui > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62b3 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0263 03fe 0094 fea7 4e1f f1d2  .....c......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343835 IP (tos 0x0, ttl 64, id 25268, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->198f)!)
     localhost.xyzzy.rsync > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62b4 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0369 03fe 0094 fea7 4e1f f1d2  .....i......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343856 IP (tos 0x0, ttl 64, id 25269, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->198e)!)
     localhost.xyzzy.908 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62b5 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 038c 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343877 IP (tos 0x0, ttl 64, id 25270, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->198d)!)
     localhost.xyzzy.929 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62b6 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03a1 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343898 IP (tos 0x0, ttl 64, id 25271, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->198c)!)
     localhost.xyzzy.961 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62b7 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03c1 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343901 IP (tos 0x0, ttl 64, id 25272, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1997)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.ns: UDP, length 128
 	0x0000:  4500 009c 62b8 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 02f8 0088 fe9b 4e1e 0b22  ............N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.343913 IP (tos 0x0, ttl 64, id 25273, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->1a0a)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port ns unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25272, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1997)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.ns: UDP, length 128
 	0x0000:  4500 0038 62b9 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 107a 0000 0000 4500 009c  .......z....E...
 	0x0020:  62b8 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 02f8 0088 fe9b                      ........
 15:06:35.343925 IP (tos 0x0, ttl 64, id 25274, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1989)!)
     localhost.xyzzy.929 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62ba 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03a1 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343947 IP (tos 0x0, ttl 64, id 25275, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1988)!)
     localhost.xyzzy.805 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62bb 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0325 03fe 0094 fea7 4e1f f1d2  .....%......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343958 IP (tos 0x0, ttl 64, id 25276, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1993)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.maitrd: UDP, length 128
 	0x0000:  4500 009c 62bc 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 03e5 0088 fe9b 4e1e 0b22  ............N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.343963 IP (tos 0x0, ttl 64, id 25277, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->1a06)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port maitrd unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25276, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1993)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.maitrd: UDP, length 128
 	0x0000:  4500 0038 62bd 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 0f89 0000 0000 4500 009c  ............E...
 	0x0020:  62bc 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 03e5 0088 fe9b                      ........
 15:06:35.343973 IP (tos 0x0, ttl 64, id 25278, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1985)!)
     localhost.xyzzy.3com-amp3 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62be 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0275 03fe 0094 fea7 4e1f f1d2  .....u......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.343994 IP (tos 0x0, ttl 64, id 25279, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1984)!)
     localhost.xyzzy.880 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62bf 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0370 03fe 0094 fea7 4e1f f1d2  .....p......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344008 IP (tos 0x0, ttl 64, id 25280, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->198f)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.kink: UDP, length 128
 	0x0000:  4500 009c 62c0 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 038e 0088 fe9b 4e1e 0b22  ............N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344014 IP (tos 0x0, ttl 64, id 25281, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->1a02)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port kink unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25280, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->198f)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.kink: UDP, length 128
 	0x0000:  4500 0038 62c1 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 0fdc 0000 0000 4500 009c  ............E...
 	0x0020:  62c0 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 038e 0088 fe9b                      ........
 15:06:35.344016 IP (tos 0x0, ttl 64, id 25282, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1981)!)
     localhost.xyzzy.883 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62c2 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0373 03fe 0094 fea7 4e1f f1d2  .....s......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344036 IP (tos 0x0, ttl 64, id 25283, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1980)!)
     localhost.xyzzy.958 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62c3 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03be 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344057 IP (tos 0x0, ttl 64, id 25284, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->197f)!)
     localhost.xyzzy.835 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62c4 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0343 03fe 0094 fea7 4e1f f1d2  .....C......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344059 IP (tos 0x0, ttl 64, id 25285, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->198a)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.885: UDP, length 128
 	0x0000:  4500 009c 62c5 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 0375 0088 fe9b 4e1e 0b22  .......u....N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344069 IP (tos 0x0, ttl 64, id 25286, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->19fd)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port 885 unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25285, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->198a)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.885: UDP, length 128
 	0x0000:  4500 0038 62c6 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 0ff0 0000 0000 4500 009c  ............E...
 	0x0020:  62c5 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 0375 0088 fe9b                      ...u....
 15:06:35.344081 IP (tos 0x0, ttl 64, id 25287, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->197c)!)
     localhost.xyzzy.pssc > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62c7 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0285 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344101 IP (tos 0x0, ttl 64, id 25288, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->197b)!)
     localhost.xyzzy.apex-mesh > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62c8 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0390 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344111 IP (tos 0x0, ttl 64, id 25289, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1986)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.netconf-ssh: UDP, length 128
 	0x0000:  4500 009c 62c9 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 033e 0088 fe9b 4e1e 0b22  .......>....N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344117 IP (tos 0x0, ttl 64, id 25290, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->19f9)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port netconf-ssh unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25289, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1986)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.netconf-ssh: UDP, length 128
 	0x0000:  4500 0038 62ca 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 1023 0000 0000 4500 009c  .......#....E...
 	0x0020:  62c9 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 033e 0088 fe9b                      ...>....
 15:06:35.344126 IP (tos 0x0, ttl 64, id 25291, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1978)!)
     localhost.xyzzy.907 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62cb 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 038b 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344146 IP (tos 0x0, ttl 64, id 25292, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1977)!)
     localhost.xyzzy.itm-mcell-s > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62cc 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 033c 03fe 0094 fea7 4e1f f1d2  .....<......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344161 IP (tos 0x0, ttl 64, id 25293, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1982)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.843: UDP, length 128
 	0x0000:  4500 009c 62cd 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 034b 0088 fe9b 4e1e 0b22  .......K....N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344166 IP (tos 0x0, ttl 64, id 25294, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1975)!)
     localhost.xyzzy.vpp > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62ce 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02a5 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344169 IP (tos 0x0, ttl 64, id 25295, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->19f4)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port 843 unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25293, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1982)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.843: UDP, length 128
 	0x0000:  4500 0038 62cf 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 1012 0000 0000 4500 009c  ............E...
 	0x0020:  62cd 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 034b 0088 fe9b                      ...K....
 15:06:35.344185 IP (tos 0x0, ttl 64, id 25296, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1973)!)
     localhost.xyzzy.sco-inetmgr > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62d0 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0267 03fe 0094 fea7 4e1f f1d2  .....g......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344204 IP (tos 0x0, ttl 64, id 25297, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1972)!)
     localhost.xyzzy.1008 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62d1 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03f0 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344214 IP (tos 0x0, ttl 64, id 25298, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->197d)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.850: UDP, length 128
 	0x0000:  4500 009c 62d2 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 0352 0088 fe9b 4e1e 0b22  .......R....N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344219 IP (tos 0x0, ttl 64, id 25299, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->19f0)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port 850 unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25298, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->197d)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.850: UDP, length 128
 	0x0000:  4500 0038 62d3 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 1006 0000 0000 4500 009c  ............E...
 	0x0020:  62d2 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 0352 0088 fe9b                      ...R....
 15:06:35.344231 IP (tos 0x0, ttl 64, id 25300, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->196f)!)
     localhost.xyzzy.hyperwave-isp > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62d4 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02b4 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344251 IP (tos 0x0, ttl 64, id 25301, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->196e)!)
     localhost.xyzzy.entrustmanager > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62d5 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02c5 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344260 IP (tos 0x0, ttl 64, id 25302, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1979)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.ideafarm-catch: UDP, length 128
 	0x0000:  4500 009c 62d6 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 0387 0088 fe9b 4e1e 0b22  ............N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344265 IP (tos 0x0, ttl 64, id 25303, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->19ec)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port ideafarm-catch unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25302, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1979)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.ideafarm-catch: UDP, length 128
 	0x0000:  4500 0038 62d7 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 0fcd 0000 0000 4500 009c  ............E...
 	0x0020:  62d6 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 0387 0088 fe9b                      ........
 15:06:35.344274 IP (tos 0x0, ttl 64, id 25304, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->196b)!)
     localhost.xyzzy.accessnetwork > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62d8 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02bb 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344294 IP (tos 0x0, ttl 64, id 25305, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->196a)!)
     localhost.xyzzy.951 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62d9 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03b7 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344308 IP (tos 0x0, ttl 64, id 25306, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1975)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.740: UDP, length 128
 	0x0000:  4500 009c 62da 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 02e4 0088 fe9b 4e1e 0b22  ............N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344313 IP (tos 0x0, ttl 64, id 25307, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1968)!)
     localhost.xyzzy.vpps-via > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62db 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02a4 03fe 0094 fea7 4e1f f1d2  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344315 IP (tos 0x0, ttl 64, id 25308, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->19e7)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port 740 unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25306, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1975)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.740: UDP, length 128
 	0x0000:  4500 0038 62dc 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 106c 0000 0000 4500 009c  .......l....E...
 	0x0020:  62da 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 02e4 0088 fe9b                      ........
 15:06:35.344332 IP (tos 0x0, ttl 64, id 25309, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1966)!)
     localhost.xyzzy.854 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62dd 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0356 03fe 0094 fea7 4e1f 8dca  .....V......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344351 IP (tos 0x0, ttl 64, id 25310, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1965)!)
     localhost.xyzzy.corba-iiop > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62de 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02ab 03fe 0094 fea7 4e1f 8dca  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344364 IP (tos 0x0, ttl 64, id 25311, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1970)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.956: UDP, length 128
 	0x0000:  4500 009c 62df 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 03bc 0088 fe9b 4e1e 0b22  ............N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344370 IP (tos 0x0, ttl 64, id 25312, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->19e3)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port 956 unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25311, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1970)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.956: UDP, length 128
 	0x0000:  4500 0038 62e0 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 0f8f 0000 0000 4500 009c  ............E...
 	0x0020:  62df 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 03bc 0088 fe9b                      ........
 15:06:35.344372 IP (tos 0x0, ttl 64, id 25313, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1962)!)
     localhost.xyzzy.870 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62e1 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0366 03fe 0094 fea7 4e1f 8dca  .....f......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344391 IP (tos 0x0, ttl 64, id 25314, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1961)!)
     localhost.xyzzy.smpnameres > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62e2 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 0385 03fe 0094 fea7 4e1f 8dca  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344411 IP (tos 0x0, ttl 64, id 25315, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1960)!)
     localhost.xyzzy.1019 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62e3 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fb 03fe 0094 fea7 4e1f 8dca  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344413 IP (tos 0x0, ttl 64, id 25316, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->196b)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.735: UDP, length 128
 	0x0000:  4500 009c 62e4 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 02df 0088 fe9b 4e1e 0b22  ............N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344423 IP (tos 0x0, ttl 64, id 25317, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->19de)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port 735 unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25316, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->196b)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.735: UDP, length 128
 	0x0000:  4500 0038 62e5 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 1067 0000 0000 4500 009c  .......g....E...
 	0x0020:  62e4 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 02df 0088 fe9b                      ........
 15:06:35.344434 IP (tos 0x0, ttl 64, id 25318, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->195d)!)
     localhost.xyzzy.946 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62e6 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03b2 03fe 0094 fea7 4e1f 8dca  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344453 IP (tos 0x0, ttl 64, id 25319, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->195c)!)
     localhost.xyzzy.826 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62e7 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 033a 03fe 0094 fea7 4e1f 8dca  .....:......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344464 IP (tos 0x0, ttl 64, id 25320, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1967)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.871: UDP, length 128
 	0x0000:  4500 009c 62e8 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 03fe 0367 0088 fe9b 4e1e 0b22  .......g....N.."
 	0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................
 	0x0030:  0000 0000 0000 0000 1300 0000 2f64 2f61  ............/d/a
 	0x0040:  7574 6f2f 3132 7331 6500 0000 0000 0000  uto/12s1e.......
 	0x0050:  0000 0000 0000 0000 0000 0005 0000 a1ff  ................
 	0x0060:  0000 0001 0000 0000 0000 0000 0000 0014  ................
 	0x0070:  0000 1000 0000 0000 0000 0001 0000 002a  ...............*
 	0x0080:  0000 0013 4e1a f3d8 000a a717 4e1a f3d8  ....N.......N...
 	0x0090:  000a a715 4e1a f3d8 000a 6c2e            ....N.....l.
 15:06:35.344471 IP (tos 0x0, ttl 64, id 25321, offset 0, flags [none], proto ICMP (1), length 56, bad cksum 0 (->19da)!)
     localhost.xyzzy > localhost.xyzzy: ICMP localhost.xyzzy udp port 871 unreachable, length 36
 	IP (tos 0x0, ttl 64, id 25320, offset 0, flags [none], proto UDP (17), length 156, bad cksum 0 (->1967)!)
     localhost.xyzzy.exp2 > localhost.xyzzy.871: UDP, length 128
 	0x0000:  4500 0038 62e9 0000 4001 0000 7f00 0001  E..8b...@.......
 	0x0010:  7f00 0001 0303 0fdb 0000 0000 4500 009c  ............E...
 	0x0020:  62e8 0000 4011 0000 7f00 0001 7f00 0001  b...@...........
 	0x0030:  03fe 0367 0088 fe9b                      ...g....
 15:06:35.344473 IP (tos 0x0, ttl 64, id 25322, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1959)!)
     localhost.xyzzy.epp > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62ea 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 02bc 03fe 0094 fea7 4e1f 8dca  ............N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344493 IP (tos 0x0, ttl 64, id 25323, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1958)!)
     localhost.xyzzy.netconf-ssh > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62eb 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 033e 03fe 0094 fea7 4e1f 8dca  .....>......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 15:06:35.344512 IP (tos 0x0, ttl 64, id 25324, offset 0, flags [none], proto UDP (17), length 168, bad cksum 0 (->1957)!)
     localhost.xyzzy.812 > localhost.xyzzy.exp2: UDP, length 140
 	0x0000:  4500 00a8 62ec 0000 4011 0000 7f00 0001  E...b...@.......
 	0x0010:  7f00 0001 032c 03fe 0094 fea7 4e1f 8dca  .....,......N...
 	0x0020:  0000 0000 0000 0002 0001 86a3 0000 0002  ................
 	0x0030:  0000 0004 0000 0001 0000 0038 4e1a aa5e  ...........8N..^
 	0x0040:  0000 000e 7465 7374 686f 7374 2e78 797a  ....testhost.xyz
 	0x0050:  7a79 0000 0000 03ec 0000 02bc 0000 0005  zy..............
 	0x0060:  0000 0000 0000 0005 0000 012c 0000 012d  ...........,...-
 	0x0070:  0000 0147 0000 0000 0000 0000 0100 0000  ...G............
 	0x0080:  2f64 2f61 7574 6f00 0000 0000 0000 0000  /d/auto.........
 	0x0090:  0000 0000 0000 0000 0000 0000 0000 0005  ................
 	0x00a0:  3132 7331 6500 0000                      12s1e...
 
 [... 124386 lines deleted ...]
 
 
 9674 packets captured
 29702 packets received by filter
 19619 packets dropped by kernel
 
 --------------090207060604070601040504--
Responsible-Changed-From-To: freebsd-bugs->freebsd-fs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jul 12 22:13:58 UTC 2011 
Responsible-Changed-Why:  
assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158802 
>Unformatted:
