You are not logged in.
i am now sharing my internet connection with a second computer.
(edit: sharing it directly, eth1 to eth0, using crossover cable)
but now what i want to do is set up a 2-computer lan, so that any of the two computers can access files on the other one (on a partition on which i will set the necessary permissions).
i want to be able to access files on other computer using any file manager. how can i do this?
(also, i am using dhcp to share internet connection with second computer. should i change the second computer to static ip?)
PS
i am not really familiar with terminology, concepts, etc... so please be kind.
Offline
For a small setup like this, I'd use static IPs instead of dhcp, and sshfs to share files - it's in extra, and it's very easy to use.
Offline
If you're using *nix computers, you can choose SSHfs, NFS, Samba, ...
If you want to share between *nix and Windows, you'll need to use Samba.
Check the Wiki for documentation.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
thank you for your repiles.
have you guys ever tried sfs?
Offline
While probably the hardest for a new user to setup, NFS is probably the best here. sshfs is cake to setup, but you have the added overhead of encrypted traffic, which isn't needed in an isolated network. You will only notice this if you transfer huge files.
Offline