General Support (Softaculous) https://www.softaculous.com/board/index.php?fid=16 <![CDATA[VPS network problem]]> https://www.softaculous.com/board/index.php?tid=19474&tpg=1#p57965
root@master ~]# netstat -rn
Kernel IP routing table
Destination    Gateway        Genmask        Flags  MSS Window  irtt Iface
0.0.0.0        192.168.0.1    0.0.0.0        UG        0 0          0 viifbr0
192.168.0.0    0.0.0.0        255.255.255.0  U        0 0          0 viifbr0
192.168.1.0    0.0.0.0        255.255.255.0  U        0 0          0 intbr0
[root@master ~]# route
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
default        _gateway        0.0.0.0        UG    0      0        0 viifbr0
192.168.0.0    0.0.0.0        255.255.255.0  U    0      0        0 viifbr0
192.168.1.0    0.0.0.0        255.255.255.0  U    425    0        0 intbr0



----------------------------------------------------------------------------------------------



[root@master ~]# brctl show
bridge name    bridge id              STP enabled    interfaces
intbr0          8000.fe163ef92213      yes            vinfv1001
viifbr0        8000.00155d00b50f      no              eth0
                                                        viifv1001
[root@master ~]# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::215:5dff:fe00:b50f  prefixlen 64  scopeid 0x20<link>
        ether 00:15:5d:00:b5:0f  txqueuelen 1000  (Ethernet)
        RX packets 112244  bytes 23312175 (22.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 67767  bytes 10633258 (10.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

intbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.2  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::98df:1fb7:4605:5d99  prefixlen 64  scopeid 0x20<link>
        ether fe:16:3e:f9:22:13  txqueuelen 1000  (Ethernet)
        RX packets 22  bytes 1456 (1.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 87  bytes 5606 (5.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 46  bytes 5173 (5.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 46  bytes 5173 (5.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

viifbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.135  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::7007:45ff:fe71:6baf  prefixlen 64  scopeid 0x20<link>
        ether 00:15:5d:00:b5:0f  txqueuelen 1000  (Ethernet)
        RX packets 89531  bytes 12618191 (12.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 65956  bytes 10574308 (10.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

viifv1001: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether fe:16:3e:bf:c6:c9  txqueuelen 1000  (Ethernet)
        RX packets 2375  bytes 123294 (120.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 17895  bytes 1626395 (1.5 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vinfv1001: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::fc16:3eff:fef9:2213  prefixlen 64  scopeid 0x20<link>
        ether fe:16:3e:f9:22:13  txqueuelen 1000  (Ethernet)
        RX packets 36  bytes 2672 (2.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 28115  bytes 1463444 (1.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
]]>
Fri, 17 May 2024 20:40:15 GMT https://www.softaculous.com/board/index.php?tid=19474&tpg=1#p57965
<![CDATA[VPS network problem]]> https://www.softaculous.com/board/index.php?tid=19474&tpg=1#p57964
Quote From : jevingala Today at 6:33 am
Hi,


Virtualizor will not handle the routing part, it will only assign the IP to VPS.
Is viifbr0 created ?
Can you share output of ' brctl show ' command ?
Also can you check in Windows VPS if it has received IP properly ?


Hi there! Thanks for your answer!

Attached some pics.

The int lan is just for trying things.
I don't think I need explicit configuration details unless you want to give them to me. What I think I need is to know how to follow or what type of protocol to use so that my internal vps receive WAN.

I think my windows configuration is fine, my virtualizor vps receives internet from my brigde windows


]]>
Fri, 17 May 2024 20:38:41 GMT https://www.softaculous.com/board/index.php?tid=19474&tpg=1#p57964
<![CDATA[VPS network problem]]> https://www.softaculous.com/board/index.php?tid=19474&tpg=1#p57958

Virtualizor will not handle the routing part, it will only assign the IP to VPS.
Is viifbr0 created ?
Can you share output of ' brctl show ' command ?
Also can you check in Windows VPS if it has received IP properly ?]]>
Fri, 17 May 2024 06:33:48 GMT https://www.softaculous.com/board/index.php?tid=19474&tpg=1#p57958
<![CDATA[viifbr0 unknown =/]]> https://www.softaculous.com/board/index.php?tid=19506&tpg=1#p57957 my vps aint get wan :@
link some pics

Some help please?

Regards!]]>
Fri, 17 May 2024 06:02:34 GMT https://www.softaculous.com/board/index.php?tid=19506&tpg=1#p57957
<![CDATA[VPS network problem]]> https://www.softaculous.com/board/index.php?tid=19474&tpg=1#p57931 Maybe you can help me with something I'm not able to see...
My situation is the next; For days I have not been able to get the vps that is created by virtualizor onto the internet, within an Alma Linux 8.9. This Alma Linux is installed on my physical PC, Windows 2022, connected to a router with lan ip 192.168.0.100 gate way 192.168.0.1 and ip "internet" because it would be a subnet, the network 192.168.1.200 with gateway 192.168.1.1 ( the mother of CLARO INTERNET WITH 300 mbps and WAN ip 181.168.242.8. I hope my query is understood; I cannot provide internet to my vps, can someone give me 3 weeks ago?

Thank you!]]>
Wed, 15 May 2024 05:59:37 GMT https://www.softaculous.com/board/index.php?tid=19474&tpg=1#p57931
<![CDATA[How to enable virtualization in vps in virtualizor?]]> https://www.softaculous.com/board/index.php?tid=19466&tpg=1#p57930


]]>
Tue, 14 May 2024 09:55:00 GMT https://www.softaculous.com/board/index.php?tid=19466&tpg=1#p57930
<![CDATA[how to create sync or server cluster]]> https://www.softaculous.com/board/index.php?tid=19485&tpg=1#p57905 Sat, 04 May 2024 19:36:11 GMT https://www.softaculous.com/board/index.php?tid=19485&tpg=1#p57905 <![CDATA[Selecting Server Location and Provisioning]]> https://www.softaculous.com/board/index.php?tid=19446&tpg=1#p57900 Fri, 03 May 2024 12:38:19 GMT https://www.softaculous.com/board/index.php?tid=19446&tpg=1#p57900 <![CDATA[Firewall for clients]]> https://www.softaculous.com/board/index.php?tid=17803&tpg=2#p57898 Thu, 02 May 2024 12:05:56 GMT https://www.softaculous.com/board/index.php?tid=17803&tpg=2#p57898 <![CDATA[Best Setup for Node Storage]]> https://www.softaculous.com/board/index.php?tid=19383&tpg=1#p57897
Quote From : energizedit January 29, 2024, 7:33 pm
I am wondering what is the best storage setup for a node?  I really like the idea of Thin LVM but I don't know how to set that up.

Any thoughts or ideas on what is best?


Thin LVM can pose challenges. RAID 50 or 60 is a nice option for compute node storage that is attached to the host.]]>
Thu, 02 May 2024 05:34:46 GMT https://www.softaculous.com/board/index.php?tid=19383&tpg=1#p57897