Softaculous


Topic : i need to create a internal network


Posted By: ronaldkame on August 26, 2018, 1:12 am
Let me explain the scenario:

My actual DED runs in production with 30 VPSes, so i need to create a internal network for one client who wants to make a similar way like AWS VPC.

i created a new internal bridge creating this file :


ifcfg-intbr0
Code

DEVICE=intbr0
ONBOOT=yes
TYPE=Bridge
BOOTPROTO=static
IPADDR=192.168.1.1
NETMASK=255.255.255.0



So the question is:

If i run "service virtnetwork restart", will this interrupt all deployed VPSes connection?


Posted By: kaushal on August 27, 2018, 5:36 am | Post: 1
Quote From : ronaldkame August 26, 2018, 1:12 am
Let me explain the scenario:

My actual DED runs in production with 30 VPSes, so i need to create a internal network for one client who wants to make a similar way like AWS VPC.

i created a new internal bridge creating this file :


ifcfg-intbr0
Code

DEVICE=intbr0
ONBOOT=yes
TYPE=Bridge
BOOTPROTO=static
IPADDR=192.168.1.1
NETMASK=255.255.255.0



So the question is:

If i run "service virtnetwork restart", will this interrupt all deployed VPSes connection?



Yes, it will interrupt all vps for 1 minutes till the virtnetwork restarts.

It is kind of network restart command that will restart the network but it is only for vps and not for the server. All VMs SSH/RDP will be disconnected for a minute till virtnetwork is not up.

You can refer this guide for creating internal network: http://virtualizor.com/wiki/Internal_Network

-----------------------
-----------------------
Regards,
Kaushal Vora
Virtualizor Team.
http://virtualizor.com/

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.