Setup DHCP Relay on HP V1910
Setting up a DHCP relay is a pretty common task that performed by network administrators when setting up a new LAN. If you’re not familiar with a DHCP Relay, take a look at the example below. In order for a client to get an IP Address from a DHCP Server, it sends out a broadcast once it’s plugged into the network. The broadcast is asking for any servers that are DHCP servers to reply. Remember that a broadcast is a frame that is forwarded to all hosts on a Local Area Network. The DHCP Server will reply and the client will get it’s IP Address. ...