# Host network is resetted after VM command is issued

**URL:** https://forum.opennebula.io/t/host-network-is-resetted-after-vm-command-is-issued/13667
**Category:** Product Support
**Created:** [March 17, 2025, 4:14pm UTC](https://forum.opennebula.io/t/host-network-is-resetted-after-vm-command-is-issued/13667 "2025-03-17T16:14:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Manuel\_Femia](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/manuel_femia/32/8474_2.png) [@Manuel\_Femia](https://forum.opennebula.io/u/Manuel_Femia)
#### Post date: [March 17, 2025, 4:14pm UTC](https://forum.opennebula.io/t/host-network-is-resetted-after-vm-command-is-issued/13667/1 "2025-03-17T16:14:52Z")

</div>

Hello,

I’m using OpenNebula 6.10.0.1 community edition.  
Set-up is one front-end node and two hosts node.

I see a strange issue link to the VM lifecycle management.

Whenever I issue a Suspend/Stop/Poweroff command to an instantiated VM the command does not go through and I lose total connection to the host where those VM are instantiated. I need to reboot the host and then I can try to update the VM state.

This happens everytime and even while terminating the instances some times.  
I’ve seen that the host reset the static ip address on the nic then I cannot ping/ssh it anymore.

Host OS is Ubuntu 22.04, one nic only.

Is there any kind of log I can observe to get more informations?

Thank you

---

<div class="post-metadata">

### Author: ![FrancJP](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/francjp/32/7690_2.png) [@FrancJP](https://forum.opennebula.io/u/FrancJP)
#### Post date: [March 18, 2025, 9:31am UTC](https://forum.opennebula.io/t/host-network-is-resetted-after-vm-command-is-issued/13667/2 "2025-03-18T09:31:33Z")

</div>

Hello @Manuel_Femia

Uselful logs could be:  
`/var/log/syslog`, `/var/log/messages`, or `/var/log/daemon.log` to check status of the VMs.

For OpenNebula logs, you can go and check `/var/log/one/oned.log` and `/var/log/one/sunstone.log`

Hope it helps.

Cheers,

---

<div class="post-metadata">

### Author: ![atodorov\_storpool](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/atodorov_storpool/32/5327_2.png) [@atodorov\_storpool](https://forum.opennebula.io/u/atodorov_storpool)
#### Post date: [March 18, 2025, 4:16pm UTC](https://forum.opennebula.io/t/host-network-is-resetted-after-vm-command-is-issued/13667/3 "2025-03-18T16:16:50Z")

</div>

Hello,

It is a long shot, as there is no much context provided of the network setup. Is the ip address set on a linux bridge managed by the Host OS?  
You could try setting `:keep_empty_bridge: true` in `/var/lib/one/remotes/etc/vnm/OpenNebulaNetwork.conf` then sync the hosts with `sudo -i -u oneadmin onehost sync --force`. Then try again…  
If that is the case, another workaround is to not define the `PHYSDEV` attribute on the VNETs where the Host managed bridge is in use…

Best Regards,  
Anton Todorov

---

<div class="post-metadata">

### Author: ![Manuel\_Femia](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/manuel_femia/32/8474_2.png) [@Manuel\_Femia](https://forum.opennebula.io/u/Manuel_Femia)
#### Post date: [April 5, 2025, 6:54am UTC](https://forum.opennebula.io/t/host-network-is-resetted-after-vm-command-is-issued/13667/4 "2025-04-05T06:54:21Z")

</div>

Hello @atodorov_storpool

sorry for the late response. it’s like you’ve told. I have a bridged network.

Will look into the confs you suggested even if now it seems like it’s working better.

Thank you very much.
