I set the relevant lines of /etc/network/interfaces to
Code: Select all
iface eth0 inet static
address 192.168.0.1
network 255.255.255.0
Code: Select all
iface eth0 inet static
address 192.168.0.1
network 255.255.255.0
NFS server / clienttimothreus wrote:Thank you for the reply. I have now just connected the two pis. They can ping each other so all is good so far. Is there a simple way to get them to share files with each other (without connecting one of them to an external hard drive and setting it up as a file server)?