dikshie

knot installation freebsd

Feb 14th, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #/usr/ports/dns/knot
  2. #make install clean
  3.  
  4. hasilnya:
  5. ----------
  6. ===> Creating users and/or groups.
  7. Creating group 'knot' with gid '553'.
  8. Creating user 'knot' with uid '553'.
  9. Installing knot-1.4.2_1... done
  10. ####################################################################
  11. #
  12. # To start using Knot DNS, you should complete the following tasks:
  13. #
  14. # cp /usr/local/etc/knot/knot.sample.conf /usr/local/etc/knot/knot.conf
  15. # $EDITOR /usr/local/etc/knot/knot.conf
  16. # echo knot_enable=\"YES\" >> /etc/rc.conf
  17. # echo knot_config=\"/usr/local/etc/knot/knot.conf\" >> /etc/rc.conf
  18. # /usr/local/etc/rc.d/knot start
  19. #
  20. ####################################################################
  21.  
  22. ===> SECURITY REPORT:
  23. This port has installed the following files which may act as network
  24. servers and may therefore pose a remote security risk to the system.
  25. /usr/local/bin/knsupdate
  26. /usr/local/bin/knsec3hash
  27. /usr/local/bin/khost
  28. /usr/local/sbin/knotc
  29. /usr/local/sbin/knotd
  30. /usr/local/bin/kdig
  31.  
  32. This port has installed the following startup scripts which may cause
  33. these network services to be started at boot time.
  34. /usr/local/etc/rc.d/knot
  35. -------------------
  36.  
  37. edit /etc/rc.conf
  38. isi dengan:
  39. knot_enable="YES"
  40. knot_config="/usr/local/etc/knot.conf"
  41.  
  42. start knot dengan cara:
  43. #/usr/local/etc/rc.d/knot restart
Add Comment
Please, Sign In to add comment