Install Dante on an AWS instance
Jump to navigation
Jump to search
Kerberos
root@localhost ~ # yum install krb5-serverroot@localhost ~ # nano -w /etc/krb5.confroot@localhost ~ # kdb5_util create -sroot@localhost ~ # nano -w /var/kerberos/krb5kdc/kadm5.acl*/admin@JMK.HU *
root@localhost ~ # kadmin.local -q "addprinc admin/admin"root@localhost ~ # chkconfig krb5kdc onroot@localhost ~ # chkconfig kadmin onroot@localhost ~ # /etc/init.d/krb5kdc startroot@localhost ~ # /etc/init.d/kadmin startroot@localhost ~ # kadmin.local -q "addprinc user"Dante
root@localhost ~ # cd /usr/local/srcroot@localhost /usr/local/src # wget wget https://www.inet.no/dante/files/dante-1.4.1.tar.gzroot@localhost /usr/local/src # tar xvzf dante-1.4.1.tar.gzroot@localhost /usr/local/src # cd dante-1.4.1root@localhost /usr/local/src/dante-1.4.1 # ./configureroot@localhost /usr/local/src/dante-1.4.1 # makeroot@localhost /usr/local/src/dante-1.4.1 # make installroot@localhost ~ # nano -w /etc/sockd.confSquid
root@localhost ~ # yum install squid