HPE Morpheus VM Essentials
1843975 Members
1620 Online
110226 Solutions
New Discussion

Re: HPE VM Essentials Network settings

 
shou1
Member

HPE VM Essentials Network settings

I assigned a port created for Compute to a virtual machine in the HPE VM Essentials network settings, but communication is only possible between the virtual machine and the physical host machine. I want to connect to the same network segment, but how can I do this?
The bridge port is created using cmpt, and the physical port is ens256.
Assign an IP address to the bridge port.
image.pngimage.pngimage.pngimage.pngimage.png

 

 



5 REPLIES 5
dya
Valued Contributor

Re: HPE VM Essentials Network settings

I have reviewed each screenshot.
Connecting the ens256 to an external switch should work if it's untagged.
I thought it might not work if it's tagged VLAN.

It doesn't seem directly related, but I was a bit concerned because I had never assigned an IP address to “cmpt” before.

shou1
Member

Re: HPE VM Essentials Network settings

Please tell me how to check whether the VLAN is tagged or untagged. Also, is the IP address assigned to ens256?
dya
Valued Contributor

Re: HPE VM Essentials Network settings

Whether the desired communication is untagged or tagged between the host and external switch depends on the configuration, so we recommend confirming this with your network administrator.

If communication must be tagged, you will likely need to create a port group in VM Essentials and configure the “VLAN ID”.
Please refer to the following:
https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007027en_us&page=GUID-61426C77-F236-4AFF-A1E3-92893A1FAA9F.html

We did not assign an IP address to ens256, which corresponds to the "cmpt" uplink.
This was because there was no need to assign an IP address.

shou1
Member

Re: HPE VM Essentials Network settings

This will result in an untagged configuration.

I think the configuration is the same as the management port, but the Compute port does not allow virtual machines to communicate externally.
If you use the management port, virtual machines can communicate externally.

dya
Valued Contributor

Re: HPE VM Essentials Network settings

Here's what I would do:

1. Run the following commands on the host:
# tcpdump -i cmpt -ne arp
# tcpdump -i ens256 -ne arp

2. On the terminal where ARPs should be flowing to the host's ens256, execute a ping to a non-existent address:
# ping xxx.xxx.xxx.xxx

3. Check the results of command “1”.

★ The expected result for step “3” is that ARPs without a “vlan id” are displayed.
Any other results would require case-by-case investigation and response.


Translated with DeepL.com (free version)

=================
(日本語)

私ならどうするかというと、

1.ホストで以下のようなコマンド実行する
# tcpdump -i cmpt -ne arp
# tcpdump -i ens256 -ne arp

2.ホストのens256 にARPが流れてくるはずの端末で存在しないアドレス宛のpingを実行する
# ping xxx.xxx.xxx.xxx

3.「1」のコマンド結果を確認する

★「3」の確認結果として、"vlan id"がついていないarpが表示されることが想定結果です。
それ以外はケースバイケースで調査・対応が必要かと思います。