VM(D) Interface Question

2022-09-30 Thread Holger Glaess
Hi how many Interfaces can an single VM have ? With 3 Interface in my vm.conf the vm works, with 4 not i get "to many interfaces". if i put in the vm section "interfaces 6" , this fails also. any veb still exists and working. Holger switch "vswitch100" {     # lan     interface

Re: VM(D) Interface Question

2022-09-30 Thread Tobias Fiebig
Heho, Any other VMs on the box? My first thought would be not enough tun devs, default is iirc 4? To make it work, if that is the case: cd /dev ; sh ./MAKEDEV tun4 ; sh ./MAKEDEV tun5; sh ./MAKEDEV tun6 With best regards, Tobias -Original Message- From: owner-m...@openbsd.org On Beh