vSphere — изолированная сеть между хостами

Можно попробовать apache2 модуль "mod_alias" этим, можно сделать постоянное Перенаправление:

<VirtualHost *:80>
    ServerName: app.domain.com
    Redirect permanent / http://newapp.domain.com/
</VirtualHost>
1
задан 16 December 2013 в 23:01
1 ответ

Here's one way to do it:

  1. Create an isolated vSwitch on the new host. If you don't bind this vSwitch to a physical adapter then the VM's connected to this vSwitch will be able to communicate with each other but not with the physical network or with other hosts and VM's.

  2. Clone or copy your existing VM's.

  3. Move the VM clones/copies to the new host.

  4. Connect each VM to the isolated vSwitch.

  5. Test.

Once you've confirmed that your upgrades, etc. are successful with the cloned VM's you can proceed to implement it in production.

2
ответ дан 3 December 2019 в 21:22

Теги

Похожие вопросы