# modprobe cn
# modprobe crypto_blkcipher
# modprobe dst

Simple export.
# ./dst -n export -d /dev/hdd -a 0.0.0.0 -p 1025 -R

Simple connect to the remote server.
# ./dst -n connect -a yafs-dev02 -p 1025 -R

Encrypted and hashed export.
# ./dst -n export -d /dev/hdd -a 0.0.0.0 -p 1025 -R -x "hmac(sha1)" -H hash_key -c "cbc(aes)" -C ./cipher_key

Encrypted and hashed connect to the remote server.
# ./dst -n connect -a yafs-dev02 -p 1025 -R -x "hmac(sha1)" -H hash_key -c "cbc(aes)" -C ./cipher_key

More details.
# ./dst -h
