Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2ae23b

Browse files
ttunga-zzmeker12
andauthored
Update privatelink-service.md (magento#7538)
* Update privatelink-service.md Updated the troubleshooting steps. * Update src/cloud/project/privatelink-service.md Co-authored-by: Margaret Eker <[email protected]> * Update src/cloud/project/privatelink-service.md * Update privatelink-service.md 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). * Fixed markdown syntax * Fixed command name and md syntax errors netsat ==> netstat Co-authored-by: Margaret Eker <[email protected]>
1 parent 1c27ec7 commit f2ae23b

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

src/cloud/project/privatelink-service.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,25 @@ To test the connection to the VPC endpoint service:
153153
```
154154
{:.no-copy}
155155

156+
1. Run the following command to to ensure the service is listening on VM:
157+
158+
```bash
159+
netstat -na |grep <port>
160+
```
161+
162+
1. Run the following command to check the packages flow:
163+
164+
```bash
165+
tcpdump -i <ethernet interface> -tt -nn port <destination port> and host <source host>
166+
```
167+
168+
Check the following internal settings to ensure that the configuration is valid:
169+
170+
- Endpoint and endpoint services settings
171+
- NLB settings
172+
- The target groups in NLB and verify they are healthy
173+
- The netcat/curl endpoint URL from each VM ( listed above)
174+
156175
See the following articles for help troubleshooting connection issues:
157176

158177
- [AWS: Troubleshooting endpoint service connections][]
@@ -172,7 +191,7 @@ Submit a Magento Support ticket to change an existing PrivateLink configuration.
172191

173192
The customer VPC must have the following resources available to support bidirectional PrivateLink connections:
174193

175-
- A Network Load Balancer
194+
- A Network Load Balancer (NLB)
176195
- An endpoint service configuration that enables access to an application or service from the customer VPC
177196
- An [interface endpoint][] (AWS) or [private endpoint][] (Azure) that allows Magento to connect to endpoint services hosted in your VPC
178197

0 commit comments

Comments
 (0)