Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-30 Thread via GitHub
GitHub user dR3b added a comment to the discussion: Same network for VMs as KVM hosts? @weizhouapache ``` root@nuc1:/# apt install cloudstack-agent Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-29 Thread via GitHub
GitHub user dR3b edited a comment on the discussion: Same network for VMs as KVM hosts? @weizhouapache Thanks! This works, but deletes all the IPtable rules on the host. I have not created any rules myself. These rules must be from Cloudstack or UFW. GitHub link:

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-29 Thread via GitHub
GitHub user dR3b added a comment to the discussion: Same network for VMs as KVM hosts? @weizhouapache Thanks! This works, but deletes all Iptables rules on the host. I have not created any rules myself. These rules must be from Cloudstack or UFW. GitHub link:

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-29 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Same network for VMs as KVM hosts? @dR3b a user has replied to to this thread in the users mailing list, no idea why it is not present here

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-29 Thread via GitHub
GitHub user dR3b edited a comment on the discussion: Same network for VMs as KVM hosts? @weizhouapache Yes! ``` root@nuc1:/# cat /proc/sys/net/ipv4/ip_forward 1 ``` GitHub link: https://github.com/apache/cloudstack/discussions/8998#discussioncomment-9258076 This is an automatically

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-29 Thread Embedded
i noticed similar issue on 4.19 ... iptables -F on the host resolved it... seems somthing wasnt being setup right with rules On Monday 29 April 2024 02:18:03 AM (-04:00), dR3b (via GitHub) wrote: > > GitHub user dR3b edited a comment on the discussion: Same network for VMs as > KVM hosts? >

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-29 Thread via GitHub
GitHub user dR3b edited a comment on the discussion: Same network for VMs as KVM hosts? @weizhouapache Thanks! After several pages in the documentation[1], I was able to complete the installation. - [x] System-VM consoleproxy, Up and running - [x] System-VM secondarystoragevm, Up and

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-29 Thread via GitHub
GitHub user dR3b added a comment to the discussion: Same network for VMs as KVM hosts? Yes! ``` root@nuc1:/# cat /proc/sys/net/ipv4/ip_forward 1 ``` GitHub link: https://github.com/apache/cloudstack/discussions/8998#discussioncomment-9258076 This is an automatically sent email for

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-28 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Same network for VMs as KVM hosts? @dR3b Is IP forwarding enabled? The following command should return 1 cat /proc/sys/net/ipv4/ip_forward GitHub link:

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-28 Thread via GitHub
GitHub user dR3b added a comment to the discussion: Same network for VMs as KVM hosts? @weizhouapache Thanks! After several pages in the documentation[1], I was able to complete the installation. - [x] System-VM consoleproxy, Up and running - [x] System-VM secondarystoragevm, Up and

Re: [D] Same network for VMs as KVM hosts? [cloudstack]

2024-04-28 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Same network for VMs as KVM hosts? I think a shared network with vlan=untagged is what you need. You can use an advanced zone or advanced zone with security groups, or even a basic zone. GitHub link: