jiangcuo / Proxmox-Arm64

Proxmox VE & PBS unofficial arm64 version
GNU Affero General Public License v3.0
377 stars 37 forks source link

Cannot get ip address from VM or CT on Orange Pi 5 #17

Closed meitouren closed 1 year ago

meitouren commented 1 year ago

Hi,

I have installed this on orange pi 5 everything seems well with some warning, but it’s running.

when deploying VM and container both unable to get ip address. I have try Linux bridge and ovs bridge same result.

Base os Armbian 23.02.2 Debian Bulleye Pve-manager 7.4-3

Thanks.

jiangcuo commented 1 year ago

Could you show:

meitouren commented 1 year ago

Hi jiangcuo,

As below.

auto lo iface lo inet loopback

iface eth0 inet manual

iface enx00e04c681e8c inet manual

auto vmbr1 iface vmbr1 inet static address 192.168.0.1/24 bridge-ports none bridge-stp off bridge-fd 0

auto vmbr0 iface vmbr0 inet manual bridge-ports none bridge-stp off bridge-fd 0

auto vmbr2 iface vmbr2 inet dhcp bridge-ports none bridge-stp off bridge-fd 0

auto vmbr3 iface vmbr3 inet manual ovs_type OVSBridge

Thanks for looking into it.

jiangcuo commented 1 year ago

Your config is not right, follow this link to create: https://pve.proxmox.com/wiki/Network_Configuration

meitouren commented 1 year ago

Thanks for pointing it out, will look at it.