Hello everyone, I'm trying to configure Proxmo with Port Knock so that I can access Proxmox together with Port Knock so that I can protect some Proxmox that I have on dedicated players, without running the risk of being left stranded, if necessary (currently I only release my fixed IPs, but sometimes I'm on the street and can't access via 4G, for example).
I went to install knockd in my lab, configured the Firewall in the Datacenter and on the Host, dropped port 22 via the Firewall on the Host and ran the command with the Port Knock client. The log file says that the rule for the SSH port was created, but when I run
Just to be on the safe side, I went to the shell and ran:
This way the rule is added, but the port is still blocked for my host.
Has anyone used this combination to give me a tip?
I went to install knockd in my lab, configured the Firewall in the Datacenter and on the Host, dropped port 22 via the Firewall on the Host and ran the command with the Port Knock client. The log file says that the rule for the SSH port was created, but when I run
iptables -L | grep 10.100.0.11
, it doesn't list any rules for my IP.Just to be on the safe side, I went to the shell and ran:
iptables -A INPUT -s 10.100.0.11 -p tcp --dport 22 -j ACCEPT
This way the rule is added, but the port is still blocked for my host.
Has anyone used this combination to give me a tip?