Łukasz Wąsikowski
Łukasz Wąsikowski
pfctl -F states will kill all states causing every connection to drop. This would be far worse than pfctl -k I don't think that we can do better than pfctl...
My quick test showed that: pfctl -a f2b/named -t f2b-named -F states and pfctl -a f2b/named -F states killed my active ssh connection, so I'm not sure that flush states...
Multiport: ``` # pfctl -sr -a f2b/named -t f2b-named -T show block drop quick proto udp from to any port = domain block drop quick proto udp from to any...
I'd go with bug in pf or in it's documentation.
``` # pfctl -s pfctl: option requires an argument -- s usage: pfctl [-AdeghmNnOPqRrvz] [-a anchor] [-D macro=value] [-F modifier] [...] ``` pfctl -s all should do "show all". What...
@dfranco: Thank you. If you need more details or access to VM with this problematic setup let me know.
I see in that log that you are running ./check_mongodb_write.pl --help. I agree that it is working with MongoDB 1.0.2. But try to connect to mongodb server using login and...
I'm having problems with auth after upgrading perl MongoDB to 1.2.1. On Nagios host: # cd /data/nagios/nagios-plugins && git pull Already up-to-date. On Mongo host: $ mongo admin -u idaho...
I don't think it works. One node k3s v1.0.1: `/usr/local/bin/k3s server --kubelet-arg=max-pods=500 --no-deploy=traefik,servicelb --flannel-conf=/var/lib/rancher/k3s/agent/etc/flannel/net-conf-local.json --docker` I've added SubnetLen to flannel configuration: `# cat /var/lib/rancher/k3s/agent/etc/flannel/net-conf-local.json { "Network": "10.24.0.0/16", "SubnetLen": 22, "Backend":...
Thank you for this information, didn't know that. Probably it should be documented :) Anyway, clean VM, still no luck: `# cat /opt/etc/flannel.json { "Network": "10.24.0.0/16", "SubnetLen": 22, "Backend": {...