Hello,
I invoke the "install_cluster" script with "eth0:0". I use virtual IPs,
I set "eth0" to the public ip address and "eth0:0" to the private ip
address.
I have used "ps -ef | grep dhcpd" and the dhcpd is running when I try to
collect client MAC address.
As follows, I have pasted the dhcpd.conf generated by OSCAR 3.0.
deny unknown-clients;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option domain-name "ggr.es";
option routers 192.168.0.9;
ddns-update-style none; # For dhpcd version 3
# This entry ignores requests on eth0...
########################
#I have commented next lines to be able restart the dhcpd successfully.
########################
#subnet 150.114.380.0 netmask 255.255.254.0 {
# not authoritative;
#}
# Defined cluster nodes...
subnet 192.168.0.0 netmask 255.255.255.0 {
group {
}
}
<EOF>
Thanks,
Jose.
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users