I Attached 2 adopter with PVEYou don't seem to have assigned an IP to the Ubuntu VM.
Your PVE appears to be running in Virtualbox so there's a whole other layer of networking that you have not described. How it is Virtualbox networking configured (default NAT? Host? Bridged?). How that is set up will determine how you must assign IP's to VM's running under PVE.
Why? And which one is vmbr0 connected to? The Bridge network won't have a DHCP server unless you have one external somewhere.I Attached 2 adopter with PVE
1. Bridge
2. NAT
This seems to be a warning only:and i had not attached static ip with ubuntu vm because i tried multiple times it give me error of
WARNING:root:Cannot call Open VSwitch: ovsdb-server.service is not running.
when i enter sudo netplan apply
ReminderI had attached only bridge adopter now and vmbr is attached to that adopter i assign manual ip to etc/network/interface and in vmbr0
/etc/netplan/99_config.yaml
look like.routes:
- to: default
via: xxx.xxx.xxx.xxx #fill in with GW of your NW that Oracle VB is on
What about in the VM? The IP on vmbr0 has exactly nothing to do with the VM, it is only the IP for the PVE server itself.I had attached only bridge adopter now and vmbr is attached to that adopter i assign manual ip to etc/network/interface and in vmbr0
Reminder
Yes for accessing the PVE Interface in browser but in my case i have internet issue in PVE VM's and after strugglying alot not able to find any solution why this is happening.What about in the VM? The IP on vmbr0 has exactly nothing to do with the VM, it is only the IP for the PVE server itself.
I had setup the static ip in PVE but i am having issue while assigning static ip in PVE VMYou need to set appropriate IP address and gateway in the VM's. You have to do that individually for each one. If you use DHCP, then you need to have a DHCP server on your network (maybe your router?) because Virtualbox bridged network does not provide one. That or you have to set static IP's.
For clarity sake; with "PVE VM" you mean (or should mean) inside the Ubuntu VMI had setup the static ip in PVE but i am having issue while assigning static ip in PVE VM