configure the dhcp.conf as
subnet 192.168.1.0 netmask 255.255.255.0 {
blah
}
subnet 10.40.10.0 netmask 255.255.255.0{
blah
}
then on the two legged DHCP box edit /etc/sysconfig/static-routes
eth0 host 192.255.255.255
eth1 host 10.255.255.255
and then restart your network service.
does the above work ?
On 10/13/05, Roy Souther <[EMAIL PROTECTED]> wrote:
I need to find the best way to serve multiple networks from one DHCP
server.
I have a server with two Gbps NIC's and I want one NIC to server an IP
pool on the 192.168.10.255 network and the other to server an IP pool on
the 192.168.20.255 network.
Each Gbps NIC will be connected to it's own un-managed switch. Yes I
know that most people would like to say how I can use a managed switch
and do a VLAN but that is not what I am wanting to do.
I have done something like this in the past where I can serve different
networks from the same DHCP out to as many as 4 NIC's. This is a great
low cost way to share the network traffic load between multiple NIC's.
In the past I have only been able to do this by setting the MAC address
to a static IP address that will put the clients onto the correct
network.
What I really want to do is have some way to tell dhcpd to use a
different group of configurations for each interface so that as a
request comes in on each interface the dhcpd would know to associate
that interface with a group in the dhcpd.conf file.
I could run multiple dhcpd's each with a different dhcpd.conf but I
would rather not.
Does anyone know of a good way to do this?
For any one that would rather use a web forum I have posted this here
also.
http://llug.linux.ab.ca/modules.php?name=Forums&file=viewtopic&t=25
Royce Souther
www.SiliconTao.com
Let Open Source help your business move beyond.
For security this message is digitally authenticated by GnuPG.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBDTpMIY62fql08qicRAqPIAJ9EthFaoHPBiqZtBDDb+NNo4DxVJQCfdUrf
eygo13Cb5j1JBtKsys9Z30Q=
=G/NO
-----END PGP SIGNATURE-----
_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines ( http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying
_______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

