gushiren

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
查看浮动ip的id
[root@10e131e69e14 oz]# openstack floating ip show 36.111.0.197
+---------------------+--------------------------------------+
| Field               | Value                                |
+---------------------+--------------------------------------+
| created_at          | 2017-12-20T06:35:56Z                 |
| description         |                                      |
| fixed_ip_address    | 9.111.222.111                        |
| floating_ip_address | 36.111.0.197                         |
| floating_network_id | b458da46-d4d6-432d-8837-e9045d80eb41 |
| id                  | 4b34b542-cd83-48cf-adf7-7ebb6aaf6617 |
| name                | 36.111.0.197                         |
| port_id             | 8d6506ea-c83f-4b7f-91f0-a272d7d581f8 |
| project_id          | 6f5869d824894afbab69f2d7ef253be3     |
| revision_number     | 24                                   |
| router_id           | 7800fb6d-9d18-4833-b3a2-2699c5e6bafc |
| status              | ACTIVE                               |
| updated_at          | 2017-12-25T10:53:40Z                 |
+---------------------+--------------------------------------+
限速10M
[root@10e131e69e14 oz]# neutron floatingip-update-ratelimit 4b34b542-cd83-48cf-adf7-7ebb6aaf6617  10
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
--2017-12-25 19:04:49--  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|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 830472192 (792M) [application/octet-stream]
Saving to: ‘CentOS-7-x86_64-Minimal-1708.iso’
 
 4% [==>                                                                             ] 33,867,989  1.16MB/s  eta 7m 37s

 

posted on 2018-08-21 15:47  gushiren  阅读(825)  评论(0编辑  收藏  举报