Guido Tschakert wrote:
Hello folks
short:
will 2 (or more) dhcrelay work on one router without problems
long:
I have a router connected to 3 networks:
a.b.1.0/24 connected to if1,
a.b.2.0/24 connceted to if2,
a.b.3.0/24 connected to if3.
Lets say I have a dhcpd on a.b.1.1
Is it possible to start the two dhcrelay processes:
dhcrelay
/usr/sbin/dhcrelay -i if2 a.b.1.1
/usr/sbin/dhcrelay -i if3 a.b.1.1
or will they interfere?
If no one knows an answer I will test it next week, as for now I don't
have a spare machine with enough network cards ready ;-)
thanks guido
I have been doing this for over a year and have not had a problem. The
only small issue is that you must run them from rc.local because
rc.conf.local is only capable of running one dhcrelay.