robman70
Technical User
- Aug 6, 2002
- 90
I am trying to share files between two redhat 7.2 boxes, on the box im trying to connect from (homer.simpson), the the /etc/exports file has
/misc/share marge.simpson(rw)
on marge.simpson, when i type
mount -t nfs homer.simpson:/misc/share /mnt/nfs
i get an error saying
mount: cant get address for homer.simpson
when i type
mount -t nfs 192.168.2.100:/misc/share /mnt/nfs
i get
mount: RPC: Unable to receive; errno = Connection refused
both computers have the same files set up the same way, naturally i get the same error if im trying to connect marge to homer or homer to marge
does anyone have any idea what im missing or what the problem is, i chmod 0777 /misc/share on both computers, dont know if that even makes a difference
any help is greatly appreciated
thanks
/misc/share marge.simpson(rw)
on marge.simpson, when i type
mount -t nfs homer.simpson:/misc/share /mnt/nfs
i get an error saying
mount: cant get address for homer.simpson
when i type
mount -t nfs 192.168.2.100:/misc/share /mnt/nfs
i get
mount: RPC: Unable to receive; errno = Connection refused
both computers have the same files set up the same way, naturally i get the same error if im trying to connect marge to homer or homer to marge
does anyone have any idea what im missing or what the problem is, i chmod 0777 /misc/share on both computers, dont know if that even makes a difference
any help is greatly appreciated
thanks