I have a Pix 515E running PixOS version 8.0.4 with two interfaces, inside and outside.
On the inside interface, I have a Redhat Enterprise Linux 5.4 64 bits machine as an NFS server version 4 (NFSv4).
On the outside interface, I have three (3) Redhat Enterprise Linux 5.4 64 bits as NFS clients.
I have the following configuration on the Pix:
static (inside,outside) 192.168.1.1 4.2.2.2 netmask 255.255.255.255
access-list external permit icmp any any log
access-group external in interface outside
At the moment, none of the Linux client machines can mount a share on the NFS server because
my ACL is too restrictive. I would like to be able to open the firewall so that Linux client
machines can mount the NFS server using NFS over UDP or NFS over TCP.
I am looking for the exact UDP and TCP ports to be added to the ACL in order to accomplish
this, from someone who have done this before.
Anyone know how to do this?
Thanks,