@@ -23,7 +23,7 @@ This page list the most common issues you may encounter with your Scaleway Insta
2323- You cannot perform basic HTTP operations like ` GET ` or ` POST ` on your Instance endpoint.
2424
2525### Possible causes
26- - Incorrect firewall rules: The Instance or Security Groups might be blocking HTTP/HTTPS ports (` 80 ` , ` 443 ` ).
26+ - Incorrect firewall rules: The Instance or security groups might be blocking HTTP/HTTPS ports (` 80 ` , ` 443 ` ).
2727- Configuration errors in the web server: Nginx, Apache, or another web server might be misconfigured.
2828- Application-level errors: Your application code may be crashing or returning incorrect responses.
2929- DNS misconfiguration: The domain’s DNS settings might be pointing to the wrong IP or not updated.
@@ -56,7 +56,7 @@ This page list the most common issues you may encounter with your Scaleway Insta
5656- Ping (ICMP) requests are dropped.
5757
5858### Possible causes
59- - Security Group settings: SSH (port ` 22 ` ) or RDP (port ` 3389 ` ) might not be open.
59+ - security groups settings: SSH (port ` 22 ` ) or RDP (port ` 3389 ` ) might not be open.
6060- Incorrect IP address: You might be connecting to the wrong public IP.
6161- User-side firewall or network: Your local network may block outbound SSH or RDP connections.
6262- Instance not running: The Instance may be shut down or stuck in an error state.
@@ -68,7 +68,7 @@ This page list the most common issues you may encounter with your Scaleway Insta
6868- Verify the Instance's public IP address:
6969 - Confirm that the IP in the Scaleway console matches the IP you are using for the connection.
7070- Review security groups and local firewalls:
71- - Make sure the default Security Group allows SSH or RDP inbound traffic.
71+ - Make sure the default security groups allows SSH or RDP inbound traffic.
7272 - Check your local firewall to ensure outbound SSH (port ` 22 ` ) or RDP (port ` 3389 ` ) is allowed.
7373- Use the Scaleway console to connect to your Instance:
7474 - Try using Scaleway’s web-based terminal in the console to rule out local network issues.
@@ -166,7 +166,7 @@ This page list the most common issues you may encounter with your Scaleway Insta
166166
167167### Possible causes
168168- Default SMTP restriction: Access to port 25 is restricted by default to prevent spam.
169- - Security Group settings: The inbound/outbound rules might block port 25.
169+ - security groups settings: The inbound/outbound rules might block port 25.
170170- Missing or incorrect mail server configuration: Postfix, Exim, or another MTA might be misconfigured.
171171
172172### Troubleshooting tips
@@ -194,7 +194,7 @@ This page list the most common issues you may encounter with your Scaleway Insta
194194### Possible causes
195195- Incorrect network configuration: The routed IP might not be properly configured on your Instance.
196196- No static routes set: A missing route or gateway could cause traffic to fail.
197- - Security Groups or firewall blocking: The traffic from or to the routed IP might be filtered.
197+ - security groups or firewall blocking: The traffic from or to the routed IP might be filtered.
198198
199199### Troubleshooting tips
200200- Verify the IP configuration in the Scaleway console:
0 commit comments