[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Debian on a Raq2



> > > > I'm trying to install Debian on my Raq2.... I've setup the 
> NFS server
> on
> > a
> > > > separate RH8.0 box, and I think this is working. I added 
> the necessary
> > > > config to /etc/dhcpd.conf, and am pretty sure thats all okay, I'm
> > already
> > > > using DHCP for the other few clients I've got.
> 
> Did you restart dhcpd so it re-reads the config file to find that 
> it should
> be "talking" to the Raq?
> 

Thanks for that Chris.

What IP addresses did you put in /etc/export?

/nfsroot        192.168.17.20/255.255.255.0(ro)
/mnt/nfsroot    192.168.17.20/255.255.255.0(ro)

I've got the same ones as my dhcp reservation by the Raq's MAC address.

my /etc/dhcpd.conf...

host raq {
        hardware ethernet 00:10:e0:00:26:de;
        fixed-address 192.168.17.20;
        }

I really dont want to have to setup a Windows DHCP and NFS server :-(


Gareth
>