Skip to content

Commit a1f6283

Browse files
committed
up
1 parent 2722f54 commit a1f6283

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

crowdsec-docs/unversioned/user_guides/log_centralization.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,16 +224,22 @@ Now that everything is setup, it's time to test !
224224

225225
We'll scan one of our web servers, and because both of them are querying the same crowdsec instance if one detects the attack, the other server will also block the attacker.
226226

227+
:::info
228+
229+
Replace the placeholders with the actual IP of your servers
230+
231+
:::
232+
227233
```bash
228-
$ nikto -h 52.50.157.217
234+
$ nikto -h <server_1>
229235
```
230236

231237
After the scan is done, try to access the two servers with curl:
232238

233239
```bash
234-
$ curl --connect-timeout 2 52.50.157.217
240+
$ curl --connect-timeout 2 <server_1>
235241
curl: (28) Connection timed out after 2002 milliseconds
236-
$ curl --connect-timeout 2 3.254.76.247
242+
$ curl --connect-timeout 2 <server_2>
237243
curl: (28) Connection timed out after 2002 milliseconds
238244
```
239245

0 commit comments

Comments
 (0)