> I have added the following line to /etc/exports (on the server)
>
> /home 192.168.0.0/255.255.255.255(rw)
You have a network address and a mask for a machine!
try 192.168.0.0/28
Erm, you might want to try 192.168.0.0/24
alternatively (meaning the same): 192.168.0.0/255.255.255.0
Assuming you're using normal the Class C private addressing.
Now I haven't thoroughly read what you're doing, but I suspect that you're
trying to add the _host_ (not the network) so you REALLY want:
/home 192.168.0.1/255.255.255.255(rw)
Anyhoo... plenty to try there,
Michael.