BoyRacer1001
Programmer
Has anyone managed to get a Linux DHCP server to issue an alternate gatekeeper address in the DHCP offering?
We have the setup working fine for a single MCIPADD address, but the scope appears to be ignored if we add a second address to the scope.
ie
option option-242 MCIPADD=192.168.0.1,HTTPSRVR=192.168.0.2,L2Q=0,L2QVLAN=0";
but
option option-242 MCIPADD=192.168.0.1, 192.168.0.3,HTTPSRVR=192.168.0.2,L2Q=0,L2QVLAN=0";
Does not work at all.
We have the setup working fine for a single MCIPADD address, but the scope appears to be ignored if we add a second address to the scope.
ie
option option-242 MCIPADD=192.168.0.1,HTTPSRVR=192.168.0.2,L2Q=0,L2QVLAN=0";
but
option option-242 MCIPADD=192.168.0.1, 192.168.0.3,HTTPSRVR=192.168.0.2,L2Q=0,L2QVLAN=0";
Does not work at all.