Can you please explain what needs to be done in order for a computer in one VLAN to get an IP from a DHCP server in another/different VLAN?
(Yes if something is done and no if that something is not done is all I know)
Can you please explain what needs to be done in order for a computer in one VLAN to get an IP from a DHCP server in another/different VLAN?
(Yes if something is done and no if that something is not done is all I know)
when a client requests an IP address it does not know anything about the DHCP server so it broadcasts a DHCP DISCOVER packet to all hosts on its segment, if it does not get a response - and it won't in your case - DHCP won't work, in order to avoid setting up an DHCP server in every VLAN we use 'IP HELPER' address, this is a switch configuration that detects DHCP DISCOVER and answers with the IP of the DHCP server.