Update README.md
This commit is contained in:
parent
930b841185
commit
0bc3ff2dfb
1 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,7 @@ To:
|
||||||
|
|
||||||
The installation takes up to 15 minutes.
|
The installation takes up to 15 minutes.
|
||||||
|
|
||||||
## 2. Set root password and disable port 111
|
## 2. Set root password and disable port 111 or service
|
||||||
|
|
||||||
After installation a password must be assigned to the root user if access to the Hetzner machine is via ssh-key. The access will be done via the Linux PAM authentication module.
|
After installation a password must be assigned to the root user if access to the Hetzner machine is via ssh-key. The access will be done via the Linux PAM authentication module.
|
||||||
|
|
||||||
|
@ -69,6 +69,10 @@ Proxmox opens port 111 by default, which is a security risk. Therefore, the port
|
||||||
iptables -A INPUT -p udp -m udp --dport 111 -j DROP
|
iptables -A INPUT -p udp -m udp --dport 111 -j DROP
|
||||||
sudo /sbin/iptables-save
|
sudo /sbin/iptables-save
|
||||||
|
|
||||||
|
##if the service is not needed, then disable and mask it
|
||||||
|
sudo systemctl disable --now rpcbind rpcbind.socket
|
||||||
|
sudo systemctl mask rpcbind
|
||||||
|
|
||||||
Now open the Proxmox-Webconsole with your ordered server IP-Address (MAIN-IP) and login with root and your password:
|
Now open the Proxmox-Webconsole with your ordered server IP-Address (MAIN-IP) and login with root and your password:
|
||||||
|
|
||||||
https://178.10.10.10:8006
|
https://178.10.10.10:8006
|
||||||
|
|
Loading…
Reference in a new issue