Hello,
I have an issue with a DHCP server.
We are connected to 2 DHCP relays with different ranges.
If giaddr=123.123.9.3 from the relay, the server should give an ip from range 123.123.9.0/24 and not from 123.123.10.0/23
How can i solve this issue?
23:26:50 dhcp,debug,packet dhcp: dhcp1 sending offer with id 7328092 to 123.123.9.3
23:26:50 dhcp,debug,packet dhcp: ciaddr = 0.0.0.0
23:26:50 dhcp,debug,packet dhcp: yiaddr = 123.123.11.254 [b] <--- THE PROBLEM (DHCP OFFER WRONG RANGE)[/b]
23:26:50 dhcp,debug,packet dhcp: siaddr = 123.123.8.49
23:26:50 dhcp,debug,packet dhcp: giaddr = 123.123.9.3 <-- Here is the correct range (this is the relay)
23:26:50 dhcp,debug,packet dhcp: chaddr = 00:00:00:00:00:00
23:26:50 dhcp,debug,packet dhcp: Msg-Type = offer
23:26:50 dhcp,debug,packet dhcp: Server-Id = 123.123.8.49
23:26:50 dhcp,debug,packet dhcp: Address-Time = 600
23:26:50 dhcp,debug,packet dhcp: Subnet-Mask = 255.255.254.0
23:26:50 dhcp,debug,packet dhcp: Router = 123.123.10.1
23:26:50 dhcp,debug,packet dhcp: Domain-Server = 8.8.8.8,8.8.4.4
23:26:50 dhcp,debug,packet dhcp: Relay-Agent-Info = *removed"