zhoupaul 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.
>
> _________________________________________________________________
> 上Windows Live 中国首页,下载最新版 MSN!
> http://im.live.cn/
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
Might try:
The local-address statement
*local-address* address*;*
This statement causes the DHCP server to listen for DHCP requests
sent to the specified address, rather than requests sent to all
addresses. Since serving directly attached DHCP clients implies that
the server must respond to requests sent to the all-ones IP address,
this option cannot be used if clients are on directly attached net-
works...it is only realistically useful for a server whose only
clients are reached via unicasts, such as via DHCP relay agents.
Note: This statement is only effective if the server was compiled
using the USE_SOCKETS #define statement, which is default on a small
number of operating systems, and must be explicitly chosen at com-
pile-time for all others. You can be sure if your server is compiled
with USE_SOCKETS if you see lines of this format at startup:
Listening on Socket/eth0
Note also that since this bind()s all DHCP sockets to the specified
address, that only one address may be supported in a daemon at a
given time.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems