Answer the question
In order to leave comments, you need to log in
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.
In the VM itself - two adapters - BRIDGE (Automatic) and only to the node.
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
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);
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))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question