|
dhcp, option routers
Running RH 7.1 and would like to set up my dhcp-server, giving clients more than one GW.
What I have done in dhcpd.conf is
xxx
xxx
"option routers 192.168.0.1, 192.168.0.2;"
xxx
xxx
It should be possible to add more than one route
like this according docs, but the problem is that
the client only receives one GW (route -n), the
first in the list.
The thing is that I would like to have two ways out (redundancy).
Any suggestions ???
Last edited by lalu; 09-13-2001 at 04:25 AM.
|