updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / tcpcrypt-git / tcpcrypt.install
blob856d417f86d6d2ac93cecae3a0b7c42cf93f6d97
1 post_install() {
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"
5   echo
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."
10   echo
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"