Closed hack3rcon closed 3 years ago
@hack3rcon Unfortunately you haven't provided any of the necessary information to ascertain what is happening here.
You will need to provide:
keepalived -v
ip addr show
iptables -nvL
and nft list ruleset
Closing due to no response for over 1 week. If further information is provided this issue can be reopened.
Hello, I used Keepalived tutorial to configure Keepalived on two CentOS web servers: Server 1: 192.168.56.7 Server 2: 192.168.56.9 Virtual IP: 192.168.56.110 And after it, I added below Firewalld rule:
But I can't ping my Virtual IP address:
And cURL doesn't show anything too:
# curl -l 192.168.56.110
I used "ip addr show NIC" command and Virtual IP address is assigned to my NIC, but why it doesn't work?Thank you.