From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) Description of problem: When exporting a filesystem on Linux as /home/test name_of_aix(rw) a mount on the AIX machine (AIX 4.3.2) results in a "Operation not permitted" error message. The same mount on a SUN Solaris works. Whats wrong with the Linux-AIX connection? Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1./etc/exports on Linux: /home/test name_of_aix(rw) 2.On IBM AIX 4.3.2: mount name_of_linux:/home/test /tmp/test mount 1831-008 wird aufgegeben bei: name_of_linux:/home/test vmount: Die Operation ist nicht zulaessig. 3.Inside the /var/log/messages of Linux: localhost kernel: nfsd: request from insecure port (0ad22875:62298)! Actual Results: No filesystem is mounted. I receive only an error message. Expected Results: The filesystem should be mounted. Additional info: I think, with a special parameter inside the /etc/exports or within the mount request, the error can be solved. Is it possible, that I make a mistake?
Try this command from the AIX box as root: # nfso -o nfs_use_reserved_ports=1
Agreed, this is a client configuration issue. Thanks for providing the necessary configuration change.