> I have a rh9 server co-located at my isp.. I want to export the web > root.. I have: > > ----------------------- > /var/www/ <my ip>/255.255.255.0(no_root_squash,rw) > ----------------------- Are you behind a firewall doing NAT? If so, you may need to change the ip address to match the outside of the NAT (are you putting in the private address rather than the public one?). Of course, no_root_squash is a really bad idea. Scott