我们已在debian 10裸机服务器中安装了proxmox
我们还有5个其他IP地址
我们要在proxmox中创建5个虚拟机,并为每个虚拟机分配一个公共IP
怎么会这样
不幸的是,我无法为proxmox Windows vm分配一个公共IP地址
我的/ etc / network / interfaces文件
source /etc/network/interfaces.d / *
自动低 iface lo inet回送
allow-hotplug enp1s0f0
iface enp1s0f0 inet dhcp
iface enp1s0f1 inet dhcp
auto vmbr0 iface vmbr0 inet manual bridge-ports enp1s0f1 bridge-stp off bridge-fd 0
我创建了一个Windows 10虚拟机,并为该计算机分配了一个新的网络适配器,其故障转移IP地址中的MAC地址相同。
在Windows安装之后,我已经手动配置了Windows网络适配器,如下所示:
ip : 51.x.x.x
netmask : 255.255.255.255
getway : 62.210.0.1
DNS : 62.210.16.6 and 62.210.16.7
但没有成功,Windows机器会执行ping操作,而且我们也无法从外部将机器安装到机器上
我在Linux vm上尝试过相同的方法
没有连接
如果您对如何进行此操作有任何了解
谢谢