Skip to content

Commit fef757f

Browse files
authored
feat(pgw): add troubleshooting index (#4620)
1 parent 06cbcda commit fef757f

File tree

1 file changed

+62
-2
lines changed
  • pages/public-gateways/troubleshooting

1 file changed

+62
-2
lines changed
Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,68 @@
11
---
22
meta:
33
title: Public Gateways - Troubleshooting
4-
description: Public Gateways Troubleshooting
4+
description: Find troubleshooting resources for resolving issues with Scaleway Public Gateways.
55
content:
66
h1: Public Gateways - Troubleshooting
7-
paragraph: Public Gateways Troubleshooting
7+
paragraph: Find troubleshooting resources for resolving issues with Scaleway Public Gateways.
8+
dates:
9+
posted: 2025-03-14
10+
validation: 2025-03-14
11+
categories:
12+
- network
813
---
14+
15+
<ProductHeader
16+
productName="Public Gateways troubleshooting"
17+
productLogo="publicGateway"
18+
description="Learn how to fix the most common issues with Scaleway Public Gateways."
19+
/>
20+
21+
## Featured Pages
22+
23+
<Grid>
24+
<DefaultCard
25+
title="Public Gateways FAQ"
26+
description="Answers to common questions"
27+
url="/faq/public-gateways/"
28+
label="See more"
29+
/>
30+
<DefaultCard
31+
title="Configuring a Public Gateway"
32+
description="Get your gateway up and running"
33+
url="/public-gateways/how-to/configure-a-public-gateway/"
34+
label="See more"
35+
/>
36+
<DefaultCard
37+
title="Using SSH bastion"
38+
description="Connect to resources behind a gateway"
39+
url="/public-gateways/how-to/use-ssh-bastion/"
40+
label="See more"
41+
/>
42+
</Grid>
43+
<Grid>
44+
<DefaultCard
45+
title="Solving SSH connection problems"
46+
description="Troubleshoot common issues"
47+
url="/public-gateways/troubleshooting/cant-connect-to-instance-with-pn-gateway/"
48+
label="See more"
49+
/>
50+
<DefaultCard
51+
title="Gateway services not working"
52+
description="Resolve typical problems"
53+
url="/public-gateways/troubleshooting/gateway-services-not-working/"
54+
label="See more"
55+
/>
56+
<DefaultCard
57+
title="IPAM-mode vs Legacy gateways"
58+
description="What's the difference?"
59+
url="/public-gateways/concepts/#ipam"
60+
label="See more"
61+
/>
62+
</Grid>
63+
64+
## Public Gateway troubleshooting pages
65+
66+
- [I cannot connect to my Instance using SSH after attaching it to a Private Network with a Public Gateway](/public-gateways/troubleshooting/cant-connect-to-instance-with-pn-gateway/)
67+
- [I attached the Public Gateway to my Private Network, but the gateway services are not working](/public-gateways/troubleshooting/gateway-services-not-working/)
68+
- [Public Gateway limitations](/public-gateways/troubleshooting/gw-limitations/)

0 commit comments

Comments
 (0)