What I am attempting to do is connect to a Sun box that is sharing out a NFS share.
I had to do this with other Sun boxes by using the 'public' option within the 'mount' utility. Unfortunately I have to do it this way because of firewall issues.
kind of like:
mount -F NFS -o public,tcp,.....
connecting from sun box to sun box works just fine.
Im now trying to mount the NFS on a linux box, but I am not sure if I will be able to do that.
I need to connect to port 2049, so I tried the 'port' option within mount utility for linux. did not work.
I had to do this with other Sun boxes by using the 'public' option within the 'mount' utility. Unfortunately I have to do it this way because of firewall issues.
kind of like:
mount -F NFS -o public,tcp,.....
connecting from sun box to sun box works just fine.
Im now trying to mount the NFS on a linux box, but I am not sure if I will be able to do that.
I need to connect to port 2049, so I tried the 'port' option within mount utility for linux. did not work.