I'm really having some problems connecting these two boxes. I had sftp kinda working for a while, at least small text files, big files seemed to get created at 0 bytes.
But what I'm really trying to get working is NFS or possibly even SMB so that leopard can read/write to the freebsd box.
This is as far as I got so far for NFS:
mac user is id is (peter)501, staff 20
I created a user on bsd box id is (zfs)501, staff 20
I have an /etc/exports entry for:
/data/shared -mapall=zfs -alldirs -network 192.168.0.0 -mask 255.255.0.0
osx box: 192.168.0.44 (connected 1000Mb to a dlink dir 655)
bsd box: 192.168.1.39 (connected 100Mb to a netopia router)
I have a network cable going from one router to the other.
a showmount -e on bsd gives:
Exports list on localhost:
/data/shared 192.168.0.0
From osx I try to 'connect to server' using the following:
nfs://192.168.1.39/data/shared
which eventually results in:
"could not connect to server because the name or password is not correct"
Any help would be really appreciated!
cheers
Peter
But what I'm really trying to get working is NFS or possibly even SMB so that leopard can read/write to the freebsd box.
This is as far as I got so far for NFS:
mac user is id is (peter)501, staff 20
I created a user on bsd box id is (zfs)501, staff 20
I have an /etc/exports entry for:
/data/shared -mapall=zfs -alldirs -network 192.168.0.0 -mask 255.255.0.0
osx box: 192.168.0.44 (connected 1000Mb to a dlink dir 655)
bsd box: 192.168.1.39 (connected 100Mb to a netopia router)
I have a network cable going from one router to the other.
a showmount -e on bsd gives:
Exports list on localhost:
/data/shared 192.168.0.0
From osx I try to 'connect to server' using the following:
nfs://192.168.1.39/data/shared
which eventually results in:
"could not connect to server because the name or password is not correct"
Any help would be really appreciated!
cheers
Peter