Enabling VLAN Per User Mode

1/31/2025 2:42 PM
install, how-to

If you need each of your clients to have a dedicated VLAN to isolate their networks, you can enable the VLAN Per User mode. Follow these steps to configure this setting:

  1. Navigate to the directory where Igiko is installed. This is typically found in Program Files\Igiko.

  2. Locate and open the file named Igiko.exe.config using a text editor with administrative privileges.

  3. Find the following line in the configuration file:

<add key="VlanPerUser" value="false" />

  1. Change the value from false to true:

<add key="VlanPerUser" value="true" />

  1. Save the changes and close the file.

After making this change, all new Igiko users will be automatically assigned unique VLAN numbers. So any virtual machines they create will have virtual network adapters configured with these VLANs.

Leave a comment

Name*
Email*
Message*
*required fields
Please verify that you are not a robot

No comments yet

Email is required
Email is invalid

Tags

install
how-to