-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
Updated the troubleshooting steps.
An admin must run tests on this PR before it can be merged. |
@ttunga unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
@ttunga unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
1 similar comment
@ttunga unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
@ttunga unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
2 similar comments
@ttunga unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
@ttunga unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
Co-authored-by: Margaret Eker <[email protected]>
Co-authored-by: Margaret Eker <[email protected]>
|
||
```bash | ||
tcpdump -i <ethernet interface> -tt -nn port <destination port> and host <source host> | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output? What should I be looking for?
1. Run the following command to verify service is listening on VM or not: | ||
|
||
```bash | ||
netsat -na |grep <port> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output -- what if it fails, or gives me unexpected output?
removed cmd netstat -an | grep ESTABLISHED as it is repeated twice. Actually is used to check if the system has an established connection on the port. And it is already mentioned in point 4(ensure the service is listening on VM).
@ttunga Noticed that this PR is failing the lint testing. See https://github.com/magento/devdocs/pull/7538/checks?check_run_id=883645008 for error listing. |
netsat ==> netstat
running tests |
@ttunga Can you sign the CLA so we can merge this PR. Thx! |
Done, please check. |
running tests |
running tests |
Hi @ttunga, thank you for your contribution! |
Purpose of this pull request
Updated the troubleshooting steps for privatelink connectivity
Affected DevDocs pages
https://devdocs.magento.com/cloud/project/privatelink-service.html
whatsnew
Added additional troubleshooting instructions for PrivateLink VPC connections.