小编use*_*549的帖子

网络配置(桥接)proxmox

我昨天买了一个 proxmox 许可证。一切正常,只是网络配置非常复杂。我的网络配置:

84.200.50.186 -> hostsystem ip
84.200.50.186 -> VM ip
255.255.255.248 -> netmask
84.200.50.185 -> gateway


auto eth0
iface eth0 inet static
        address 84.200.50.186
        netmask 255.255.255.248
        gateway 84.200.50.185


auto vmbr0
iface vmbr0 inet static
       address  84.200.50.187
       netmask  255.255.255.248
       gateway  84.200.50.185
       bridge_ports eth0
       bridge_stp off
       bridge_fd 0
Run Code Online (Sandbox Code Playgroud)

ip 可以 ping 但虚拟机没有连接到互联网。

有任何想法吗?:-(

networking configuration bridge proxmox kvm-virtualization

4
推荐指数
1
解决办法
3万
查看次数