Hello everyone, I’m Felix as a newbie.
I’d like to implement NFS over HAproxy,
I’ve redirected port 2049,111 but it’s been not working, it seems like NFS protocol is using some of radom ports based on RPC that I could not specific them.
What I think to do is that, it’s possible to dynamically map a fixed source IP to a fixed destination IP? such as 192.168.1.1:any to 192.168.2.1:any(all forwarding)
Thank in advance!!