问下大佬们,目前我的 pve 是单 IP,但是我是桥接的网卡。
我想把母鸡多增加一个公网 IP,应该怎么修改这个网卡配置。
先感谢大佬们帮我。
我尝试过
vmbr0:1 这种形式多增加一个,但是不行。
我尝试过 enp34s0:1 这样直接母鸡连不上了,重装的系统。
桥接的时候主网卡 enp34s0 不允许出现 IP 。
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
iface enp34s0 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx/27
gateway xxx.xxx.xxx.xxx
bridge-ports enp34s0
bridge-stp off
bridge-fd 0
bridge-maxwait 0
iface vmbr0 inet6 static
address xxx.xxx.xxx.xxx::1/64
gateway xxx.xxx.xxx.xxx::1
auto vmbr1
iface vmbr1 inet static
address 10.10.10.0/32
bridge-ports none
bridge-stp off
bridge-fd 0
bridge-maxwait 0
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.