Re: Link-local/Control IP address on VMs

2024-10-16 Thread Wido den Hollander
Op 15/10/2024 om 22:18 schreef Ricardo Pertuz: BTW it could be practical to manage CKS internally from the HYP and not using a public IP and opening ports. Yes! Being able to control a VM from CloudStack is great. A VM can btw choose to not support executing commands via the Qemu Guest Ag

Re: Link-local/Control IP address on VMs

2024-10-15 Thread Wei ZHOU
It should be feasible for kvm. For vmware/xen, it needs some research. On Tuesday, October 15, 2024, Ricardo Pertuz wrote: > BTW it could be practical to manage CKS internally from the HYP and not > using a public IP and opening ports. > > > Atte, > > Ricardo Pertuz > > > On 15 Oct 2024 at 2:38

Re: Link-local/Control IP address on VMs

2024-10-15 Thread Ricardo Pertuz
BTW it could be practical to manage CKS internally from the HYP and not using a public IP and opening ports. Atte, Ricardo Pertuz On 15 Oct 2024 at 2:38 PM -0500, Ricardo Pertuz , wrote: > Thanks Wido! > > Right now I can think in creating bash scripting like this to run specific > commands

Re: Link-local/Control IP address on VMs

2024-10-15 Thread Ricardo Pertuz
Thanks Wido! Right now I can think in creating bash scripting like this to run specific commands on VMs #!/bin/bash VM_NAME="i-xx-xxx-VM" # Timeout TIMEOUT=5 # JSON Command COMMAND_JSON=$(cat <, wrote: > > > Op 15/10/2024 om 14:49 schreef Ricardo Pertuz: > > Haven’t found any relevant about

Re: Link-local/Control IP address on VMs

2024-10-15 Thread Wido den Hollander
Op 15/10/2024 om 14:49 schreef Ricardo Pertuz: Haven’t found any relevant about the cloudstack-guest-tool, do you have any reference I can follow? The qemu-guest-agent I have used it before but in standard implementation of libvirt See: https://github.com/apache/cloudstack/blob/main/agent/

Re: Link-local/Control IP address on VMs

2024-10-15 Thread Ricardo Pertuz
Haven’t found any relevant about the cloudstack-guest-tool, do you have any reference I can follow? The qemu-guest-agent I have used it before but in standard implementation of libvirt Atte, Ricardo Pertuz On 15 Oct 2024 at 1:52 AM -0500, Wido den Hollander , wrote: > > cloudstack-guest-too

Re: Link-local/Control IP address on VMs

2024-10-15 Thread Ricardo Pertuz
stall the Qemu Guest Agent > and use 'cloudstack-guest-tool'? > > This allows you to execute commands and fetch information from the VM. > > Wido > > > > > -Jithin > > > > From: Ricardo Pertuz > > Date: Tuesday, 15 October 2024 at 3:40 A

Re: Link-local/Control IP address on VMs

2024-10-14 Thread Wido den Hollander
loudstack-guest-tool'? This allows you to execute commands and fetch information from the VM. Wido -Jithin From: Ricardo Pertuz Date: Tuesday, 15 October 2024 at 3:40 AM To: Vivek Kumar via users Subject: Link-local/Control IP address on VMs Hi all, Is it possible somehow to add a L

Re: Link-local/Control IP address on VMs

2024-10-14 Thread Jithin Raju
Hi Ricardo, Could you share why do you want to add control IP to a guest instance, just curious about the use case. I believe it is not possible. -Jithin From: Ricardo Pertuz Date: Tuesday, 15 October 2024 at 3:40 AM To: Vivek Kumar via users Subject: Link-local/Control IP address on VMs Hi

Link-local/Control IP address on VMs

2024-10-14 Thread Ricardo Pertuz
Hi all, Is it possible somehow to add a Link-local/Control IP address on a VPC Instance VM?, like a backdoor to the Operating System just like the SystemVM works. Regards, Ricardo Pertuz