Hi Guys,
I am desperately trying to get a DHCP client to use a different Default Gateway than the rest of my DHCP clients.
I have made a static lease for the client and I try to use DHCP option 3 to achieve it. It doesn't set the default gateway on the client though...It sets the IP but it keeps the standard default gateway of 192.168.1.2 as all the other clients....
This is from the DHCP config:
config host
option ip '192.168.1.200'
option mac '98:5f:d3:5c:13:4c'
option name 'Surf1'
list 'dhcp_option' '3,192.168.1.1'
Does anyone know why this do not work?
Best
Lars