Hi and thanks for your help.
I have no networking for my first VM in my new Proxmox 6.2 installation.....here is my /etc/network/interfaces :
auto lo
iface lo inet loopback
iface enp8s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 88.198.26.141/27
gateway 88.198.26.129
bridge-ports enp8s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I need NAT and an DHCP server to assign private IPs to my VMs when they boot...
Thanks in advance
I have no networking for my first VM in my new Proxmox 6.2 installation.....here is my /etc/network/interfaces :
auto lo
iface lo inet loopback
iface enp8s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 88.198.26.141/27
gateway 88.198.26.129
bridge-ports enp8s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I need NAT and an DHCP server to assign private IPs to my VMs when they boot...
Thanks in advance