Before you replied I had gone back to put the broadcast option back into dhcp3 and I booted the Core & MD system. I have rebuilt the system from scratch so many times I had missed it the last rebuild. When executing dpkg I saw a difference between the two.
On Core
dcerouter_112566:~# dpkg -l|grep pluto-boot
ii pluto-boot-scripts 2.0.0.44.09051121983 <insert up to 60 chars description>
dcerouter_112566:~#
On MD
root@dcerouter:/# dpkg -l|grep pluto-boot
ii pluto-boot-scripts 2.0.0.44.09050721973 <insert up to 60 chars description>
root@dcerouter:/#
So using chroot I did an apt-get update
Fetched 6756B in 1s (4706B/s)
W: GPG error:
http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: Failed to fetch file:/usr/pluto/deb-cache/./Packages.gz File not found
E: Some index files failed to download, they have been ignored, or old ones used instead.
On my earlier attempt using ssh I did not get the public key error.
Just to verify using ssh
Reading package lists... Done
W: GPG error:
http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: You may want to run apt-get update to correct these problems
This morning prior to adding the broadcast option upon doing apt-get dist-upgrade I had received
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Now I received...
The following packages will be upgraded:
pluto-boot-scripts
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I upgraded pluto-boot scripts and reboot the MD.
Recheck the installed package.
dcerouter_112566:~# chroot /usr/pluto/diskless/31
root@dcerouter:/# dpkg -l|grep pluto-boot
ii pluto-boot-scripts 2.0.0.44.09051121983 <insert up to 60 chars description>
root@dcerouter:/#
Matched. Went to MD and ran KDE desktop. Took a while but it is UP! Yeah!
However, when the MD initially boots it reports that it gets the broadcast address from the Core.
It looks like something is not clicking between the Core and MD yet.
Now maybe I can get the kernel panic on the other MD sorted out.
Thank you very much posde for pointing me in the right direction. I really appreciated your help.