Networking and QEMU issue https://www.softaculous.com/board/index.php?tid=18944 <![CDATA[Networking and QEMU issue]]> https://www.softaculous.com/board/index.php?tid=18944&tpg=1#p56328 change gateway on panel with useable first ip.
Gateway = 1.1.2.3      first ip = 1.1.2.4
Use this guide:
https://www.virtualizor.com/docs/admin/nat/

Second Issue:
check the Enable Guest Agent  in manage vps on panel and edit virtual server
Even after that, if there is an error, then do with this guide.
https://www.virtualizor.com/docs/faq/install-guest-agent/]]>
Thu, 09 Mar 2023 12:59:23 GMT https://www.softaculous.com/board/index.php?tid=18944&tpg=1#p56328
<![CDATA[Networking and QEMU issue]]> https://www.softaculous.com/board/index.php?tid=18944&tpg=1#p56327 change gateway on panel with useable first ip, then restart the network.
Gateway = 1.1.2.3      first ip = 1.1.2.4
Use this guide:
https://www.virtualizor.com/docs/admin/nat/

Second Issue:
check the enabled guest agent in manage vps and edit it and restart the vps and check it
Even after that, if there is an error, then do this guide.
https://www.virtualizor.com/docs/faq/install-guest-agent/
]]>
Thu, 09 Mar 2023 10:26:29 GMT https://www.softaculous.com/board/index.php?tid=18944&tpg=1#p56327
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=18944&tpg=0#p56326 ISSUE 1: Networking
I have a main IP: 1.1.1.2
And a /29 subnet:
Useable IPs: 1.1.2.3 - 1.1.2.8
Gateway: 1.1.1.1
Subnet: 255.255.255.248

I tried to configure a permanent bridge with the files below:
/etc/sysconfig/network-scripts/ifcfg-enp4s0

DEVICE=enp4s0

ONBOOT=yes

BOOTPROTO=none

BRIDGE=viifbr0

HWADDR=10:7b:44:a1:32:4z
/etc/sysconfig/network-scripts/ifcfg-viifbr0
DEVICE=viifbr0

TYPE=Bridge

BOOTPROTO=static

IPADDR=1.1.1.2

NETMASK=255.255.255.192

GATEWAY=1.1.1.1

HWADDR=10:7b:44:b1:9f:4f

ONBOOT=yes

SCOPE="peer 1.1.1.1"
I added the subnet on the panel with the infos below:
Gateway: 1.1.1.2
Netmask: 255.255.255.248
First IP: 1.1.2.3
Last IP: 1.1.2.8
Enabled NAT? Yes
And when I made a vps it do not work, as pinging don't work as well as ssh.

SECOND ISSUE:
When I checked the RAM it keep saying guest agent not installed but I already installed it on the host machine.
When I checked logs, it keep saying dependencies errors. Please help on that too.]]>
Thu, 09 Mar 2023 01:57:25 GMT https://www.softaculous.com/board/index.php?tid=18944&tpg=0#p56326