hello,
running dapper on both laptop and home desktop. desktop is my nfs server, and cups server.
after upgrading to feisty, then reinstalling dapper, i can't get access to the server- no nfs, no cups, no vncviewer...
unless i'm connected by cable. as far as i know, i haven't done anything on the server that would affect this. i've tried messing around with the server's /etc/exports file; here is its current state, which i believe should open up /home/steve to any computer in the 192.168.1.x pool:
Code:
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
/home/steve 192.168.1.1/24(rw,no_root_squash)
let me know what else i should post; thanks!
-steve