Azure的每个VM都有多种IP地址,包括DIP、VIP和PIP。具体如下:

DIP地址是在VM里能够看到的IP地址,即私网地址;PIP地址是这个VM关联的公网IP地址,即公网地址;VIP地址是负载均衡的地址。

目前Azure的VM已经支持每个网卡关联多个ipconfig,即可以支持VM的每个网卡关联多个私网和公网地址:DIP和PIP。

如下图:

具体配置如下:

1. VM种NIC的ipconfig

2. 添加ipconfig

点击添加后:

按相同的方法再添加第三个ipconfig,配置完后的配置结果:

3. VM内的配置(CentOS7)

登录到VM中,做如下修改:

[root@hwvntp01 init.d]# cd /etc/sysconfig/network-scripts/
[root@hwvntp01 network-scripts]# vim ifcfg-eth0:
DEVICE=eth0:
ONBOOT=yes
BOOTPROTO=static
IPADDR=10.3.1.6
NETMASK=255.255.255.0
[root@hwvntp01 network-scripts]# vim ifcfg-eth0:
DEVICE=eth0:
ONBOOT=yes
BOOTPROTO=static
IPADDR=10.3.1.7
NETMASK=255.255.255.0

然后重启Network的服务:

[root@hwvntp01 network-scripts]# cd /etc/init.d
[root@hwvntp01 init.d]# ./network restart

4. 检验

[root@hwvntp01 html]# ifconfig
eth0: flags=<UP,BROADCAST,RUNNING,MULTICAST> mtu
inet 10.3.1.5 netmask 255.255.255.0 broadcast 10.3.1.255
inet6 fe80:::faff:fe00:40f2 prefixlen scopeid 0x20<link>
ether ::fa:::f2 txqueuelen (Ethernet)
RX packets bytes (125.5 MiB)
RX errors dropped overruns frame
TX packets bytes (46.3 MiB)
TX errors dropped overruns carrier collisions
 
eth0:: flags=<UP,BROADCAST,RUNNING,MULTICAST> mtu
inet 10.3.1.6 netmask 255.255.255.0 broadcast 10.3.1.255
ether ::fa:::f2 txqueuelen (Ethernet)
 
eth0:: flags=<UP,BROADCAST,RUNNING,MULTICAST> mtu
inet 10.3.1.7 netmask 255.255.255.0 broadcast 10.3.1.255
ether ::fa:::f2 txqueuelen (Ethernet)
 
lo: flags=<UP,LOOPBACK,RUNNING> mtu
inet 127.0.0.1 netmask 255.0.0.0
inet6 :: prefixlen scopeid 0x10<host>
loop txqueuelen (Local Loopback)
RX packets bytes (1.0 KiB)
RX errors dropped overruns frame
TX packets bytes (1.0 KiB)
TX errors dropped overruns carrier collisions
 
[root@hwvntp01 html]# ping www.sina.com.cn
PING ara.sina.com.cn (121.14.1.190) () bytes of data.
bytes from 121.14.1.190 (121.14.1.190): icmp_seq= ttl= time=45.7 ms
bytes from 121.14.1.190 (121.14.1.190): icmp_seq= ttl= time=45.7 ms
^C
--- ara.sina.com.cn ping statistics ---
packets transmitted, received, % packet loss, time 1001ms
rtt min/avg/max/mdev = 45.710/45.716/45.723/0.213 ms
[root@hwvntp01 html]# ping -I 10.3.1.6 www.sina.com.cn
PING ara.sina.com.cn (121.14.1.190) from 10.3.1.6 : () bytes of data.
bytes from 121.14.1.190 (121.14.1.190): icmp_seq= ttl= time=48.4 ms
bytes from 121.14.1.190 (121.14.1.190): icmp_seq= ttl= time=48.5 ms
^C
--- ara.sina.com.cn ping statistics ---
packets transmitted, received, % packet loss, time 999ms
rtt min/avg/max/mdev = 48.406/48.470/48.535/0.229 ms
[root@hwvntp01 html]# ping -I 10.3.1.7 www.sina.com.cn
PING ara.sina.com.cn (121.14.1.190) from 10.3.1.7 : () bytes of data.
bytes from 121.14.1.190 (121.14.1.190): icmp_seq= ttl= time=46.3 ms
bytes from 121.14.1.190 (121.14.1.190): icmp_seq= ttl= time=46.4 ms
bytes from 121.14.1.190 (121.14.1.190): icmp_seq= ttl= time=46.1 ms
bytes from 121.14.1.190 (121.14.1.190): icmp_seq= ttl= time=46.2 ms
^C
--- ara.sina.com.cn ping statistics ---
packets transmitted, received, % packet loss, time 5958ms
rtt min/avg/max/mdev = 46.190/46.298/46.423/0.277 ms

5. 通过服务检验

在VM中安装httpd:

yum install -y httpd
systemctl start httpd
systemctl status httpd
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: active (running) since Fri -- :: UTC; 6s ago
Docs: man:httpd()
man:apachectl()
Main PID: (httpd)

从外部检测:

三个地址都可以访问。

Azure上每个VM多个IP地址的更多相关文章

  1. Linux VM 设置静态ip地址上网

    因为是路由器共享上网,VM每次都是通过DHCP方式自动获取ip地址,连接Linux VM时ip地址经常变,很麻烦.现在把VM设置静态ip的方法总结一下,以免以后忘了. 1. VM上网方式设置为桥接. ...

  2. Windows Azure 上 Linux VM 中的交换空间 – 第 2 部分

    本文章由 Azure CAT 团队的 Piyush Ranjan (MSFT) 撰写. 在前一篇文章 Windows Azure 上Linux VM 中的交换空间第 1 部分中,我介绍了在默认情况下, ...

  3. Android 手机上获取手机当前上网IP地址

      [转] 原文              Android 手机上获取手机当前上网IP地址                (手机网关给手机号分配的IP) 每个手机上网通过移动网关的时候,网关都会给该手 ...

  4. Azure ARM (12) ARM模式下,在负载均衡器上设置多个公网IP地址

    <Windows Azure Platform 系列文章目录> 最近在帮助一个客户设置WAF (Web Application Firewall),WAF厂商要求在负载均衡器上,设置多个公 ...

  5. 在Windows Azure上配置VM主备切换(1)——Linux篇

    对任何一个上线系统来说,高可用设计是不可或缺的一个环节,这样才可以确保应用可以持续.稳定的运行,而不是频繁的掉线.停机.高可用设计的核心思路很简单,就是消除一切单点故障,将单点链路或者节点升级为多点. ...

  6. pycharm上运行django服务器端、ip地址访问

    安装Django  下载Django包,解压缩. CMD 进入解压路径下. 执行:python setup.py install 增加环境变量: C:\Python27\Scripts 测试djang ...

  7. Windows Azure 设置虚拟机静态外网IP地址

    官方说法叫做“虚拟公共IP地址保留”,为容易理解,我们称之为静态外网IP地址. 如果在国内使用国际版Windows Azure服务时强烈推荐为虚拟机设置IP地址保留. 由于Windows Azure ...

  8. Azure上Linux VM防DDOS攻击:使用Apache mod_evasive

    部署在云端的虚拟机和web服务,很容易受到DoS护着DDoS的服务攻击,让一些新上线的业务苦不堪言,当然各个云服务提供商也有不同层面DDOS的防护,然而由于防护粒度,攻击复杂度的关系,未必可以满足你的 ...

  9. 在Azure上的VM镜像库中找到想要的镜像

    Azure上的虚机镜像库中, 有很多的镜像,其中当然也包括了用户自定义上传的镜像. 在Powershell中如果想使用这些镜像的话, 则需要知道其名称 下面这条命令,可以获得所有的镜像信息 $imag ...

随机推荐

  1. 【bzoj1232】[Usaco2008Nov]安慰奶牛cheer(最小生成树)

    题目传送门:https://www.lydsy.com/JudgeOnline/problem.php?id=1232 这道题要保留的道路肯定是原图的一棵生成树,因为要保留n-1条边,且使删边后的图连 ...

  2. input ajax自动补全

    页面 <div class="manage-Car-add-info-sn"> <p style="width:25%; height:70%;floa ...

  3. R语言入门基础

    教程:常用运算函数.对一般数据进行运算的常用函数: 1.round() #四舍五入 例:x <- c(3.1416, 15.377, 269.7) round(x, 0) #保留整数位 roun ...

  4. 使用<s:property value="4"/>是报错

    报错的情况是 在jsp中引入标签 <%@ taglib uri="/struts-tags" prefix="s" %> 项目中也有ognl.jar ...

  5. PHP 5.2、5.3、5.4、5.5、5.6 版本区别对比以及新功能详解

    截至目前(2015.1), PHP 的最新稳定版本是 PHP5.5, 但有差不多一半的用户仍在使用已经不在维护  的 PHP5.2, 其余的一半用户在使用 PHP5.3 . 因为 PHP 那“集百家之 ...

  6. 2017-02-20 注册.Net Framework4.0

    在使用IIS发布Web应用程序时,有时会遇到Asp.Net 4.0尚未在Web服务器上注册的问题,需要手动注册下.Net Framework 4.0. 注册.net Framwork4.0 步骤,以w ...

  7. 51nod 1010 stl/数论/二分

    http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1010 1010 只包含因子2 3 5 基准时间限制:1 秒 空间限制:1 ...

  8. 解析Ceph: RBDCache 背后的世界

    转自:https://www.ustack.com/blog/ceph-internal-rbdcache/ RBDCache 是Ceph的块存储接口实现库 Librbd 的用来在客户端侧缓存数据的目 ...

  9. Git学习笔记整理【图像解析、基础命令、分支、远程仓库】

    Git别名设置:https://www.cnblogs.com/hero123/p/9105381.html Git远程项目公钥配置:https://www.cnblogs.com/hero123/p ...

  10. Chrome Adobe flash player已过期怎么办

    越来越多的朋友感受到了来自谷歌chrome新版浏览器的压力,因为有不少朋友在使用新版chrome浏览器看视频时,却出现了这样的提示:Adobe flash player已过期!怎么办啊? 有网友抱怨: ...