3 echo "==============================================================================="
4 echo "Don't forget to create configuration directories unter /etc/anytun/"
5 echo "and to add them to /etc/anytun/autostart. See README for more Information"
6 echo "You will find example configuration files in /usr/share/anytun-$1/etc-example/"
8 echo "You might want to add a user/group for anytun:"
9 echo "> sudo groupadd -r anytun"
10 echo "> useradd -g anytun -r -d /var/run/anytun -s /bin/false anytun"
12 echo "You can disect anytun traffic using wireshark using the following script:"
13 echo " http://svn.anytun.org/anytun-common/trunk/wireshark-lua/satp.lua"
14 echo "==============================================================================="
23 [-x /etc/rc.d/anytun ] && /etc/rc.d/anytun stop