On 3 Sep 2002, Damon Lynch wrote:

> On Tue, 2002-09-03 at 13:15, Stew Benedict wrote:
>     On 3 Sep 2002, Damon Lynch wrote:
>     
>     > Hi again,
>     > 
>     > After creating symbolic links in /lib/modules/ to 2.4.19-7mdk, I was
>     > able to install terminal server.  However I cannot get it to run.
>     > 
>     > There are two problems:
>     > 
>     > 1.  When clicking on "Start Server" from the config GUI I get:
>     > 
>     > Starting dhcpd:                  
>     > 
>     
>     You should be seeing something here ^^^.  Did you configure the dhcpd
>     server and client configs?
> 
> 
> Yes.  I used the GUI.  This is the contents of /etc/dhcpd.conf:
> #dhcpd.conf - generated by drakTermServ
> 
> ddns-update-style none;
> 
> # Long leases (48 hours)
> default-lease-time 172800;
> max-lease-time 172800;
> 
> # Include Etherboot definitions and defaults
> include "/etc/dhcpd.conf.etherboot.include";
> 
> # Network-specific section
> 
> subnet 192.168.0.0 netmask 255.255.255.0 {
>       option routers 202.0.35.1;
>       option subnet-mask 255.255.255.0;
>       option broadcast-address 192.168.0.255;
>       option domain-name "ext.dev-zone.org";
>       option domain-name-servers 203.96.152.4, 127.0.0.1;
> }
> 
> # Include client machine configurations
> include "/etc/dhcpd.conf.etherboot.clients";
> 
> 
> 
> To be honest I don't know what the setting routers means.  I guess it
> got that from my static IP address, which ends in another number, not 1.
> 
> This is the contents of /etc/dhcpd.conf.etherboot.clients:
> 
> host jennifer {
>       hardware ethernet       00:80:AD:77:A3:9B;
>       fixed-address           192.168.0.2;
>       filename                "boot-tulip.2.4.19-7mdk.nbi";
> }
> 

Looks resaonable.

>     
> I have manually restarted dhcpd and clusternfs, but still the client
> cannot detect the dhcpd client.
> 

CLusternfs is not needed at all to boot the client machine and give it an
IP.  Does the eitherboot image (floppy?) show the MAC address of the
client and look like it's trying to get an IP address.  Do you see
anything in the server logs of the dhcpd negotiations?

Stew Benedict

-- 
MandrakeSoft    
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc


Reply via email to