I have an environment where we have a bare metal Server(Server 1) whose NIC is configured to pass VLAN 5 traffic.
CentOS is deployed on this server. Now I have a kubernetes pod on top of this, running DHCP service.
Now I have another server (Server 2) on the same VLAN 5 which has to get IP from the DHCP service I mentioned above.
When DHCP request comes from the Server 2, It will reach Server 1 since Server 1 is configured to pass VLAN 5.
But how do I make this request reach my DHCP service pod running on CentOS? How should I configure this pod's network?