On Thursday 22 Jan 2004 18:37, Tux the turtle wrote:
> Am Donnerstag, 22. Januar 2004 18:46 schrieb Aaron Walker:
> > Stefan Vunckx wrote:
> > > Check if your server is properly setup, meaning he'll have to
> > > grant your pc access (see if your IP is in the allowed setup and
> > > such).
> > >
> > > Bonx
> >
> > Yes, I added the IP address of the laptop to /etc/exports on the
> > server.
> >
> > Looks like:
> >
> > /usr/portage        mailserver_IP(rw,no_root_squash,no_subtree_check,sync)
> > laptop_IP(rw,no_root_squash,no_subtree_check,sync)
> >
> > all on one line of course
>
> If you have listed your clients in /etc/hosts you have to use the
> names, not the IP's as far as I recall...
> tuthtu
>
No.  Here's a snippet of mine:
# /etc/exports: NFS file systems being exported.  See exports(5).
/home  192.168.0.0/255.255.255.0(sync,insecure,no_root_squash,rw)
/root  192.168.0.0/255.255.255.0(sync,insecure,no_root_squash,rw)

In Aaron's case I would try:
/usr/portage    mailserver_IP(rw,no_root_squash,no_subtree_check,sync) 
/usr/portage    laptop_IP(rw,no_root_squash,no_subtree_check,sync)

Peter
-- 
======================================================================
Gentoo Linux: Portage 2.0.49-r20        kernel-2.6.1-gentoo-w4l
i686 AMD Athlon(tm) XP 3200+    KDE: 3.1.5 Qt: 3.2.3 gcc(GCC): 3.2.3
======================================================================


--
[EMAIL PROTECTED] mailing list

Reply via email to