Hi,
I tried to create a MD but received but TFTP fails with
PXE-E32: TFTP open timeout
I checked to ensure that the TFTP service was running...
$ netstat -an | fgrep -w 69
and received
udp 0 0 0.0.0.0:69 0.0.0.0:*
I tried...
grep tftp /etc/inetd.conf
and received
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.255.0.0-255 --maxthread 100 --verbose=5 --no-blksize /tftpboot
I then checked the /etc/dhcp3 directory and saw that dhcpd wasn't configured.
So no MD creation in this snap and that's why my NAS is giving me grief.
Cheers.