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

RE: kernel newer than 2.6.17 on qube



> The original message was just useless to me, it didn't
> described any problem.

Here is what syslog says when the target RaQ connects to the dhcp server
  Note the host unknown which is the dhcp/nameserver
  I note that /etc/resolv.conf does not get a nameserver
  should have: "nameserver i92.168.0.55" When testing with other
workstations on the net.

Dec 19 13:29:29 debi dhcpd: DHCPDISCOVER from 00:10:e0:00:c8:20 via eth1
Dec 19 13:29:29 debi dhcpd: i92.168.0.55: host unknown. Dec 19 13:29:29
debi dhcpd: DHCPOFFER on 192.168.0.149 to 00:10:e0:00:c8:20 via eth1 Dec
19 13:29:32 debi dhcpd: DHCPREQUEST for 192.168.0.149 (192.168.0.55)
from 00:10:e0:00:c8:20 via eth1 Dec 19 13:29:32 debi dhcpd: DHCPACK on
192.168.0.149 to 00:10:e0:00:c8:20 via eth1

My dhcpd.conf looks like:
==============
subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.150 192.168.0.155;
  next-server 192.168.0.55;
  option routers 192.168.0.55;
  option domain-name-servers i92.168.0.55;
  option broadcast-address 192.168.0.255;
  option ip-forwarding on;
}

host cobalt {
    hardware ethernet 00:10:e0:0:c8:20;
    fixed-address 192.168.0.149;
    option domain-name-servers i92.168.0.55;
    option broadcast-address 192.168.0.255;
    option routers 192.168.0.55;
    next-server 192.168.0.55;
    option root-path "/nfsroot";
    filename "default.colo";
    option host-name "cobalt";
    option ip-forwarding on;
}
=================

I do have the RaQ=Deb install getting to;
====================
net: interface up
address     192.168.0.149
netmask     255.255.255.0
gateway     192.168.0.55
1> lcd 'Booting...' {ip-address}
1> nfs {dhcp-next-server} {dhcp-root-path} {dhcp-boot-file}
no response
script aborted <1> 
=======================

When I mount the nfs file /nfsroot from a workstation I see the
following in the nfs server syslog And it keeps repeating forever....

Dec 19 12:01:19 debi mountd[613]: NFS mount of /nfsroot attempted from
192.168.0.149 Dec 19 12:01:29 debi mountd[613]: /nfsroot has been
mounted by 192.168.0.149

But the workstation does mount it, and I can read it from that
workstation????

HELP!
Gerald



Reply to: