rbaweja opened a new issue, #10608:
URL: https://github.com/apache/cloudstack/issues/10608

   ### problem
   
   A VM deployed on Apache CloudStack (ACS) is unable to acquire a 
DHCP-assigned IP address from the Virtual Router (VR). The DHCP request is 
visible in the VR’s tcpdump, but the VM does not receive an IP. However, 
manually assigning an IP to the VM allows it to reach both the VR and the 
internet.
   
   
   ### versions
   
   Environment Details
        •       CloudStack Version: 4.20
        •       Hypervisor: KVM
        •       Virtual Router IP: 10.0.0.1/24
        •       Network Setup: Advanced network with VR acting as DHCP server
   
   ### The steps to reproduce the bug
   
   1.   VM sends a DHCP renew request.
   2.   VR receives the request, as confirmed via tcpdump -i eth2 port 67 or 
port 68 -n.
   3.   VR responds with a DHCP reply to the VM.
   4.   The VM does not acquire the IP.
   5.   Manually assigning an IP allows the VM to reach both VR and the 
internet.
   
   ### What to do about it?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to