Hi! The ping from busybox on the root disk does not work: $ ping hostname ping: unknown protocol icmp It seems the call to getprotobyname("icmp") does not work even if /etc/protocols from netbase is present. I suggest to hardcode the protocol (which it already is for BB_SIMPLE_PING) and to remove /etc/protocols. -- Stefan Gybas