Guest User

Untitled

a guest
Oct 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. apt-get install vsftpd
  2. apt-get install bind9
  3. service vsftpd stop
  4. service bind9 stop
  5. replace '#write_enable' 'write_enable=YES#' -- /etc/vsftpd.conf
  6. replace '#local_enable' 'local_enable=YES#' -- /etc/vsftpd.conf
  7. replace '//forwarders' 'forwarders' -- /etc/bind/named.conf.options
  8. replace '//\t0.0.0.0' '\t8.8.8.8;\n\t\t8.8.4.4;\n\t};' -- /etc/bind/named.conf.options
  9. chmod a-w /home/danya/ #change danya to name of your user
  10. service vsftpd restart
  11. service bind9 restart
Add Comment
Please, Sign In to add comment