You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was success in bringing up AXPBox on a VM inside my KVM environment. For the most part, things worked well. I created the Linux VM with two interfaces, with one of them dedicated for use by the simulator. Everything worked well except UDP traffic. Long story short, this was a know issue with my NICs and using the virtio network driver in the VM definition. The solution was to set instead of in the definition of the dedicated interface and then everything worked nicely. This also had the effect of the Zabbix monitoring agent coming to life.
With this much working, I may event get energetic and see if I can bring up a second AXPBox instance inside the same Linux VM.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was success in bringing up AXPBox on a VM inside my KVM environment. For the most part, things worked well. I created the Linux VM with two interfaces, with one of them dedicated for use by the simulator. Everything worked well except UDP traffic. Long story short, this was a know issue with my NICs and using the virtio network driver in the VM definition. The solution was to set instead of in the definition of the dedicated interface and then everything worked nicely. This also had the effect of the Zabbix monitoring agent coming to life.
With this much working, I may event get energetic and see if I can bring up a second AXPBox instance inside the same Linux VM.
Beta Was this translation helpful? Give feedback.
All reactions