G
G
Gennady Uvarov2017-06-27 10:54:41
PHP
Gennady Uvarov, 2017-06-27 10:54:41

Kerio, VMware, how to connect to a virtual machine?

Hello!
I can't figure out how to configure network adapters for Kerio installed on a VMware Workstation Pro virtual machine. In general, the situation is this.
There is Windows 7, I installed VMware on it, Kerio is in it. In Kompa physically 2 network.
The Internet comes to the first, through the second it will go - the Internet to the local area controlled by Kerio.
Tell me how to configure in the Virtual Network Editor?
And also what network adapters to add in the VM parameters?


By default in the Editor 3 networks with types, BRIDGE, host-only and NAT.

3f98d9d199a24940b53e652eae5f051c.PNG

In the VM itself - two adapters - BRIDGE (Automatic) and only to the node.

f48ccfa851044fbe9e174b525796885b.PNG
Physical network - The first one with an IP address and DNS, the Internet comes through it ...
The second one, I don’t know if I need to register it? or automatic

Answer the question

In order to leave comments, you need to log in

3 answer(s)
0
0xD34F, 2018-12-03
@0xD34F

The recursion is:

$arr = [
  "raz" => [
    "qqq" => [ "6" ],
    "www" => [ 0 ]
  ],
  "dva" => [
    "qqq" => [ 0 ],
    "www" => [ 0 ]
  ]
];

function printArr($arr, $path = '') {
  foreach ($arr as $key => $val) {
    if (is_array($val)) {
      printArr($val, $path."[$key]");
    } else {
      echo $path."[$val]<br>";
    }
  }
}

printArr($arr);

1
15x03243, 2018-12-03
@KenKup

php.net/manual/en/language.types.array.php

G
Gennady Uvarov, 2017-06-28
@ugg555

The task was this.
Install Kerio Control on VMware WS 12 on Windows 7.
The computer has two physical network cards.
The first (VMnet0) - the Internet comes through it.
The second (VMnet2) is an automatic IP. (Note: IP addresses of interfaces are recommended to be made static)
VMware WS 12 is installed on Windows 7, it has a Kerio virtual machine (I used the distribution from the off site - kerio-control-appliance-9.1.4-1535-vmware).
In the Virtual Network Editor (VMware) I created two bridges to physical maps.
In the default parameters of the Virtual Machine, to Network adapters of the type BRIDGE and Only for the Node, added Another - a bridge to the network card that will distribute the Internet that has already passed through Kerio.
KERIO settings are as follows:
At the address 192.168.209.129, I go to Kerio Settings via the HOST (the computer where the VM is installed)
. Users connect to Ethernet 2.
KERIO settings in the WEB interface.
Network card settings No. 2 of the main computer - Automatic.
Created a user with IP 10.10.10.2. On the user's computer, I wrote this:
Interfaces
Rules:
If a specific user is registered in this rule, then there will be no Internet! (Note: I forgot to check the checkbox in the rule - Internet access (NAT))
1OCCEfLEJ9aTGQZbEq2vaZslAK3LTc.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question