Replies: 2 comments 1 reply
-
I think you need to paste your |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing due to no update for over 3 months. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to replicate this setup:
https://www.ianstacey.net/2021/07/20/basic-ha-nfs-server-with-keepalived/
So a simple active/passive NFS cluster via Keepalived.
But it doesn't work. The Keepalived configuration is valid and I got a vIP on the master node which can switch to the backup node.
But I cannot mount the NFS data folder using the Keepalived vIP:
mount -vvv -t nfs $vIP:/data ./nfs-test
returns mount.nfs: mount(2): "Connection timed out"
I've tested this setup on Debian 11, Debian 12 and OpenSuse LEAP 15. Same error on every OS.
It's the default NFS server configuration and Firewall rules on each OS. So the server is listening on everything 0.0.0.0 and all rules (INPUT/OUTPUT/FORWARD) are on ACCEPT.
Already tested with the NFSv4 on port 2049, got a different error, but NFS mountpoint still hangs indifinetly.
Does anybody have any idea how to make this setup works ?
Beta Was this translation helpful? Give feedback.
All reactions