Jef*_*f M 3 networking virtualization ubuntu xen
我在 Ubuntu Server 上的 Xen 网络中遇到了一个大问题。我们的服务器有一些公共 IP (/29),它们都是通过eth0
别名添加的。例如
IP 添加/etc/network/interfaces
如下(为安全起见,IP 被屏蔽):
auto eth0
iface eth0 inet static
address ##.##.##.106
netmask 255.255.255.248
network ##.##.##.104
broadcast ##.##.##.111
gateway ##.##.##.105
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8 8.8.4.4
dns-search mydomain.com
auto eth0:1
iface eth0:1 inet static
address ##.##.##.108
netmask 255.255.255.248
network ##.##.##.104
broadcast ##.##.##.111
gateway ##.##.##.105
Run Code Online (Sandbox Code Playgroud)
我将如何eth0:1
向 VM公开?(它将专用于该 VM。)目前我正在处理PV 指令here。
归档时间: |
|
查看次数: |
1707 次 |
最近记录: |