Article 6G11V unable to NFS mount

unable to NFS mount

by
mfoley
from LinuxQuestions.org on (#6G11V)
I have the following in my fstab:
Code://mydom.com/trashbin /mnt/novatec/trash cifs username=me,password=pw,uid=mfoley,gid=users,port=1900,_netdev 0 0and the following in mydom.com's /etc/exports:
Code:/tmp/trash 174.207.42.255(rw,root_squash,acl,anonuid=101,anongid=200)When I try a mount from my local computer (174.207.42.255) I get:
Code:# mount /mnt/novatec/trash
mount error(111): could not connect to 1.2.3.4 Unable to find suitable address.I can do this mount successfully when connecting from an address other than 174.207.42.255. The address I normally connect from is a Spectrum IP and 174.207.42.255 is a mobile hot spot with Verizon.

Any reason I cannot do this? Does the hot spot not permit this port? If I change to port 2049 it does nothing.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments