Adding VLANs to VERDE (rpm) networking.

Adding VLANs to VERDE (rpm) networking.

Product Line:  VERDE

In order to implement VLANs, the customer's switch needs to be set up first to support the needed IP ranges.  Once that's completed, perform the following for each VLAN:

On the VERDE server, I do an ifconfig.  It shows that VERDE is installed on NIC em1 with the IP 192.168.0.7



Based on the NIC interace:  /etc/sysconfig/network-scripts/ifcfg-em1, we create a VLAN entitled 100.  To do this, we create the following file:
/etc/sysconfig/network-scripts/ifcfg-em1.100


Take note to the mandatory settings.  The last one "BRIDGE-br0" actually points to the next required file:
/etc/sysconfig/network-scripts/ifcfg-br0


Take note again to the required settings.  The IP Address, Netmask and Gateway values reflect what should be in your system's VLAN networking.

Now, restart networking (/etc/init.d/network restart) and you'll see the new virtual NICS:


Now, to bind the Virtual NICs to the respective network, you'll need to install the socat software:
#yum install socat
Once it has downloaded and installed, run the following:

# socat tcp-listen:48622,fork,reuseaddr,bind=192.168.12.10 tcp:192.168.0.7:48622
In the command, the VLAN's IP (192.168.12.10) binds to the VERDE server IP (192.168.0.7)

Okay..  Now, you need to enter the BRIDGE interface file name in The VERDE Sessions Settings as follows:




    • Related Articles

    • Verde VDI Network Terms and Descriptions - VLANs

      Product Line:  VERDE Introduction:      The information contained within this document refers to the networking aspects of the VERDE VDI software solution being installed via a set of RPMs (program modules) on top of CentOS7.  The following ...
    • VLAN Prep Steps - Enable Linux Networking and Installing verde-brctl

      Product Line:  VERDE The following steps need to be implemented before enabling VLAN. Switching VERDE Node from Openvswitch to Linux Native:  Disable openvswitch and enable “Standard Linux Network Configuration” (verde-menu -> 1 Network Configuration ...
    • Enabling VLAN in the VERDE 8.x environment

      Produce Line:  VERDE Steps for Existing Customers:   Customer should switch all the nodes in their VERDE cluster to Linux Native Networking and install verde-brctl script in all the nodes.  Full instructions are located at the following link:      ...
    • How to Implement VLANs on VERDE (rpm)

      Product Line:  VERDE As of this writing, a script has been developed to create the required NIC interface files and the appropriate configuration in support of VLANs.  The target VLAN should be available and recognized on your switch. You will need ...
    • How to Manually Create a VLAN with VERDE (rpms)

      Product Line:  VERDE Currently, if a customer wants VLANx for their users.  They must implement them manually.  There's a command built into Centos:  nmtui Verde servers on VLAN - guest images getting Server IP address PCs on 10.xxx   IT in VLAN,  ...