Skip to navigation
Fix hetzner complain of port 111
19.08.26
``` # Stop and disable services systemctl stop nfs-server systemctl disable nfs-server systemctl stop rpcbind systemctl disable rpcbind # Remove NFS packages apt purge nfs-kernel-server nfs-common -y apt autoremove -y # Block remaining ports iptables -A INPUT -p tcp --dport 111 -j DROP iptables -A INPUT -p udp --dport 111 -j DROP iptables -A INPUT -p tcp --dport 2049 -j DROP iptables -A INPUT -p udp --dport 2049 -j DROP # Save firewall rules netfilter-persistent save ```
Reply
Anonymous
Information Epoch 1787652642
When you must fail, fail noisily and as soon as possible.
Home
Notebook
Contact us