I took the plunge this weekend - wanted to replace the SSD with an NVME in my ProxMox home lab server. I backed up my 4 VMs (just in case) - and installed a new NVME 1TB drive - performed a fresh clean install from USB of VE 8. So far so good. I had to re-do the IOMMU stuff and some other things (notes from previous install -- hee hee).
I have a DHCP reservation for the MAC Address in the server, but still set it statically. I have not put any VMs back yet, as I am just exploring things. First thing I noticed is that my IP information (I have IPV4 and IPV6 (track-interface) from my pfSense machine (it is not a VM - standalone Thin Client machine) is not shown here:
It used to show the IPv4 and IPv6 address in the PVE Host WebPage when looking at the summary for the host (pve01). I cannot find it anywhere. If I open the SHELL - I can run the 'ip addr' command and see that it is not even pulling an IPv6 from pfSense. The other 4-port NIC card - with one cable plugged in as a test, is pulling BOTH IPv4 and IPv6 from pfSense.
Here is my /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface lo inet6 loopback
iface eno1 inet manual
iface eno1 inet6 manual
iface ens4f0 inet manual
iface ens4f0 inet6 manual
iface ens4f1 inet manual
iface ens4f2 inet manual
iface ens4f3 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.9.28.240/24
gateway 10.9.28.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
#On-Board NIC (for HOST)
inet vmbr0 inet6 dhcp
auto vmbr40
iface vmbr40 inet dhcp
bridge-ports ens4f0
bridge-stp off
bridge-fd 0
#Intel i350-T4 (port 0)
iface vmbr40 inet6 dhcp
1) How to I get the SUMMARY on the web page to show the Host IP information?
2) How do I get it to pull an IPv6 address?
I have a DHCP reservation for the MAC Address in the server, but still set it statically. I have not put any VMs back yet, as I am just exploring things. First thing I noticed is that my IP information (I have IPV4 and IPV6 (track-interface) from my pfSense machine (it is not a VM - standalone Thin Client machine) is not shown here:
It used to show the IPv4 and IPv6 address in the PVE Host WebPage when looking at the summary for the host (pve01). I cannot find it anywhere. If I open the SHELL - I can run the 'ip addr' command and see that it is not even pulling an IPv6 from pfSense. The other 4-port NIC card - with one cable plugged in as a test, is pulling BOTH IPv4 and IPv6 from pfSense.
Here is my /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface lo inet6 loopback
iface eno1 inet manual
iface eno1 inet6 manual
iface ens4f0 inet manual
iface ens4f0 inet6 manual
iface ens4f1 inet manual
iface ens4f2 inet manual
iface ens4f3 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.9.28.240/24
gateway 10.9.28.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
#On-Board NIC (for HOST)
inet vmbr0 inet6 dhcp
auto vmbr40
iface vmbr40 inet dhcp
bridge-ports ens4f0
bridge-stp off
bridge-fd 0
#Intel i350-T4 (port 0)
iface vmbr40 inet6 dhcp
1) How to I get the SUMMARY on the web page to show the Host IP information?
2) How do I get it to pull an IPv6 address?