2 echo "To start tcpcrypt, run '/etc/rc.d/tcpcryptd start'. Secure connections"
3 echo "should Just Work between tcpcrypt-enabled machines."
4 echo "To start it at boot, add 'tcpcryptd' to DAEMONS array in /etc/rc.conf"
6 echo "This implementation of tcpcrypt is relatively safe. In the worst case"
7 echo "the daemon crashes and you lose all connectivity. When that happens,"
8 echo "just run '/etc/rc.d/tcpcryptd stop' to tear down iptables rules and"
9 echo "everything will continue."
11 echo "For debugging, run 'tcnetstat' to list all active encrypted connections"
12 echo "Run 'iptables -vnL' to check if iptables rules were set up correctly"