Hi,

If your DHCP server has more than one interface, you have to add a route for
this 255.255.255.255 address so that it knows the interface on which to send
the reply; if not, it sends it to the default gateway.

Note:You can't run your DHCP sever on multiple interfaces because you can
only have one route to network 255.255.255.255. If you try to do it, you'll
discover that DHCP serving working on only one interface.

You can temporarily add a route to 255.255.255.255 using the route add
command as seen below.
# route add -host 255.255.255.255 dev eth0

If you want this routing state to be maintained after a reboot, then use the
permanent solution

Add the route add command to your /etc/rc.local script, or add an entry like
this to your /etc/sysconfig/static-routes file.

#
# File /etc/sysconfig/static-routes
#
eth0 host 255.255.255.255

Regards,
Zakir

On 2/27/07, suresh sharma <[EMAIL PROTECTED]> wrote:
>
>   Hi all,
> I have two lancard on RHEL4 both working ,unable to work DHCP,I think I
> wrong configured dhcpd.conf ,So can anybody give me correct configuration
> to configure it.
>
> ---------------------------------
> Don't get soaked. Take a quick peak at the forecast
> with theYahoo! Search weather shortcut.
>
> [Non-text portions of this message have been removed]
>
>  
>


[Non-text portions of this message have been removed]

Reply via email to