Skip to content

Commit 3de5f7d

Browse files
committed
fix(edge): add troubleshooting indexes (#4659)
* fix(edge): add troubleshooting indexes * fix(lb): remove irrelevant troubleshooting
1 parent 74e1f72 commit 3de5f7d

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3536,6 +3536,10 @@
35363536
],
35373537
"label": "Additional content",
35383538
"slug": "reference-content"
3539+
},
3540+
{
3541+
"label": "Troubleshooting",
3542+
"slug": "troubleshooting"
35393543
}
35403544
],
35413545
"label": "Edge Services",

pages/load-balancer/troubleshooting/configuration.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,6 @@ Either:
4040
- [Resize](/load-balancer/how-to/resize-lb/) your Load Balancer to a type that is compatible with multi-cloud backend servers, or
4141
- Use only Scaleway resources as backend servers for your Load Balancer
4242

43-
## When adding a backend server via its private IP address, I get the message: IP doesn't exist
44-
45-
You may be trying to [add a backend server](/load-balancer/how-to/create-frontends-backends/#configuring-traffic-management) to your Load Balancer's backend using the server's private IP address, and experience an error message saying that the IP doesn't exist.
46-
47-
### Cause
48-
49-
You are entering an incorrect IP address for your resource, or using private IP address that is outside the standard range for private networks.
50-
51-
### Solution
52-
53-
- Check that you are entering the correct [private IP address](/vpc/how-to/attach-resources-to-pn/#how-to-view-the-resources-ip-address) for your resource, and that it is attached to the same Private Network as the Load Balancer.
54-
- Verify that you are using a private IP address that is within the standard ranges used for private networks as described in [RFC1918](https://en.wikipedia.org/wiki/Private_network#Private_IPv4_addresses). Only IP addresses from within one of these ranges are supported by Scaleway Load Balancer.
55-
56-
5743
## My Load Balancer's Elastic Metal backend servers added via private IPs are all down
5844

5945
You may add Elastic Metal backend servers to your Load Balancer using their private IP address, and find they are marked as `DOWN` as soon as you add them. You are unable to work out why they are failing their health checks.

pages/troubleshooting/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ content:
180180
label="Load Balancer"
181181
/>
182182

183+
<ProductCardIllustration
184+
productLogo="edgeServices"
185+
url="/edge-services/troubleshooting/"
186+
label="Edge Services"
187+
/>
188+
183189
<ProductCardIllustration
184190
productLogo="publicGateway"
185191
url="/public-gateways/troubleshooting/"

0 commit comments

Comments
 (0)