From: Alastair Johnson > I have 2 OpenBSD 4.0beta firewalls arranged in a CARP > failover configuration with PFsync. > > It seems to work very well for everything except NFS. > My ssh, remote desktop and telnet connections seem to > survive a failover very nicely.
[snip] > Unfortunately we only have one netapp and its live so > experimenting is awkward. I was hoping I wasnt the > first to try and do NFS across a redundant OpenBSD > firewall. This is an internal firewall between > departments not across the public internet! > Any help or suggestions would be much appreciated. Sounds to be along the lines of what I'd recently asked. http://marc.theaimsgroup.com/?l=openbsd-misc&m=115513950532728&w=2 I haven't found a really great answer to what I was looking at, which amounted to clients trying to access file handles on the new server that were only recognized in the context of the NFS session with the old server. Two ideas that were proposed to me were to use amd to access the NFS exports, and to set the NFS state directory to a shared medium so as to have common state information between nodes (also something about a -n switch to statd on that second one, but I can't find reference to statd anywhere...) DS

