By default dhcpd will listen on the first address on the network that
it is serving. This means that it is bound to the machine's IP and not
the shared IP.

You can use the following setting in dhcpd.conf...

local-address 10.3.254.113;

This will force dhcpd to use the specified (shared) address rather
than whatever it decides to use.

On Tue, Mar 10, 2009 at 8:25 PM, zhoupaul <[email protected]> wrote:
>
> I have set up two nodes HA server and the haresources file like: node1-name 
> 10.3.254.113 httpd sendmail dhcpd nagios. Two nodes have a static IP address 
> as: 10.3.254.111 10.3.254.112. Everything seems ok except when I run ipconfig 
> on windows client, I got dhcp server 10.3.254.111. It should be the virtual 
> IP 10.3.254.113, what is wrong with this, how can I resolve this problem? I 
> need to solve this problem as soon as possible, thanks for any solutions and 
> suggestions.
>
> _________________________________________________________________
> Live Search视频搜索,快速检索视频的利器!
> http://www.live.com/?scope=video
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to