Andrew Zbikowski wrote: > I've got Comcast, and I have no issues with my internal network when > Comcast goes poof. Are you getting public IP address from Comcast for > all your computers, or do you have your network behind a router and > you're NATing, or do you have some other setup? > > If you're home network is a private subnet, you should just be able to > add that subnet to the hosts.allow and/or /etc/exports and be fine. > > Ie: > > /bigdamndisk 192.168.1.0/255.255.255.0(rw) > # cat /etc/exports /bak2/arcade 192.168.1.0/24(rw,no_root_squash,sync) /bak2/ogg 192.168.1.0/24(rw,no_root_squash,sync) /bak2/mp3 192.168.1.0/24(rw,no_root_squash,sync) /bak2/camera 192.168.1.0/24(rw,no_root_squash,sync) /bak3 192.168.1.0/24(rw,no_root_squash,sync) /dvd1 192.168.1.0/24(ro,all_squash,anonuid=0,anongid=0,sync) /dvd2 192.168.1.0/24(ro,all_squash,anonuid=0,anongid=0,sync) The server is the router doing NAT for the MythTV box, a Mandrake Laptop, and an WinXP Desktop (roommate's). The MythTV box is the only one on the 192.168.1.0/24 network, the other two are on a wireless 192.168.0.0/24 net. The server does have a public domain and uses a dynamic dns service to keep the ip updated, but I don't think that should be a problem. Chris