I get this exact error:
iptables -A INPUT -p udp --dport 53 --set --name dnslimit
iptables v1.3.5: -c packet counter not numeric
What am I doing wrong?
I get this exact error:
iptables -A INPUT -p udp --dport 53 --set --name dnslimit
iptables v1.3.5: -c packet counter not numeric
What am I doing wrong?
I can't get the command working, it should listen to 8080
I am out of idea's with this, any support on this matter?
We run a couple of onapp nodes that connect through iSCSI to a SAN. This is now using up all bandwidth and we want to know where it is coming from, we have been search for days now and would like to ask the community.
iftop:
x.x.x.x => y.y.y.y 279Mb 239Mb 239Mb
<= 7.09Mb 5.74Mb 5.74Mb
If you need any information, please leave a comment.
I am setting up an server with vsftpd to let virtual users access their space. Now it is fully working but only with CRYPT passwords. So
sudo htpasswd -c /etc/vsftpd/ftpd.passwd phpmyadmin
will not allow me to log in, but
sudo htpasswd -c -d /etc/vsftpd/ftpd.passwd phpmyadmin
will.
/etc/vsftpd.conf
listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
nopriv_user=vsftpd
virtual_use_local_privs=YES
guest_enable=YES
user_sub_token=$USER
local_root=/var/www/vhosts/$USER.universe.local
chroot_local_user=YES
hide_ids=YES
guest_username=vsftpd
/etc/pam.d/vsftpd
auth required pam_pwdfile.so pwdfile /etc/vsftpd/ftpd.passwd crypt=2
account required pam_permit.so crypt=2
I installed apache2.4.3 from source as well as PHP.
Things I've tried:
I have been struggeling with this for a week now, I hope u guys can help me further