首页 技术 正文
技术 2022年11月23日
0 收藏 935 点赞 4,047 浏览 1434 个字
查看浮动ip的id
[root@10e131e69e14 oz]# openstack floating ip show 36.111.0.197
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| created_at | --20T06::56Z |
| description | |
| fixed_ip_address | 9.111.222.111 |
| floating_ip_address | 36.111.0.197 |
| floating_network_id | b458da46-d4d6-432d--e9045d80eb41 |
| id | 4b34b542-cd83-48cf-adf7-7ebb6aaf6617 |
| name | 36.111.0.197 |
| port_id | 8d6506ea-c83f-4b7f-91f0-a272d7d581f8 |
| project_id | 6f5869d824894afbab69f2d7ef253be3 |
| revision_number | |
| router_id | 7800fb6d-9d18--b3a2-2699c5e6bafc |
| status | ACTIVE |
| updated_at | --25T10::40Z |
+---------------------+--------------------------------------+
限速10M
[root@10e131e69e14 oz]# neutron floatingip-update-ratelimit 4b34b542-cd83-48cf-adf7-7ebb6aaf6617
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
update floating IP 4b34b542-cd83-48cf-adf7-7ebb6aaf6617在vm wget外网资源测试速度,理论下载速度能到到1.0MB/s
[root@localhost ~]# wget http://mirrors.aliyun.com/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1708.iso
---- ::-- http://mirrors.aliyun.com/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1708.iso
Resolving mirrors.aliyun.com (mirrors.aliyun.com)... 115.231.71.235, 115.231.71.232, 115.231.71.236, ...
Connecting to mirrors.aliyun.com (mirrors.aliyun.com)|115.231.71.235|:... connected.
HTTP request sent, awaiting response... OK
Length: (792M) [application/octet-stream]
Saving to: ‘CentOS--x86_64-Minimal-.iso’ % [==> ] ,, .16MB/s eta 7m 37s
相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:8,965
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,486
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,331
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,114
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,747
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,782