Hey everyone.
I have a Windows 2012r2 VM which I would like to attach to my second IP address. But my configuration doesn't seem to work, node network configuration:
(the gateway address has a different ending, it was provided by the host and preconfigured in /etc/network/interfaces)
VM network configuration:
Update; Model is set to Intel E1000 for the moment!
Windows can't find a active network device
/etc/network/interfaces:
I rebooted the node server after I applied changes to network throught the web interface.
Update; Switched to Network model Intel E1000 and changed gateway, now the ethernet cable shows as unidentified network
I have a Windows 2012r2 VM which I would like to attach to my second IP address. But my configuration doesn't seem to work, node network configuration:
(the gateway address has a different ending, it was provided by the host and preconfigured in /etc/network/interfaces)
VM network configuration:
Update; Model is set to Intel E1000 for the moment!
Windows can't find a active network device
/etc/network/interfaces:
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT 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 eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 89.xxx.xxx.65
netmask 255.255.255.0
gateway 89.xxx.xxx.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
Update; Switched to Network model Intel E1000 and changed gateway, now the ethernet cable shows as unidentified network
Last edited: