Github user wilderrodrigues commented on the pull request:
https://github.com/apache/cloudstack/pull/1184#issuecomment-162598613
Ping @remibergsma @DaanHoogland @miguelaferreira @borisroman
Deployed another DC and followed the same step as the test, but did it
manually:
Result:
* Without egress configured to open ports
```
sbpltk1zffh04:sbp_dev wrodrigues$ ssh [email protected]
[email protected]'s password:
# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
```
* After configuring egress
```
sbpltk1zffh04:sbp_dev wrodrigues$ ssh [email protected]
[email protected]'s password:
# wget google.com
--2015-12-07 17:15:16-- http://google.com/
Resolving google.com... 2a00:1450:4013:c00::8b, 173.194.65.102,
173.194.65.138, ...
Connecting to google.com|2a00:1450:4013:c00::8b|:80... failed: Network is
unreachable.
Connecting to google.com|173.194.65.102|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.google.nl/?gfe_rd=cr&ei=pL5lVsbhOpGwOvj-nUg [following]
--2015-12-07 17:15:16--
http://www.google.nl/?gfe_rd=cr&ei=pL5lVsbhOpGwOvj-nUg
Resolving www.google.nl... 2a00:1450:4013:c00::5e, 173.194.65.94
Connecting to www.google.nl|2a00:1450:4013:c00::5e|:80... failed: Network
is unreachable.
Connecting to www.google.nl|173.194.65.94|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'index.html.1'
index.html.1 [ <=>
]
18.59K --.-KB/s in 0.03s
2015-12-07 17:15:17 (590 KB/s) - 'index.html.1' saved [19036]
# wget google.com
--2015-12-07 17:17:41-- http://google.com/
Resolving google.com... 2a00:1450:4013:c00::8b, 173.194.65.113,
173.194.65.102, ...
Connecting to google.com|2a00:1450:4013:c00::8b|:80... failed: Network is
unreachable.
Connecting to google.com|173.194.65.113|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.google.nl/?gfe_rd=cr&ei=Nr9lVqvUBIyOOpHGhnA [following]
--2015-12-07 17:17:41--
http://www.google.nl/?gfe_rd=cr&ei=Nr9lVqvUBIyOOpHGhnA
Resolving www.google.nl... 2a00:1450:4013:c00::5e, 173.194.65.94
Connecting to www.google.nl|2a00:1450:4013:c00::5e|:80... failed: Network
is unreachable.
Connecting to www.google.nl|173.194.65.94|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'index.html.2'
index.html.2 [ <=>
]
18.68K --.-KB/s in 0.01s
2015-12-07 17:17:42 (1.54 MB/s) - 'index.html.2' saved [19132]
# wget -t 1 -T 1 www.google.com
--2015-12-07 17:18:04-- http://www.google.com/
Resolving www.google.com... 2a00:1450:4013:c00::93, 173.194.65.103,
173.194.65.99, ...
Connecting to www.google.com|2a00:1450:4013:c00::93|:80... failed: Network
is unreachable.
Connecting to www.google.com|173.194.65.103|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.google.nl/?gfe_rd=cr&ei=Tb9lVtaAA8mvOrmhisgG
[following]
--2015-12-07 17:18:04--
http://www.google.nl/?gfe_rd=cr&ei=Tb9lVtaAA8mvOrmhisgG
Resolving www.google.nl... 2a00:1450:4013:c00::5e, 173.194.65.94
Connecting to www.google.nl|2a00:1450:4013:c00::5e|:80... failed: Network
is unreachable.
Connecting to www.google.nl|173.194.65.94|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'index.html.3'
index.html.3 [ <=>
]
18.68K --.-KB/s in 0.01s
2015-12-07 17:18:05 (1.25 MB/s) - 'index.html.3' saved [19133]
#
```
Waiting for your feedback on your tests.
Cheers,
Wilder
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---