*** From dhcp-server -- To unsubscribe, see the end of this message. ***
You need to declare all subnets on all dhcp servers.
Server 1's dhcpd.conf should look like this:
option domain-name-servers 10.0.0.1 , 10.0.0.2;
shared-network ZRH {
subnet 10.1.0.0 netmask 255.255.0.0 {
option routers 10.1.0.3;
range 10.1.0.32 10.1.0.254;
}
subnet 10.2.0.0 netmask 255.255.0.0 {
option routers 10.2.0.3;
}
}
shared-network GE {
subnet 10.3.0.0 netmask 255.255.0.0 {
option routers 10.3.0.3;
range 10.3.0.32 10.3.0.254;
}
subnet 10.4.0.0 netmask 255.255.0.0 {
option routers 10.4.0.3;
}
}
shared-network BARINS {
subnet 10.5.0.0 netmask 255.255.0.0 {
option routers 10.5.0.3;
range 10.5.0.32 10.5.0.254;
}
subnet 10.6.0.0 netmask 255.255.0.0 {
option routers 10.6.0.3;
}
}
Server 2's should look like this:
option domain-name-servers 10.0.0.1 , 10.0.0.2;
shared-network ZRH {
subnet 10.1.0.0 netmask 255.255.0.0 {
option routers 10.1.0.3;
}
subnet 10.2.0.0 netmask 255.255.0.0 {
option routers 10.2.0.3;
range 10.2.0.32 10.2.0.254;
}
}
shared-network GE {
subnet 10.3.0.0 netmask 255.255.0.0 {
option routers 10.3.0.3;
}
subnet 10.4.0.0 netmask 255.255.0.0 {
option routers 10.4.0.3;
range 10.4.0.32 10.4.0.254;
}
}
shared-network BARINS {
subnet 10.5.0.0 netmask 255.255.0.0 {
option routers 10.5.0.3;
}
subnet 10.6.0.0 netmask 255.255.0.0 {
option routers 10.6.0.3;
range 10.6.0.32 10.6.0.254;
}
}
Also, I'd encourage you to run pl18, not pl6.
_MelloN_
------------------------------------------------------------------------------
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.
------------------------------------------------------------------------------