Subject: Re: HELP
To: Cecil Eduardo Campos Costa <cecilcosta@yahoo.com>
From: Wayne Cuddy <wcuddy@crb-web.com>
List: netbsd-help
Date: 02/05/2002 18:39:30
On Wed, Feb 06, 2002 at 12:27:18AM +0100, Cecil Eduardo Campos Costa wrote:
> hello, thank you for your help
> 
> wcuddy@crb-web.com wrote:
> 
> > On Wed, Feb 06, 2002 at 12:07:12AM +0100, pototo2002@netscape.net wrote:
> > 
> > 
> > Is you address static or DHCP assigned?
> 
> It's static address for both (the router and the machine)

The nameserver IP addresses go into /etc/resolv.conf.  See the manpage for
resolv.conf

A simple /etc/resolv.conf file looks like this:
--
nameserver 1.2.3.4
--
Where 1.2.3.4 is the IP address of your DNS.


> > 
> > 
> >>3. The nfs can't be mounted if the server is a Linux
> >>
> > 
> > The output from the mount command would be helpful..
> 
> The linux machine has the folowing line into the "/etc/exports" file
> /var/export4 192.28.28.4(rw)
> on the other machine i try to use the following command
> mount -t nfs 192.28.28.3:/var/export4 /mnt

What is the error when you issue this command: 
	mount -t nfs 192.28.28.3:/var/export4 /mnt


> 
> 
> > 
> > 
> >>4. the rcp can't copy from a Linux machine
> >>
> > 
> > Once again, the output would be nice.
> > 
> > Is your ~/.rhosts file on the linux box setup correctly?
> 
> that was the problem, I thought that I had to configure /etc/hosts.equiv
> 
> > 
> > 
> > 
> >>
> >>Can anybody help me?
> >>
> >>Thank you for your attention.
> >>
> >>Eduardo
> >>
> >>
> 
> thank you for everything....
>