Hi there, thanks for replying. I added that to my dhcpd.conf file
but I get a new error message now:
Listening on Socket /eth1/IP-address
Sending on Socket /eth1/IP-address
The Standard socket API can only support hosts with a single network
Interface
dhcpd: exiting
My DHCPD.conf file now looks like
default-lease-time 2000;
max-lease-time; 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers (ip address);
option domain-name-servers (ip addresses);
option domain-name "domain name";
subnet 192......... netmask 255.255.255.0 { # for eth0
range etc.
}
subnet xx.xx.xx.xx netmask 255.255.255.xxx { # for eth1
}
etc.
etc.
etc.
Any more wisdom on offer??
----- Original Message -----
From: cajun <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 07, 1999 4:35 PM
Subject: RE: Dhcp Set - Up Problems
> Add this to your dhcpd.conf file and the problem should be resolved:
>
> subnet xx.xx.xx.0 netmask 255.255.255.0 {
> }
>
> HTH,
> Mike
>
> -----Original Message-----
> From: Jonathan Lynch [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 07, 1999 6:23 AM
> To: [EMAIL PROTECTED]
> Subject: Dhcp Set - Up Problems
>
>
> Hi, I'm having some trouble setting up my DHCP server on our Linux box.
>
> The linux box is also our gateway and this is where the trouble starts.
> When I try to run the server (/usr/sbin/dhcpd -d -f) I get an error
> message:
>
> "No subnet declaration for eth1 (ip-address)"
>
> [snip]
>
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
>
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.