*** From dhcp-server -- To unsubscribe, see the end of this message. ***

On Fri, Apr 09, 1999 at 06:50:10PM +0200, Dipl.-Ing. Thomas Schallar wrote:
> Hello!
> 
> I tried to set up dhcpd V2-BETA-1-PATCHLEVEL-6 on my Linux server
> (kernel 2.0.36, Intel Pentium II/400, 128MB RAM). This server has three
> network interfaces eth0, eth1 and eth2. All of them are working properly
> and the server is routing IP packages between all those interfaces since
> many months:
> 
>    * eth0 is a 100MBit/s LAN interface (the new network)
>    * eth1 is a 10MBit/s LAN interface (the old network)
>    * eth2 is a 10MBit/s LAN interface (uplink to the ISP)
> 
> I configured /etc/dhcpd.conf and started the DHCP server - but all I got
> was:
> 
>      Apr  9 17:37:07 proxy dhcpd: DHCPDISCOVER from
>      00:a0:c9:41:e6:c3 via eth0
>      Apr  9 17:37:07 proxy dhcpd: DHCPOFFER on 195.26.195.171 to
>      00:a0:c9:41:e6:c3 via eth0
>      Apr  9 17:37:07 proxy dhcpd: sendpkt: Network is unreachable

Have you set the all-ones broadcast routes? 
Try the following:

 route add -host 255.255.255.255 dev eth0

and the same for eth1 and eth2. 
You can find more infomation about this in the readme file
which comes with the isc-dhcp distribution.

hope this helps,
-Volker-



------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------

Reply via email to