Skip to content

Commit

Permalink
* In labo opgave wordt server het IP-adres 12 toegekend, niet 2
Browse files Browse the repository at this point in the history
* surfen gebeurt uit de GUI VM, niet vanop het fysiek systeem
* choco -> winget
  • Loading branch information
AndyVM committed Oct 29, 2024
1 parent 698d9ba commit 2bedd73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions 04-installatie-webserver-el.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,9 @@ Much more options in the man-page!
## Website vanaf GUI Linux VM bekijken

- Controleer IP-adres VM: `ip a`
- waarschijnlijk 192.168.76.2
- waarschijnlijk 192.168.76.12
- verifieer dat je GUI Linux VM een IP-adres in dit netwerk heeft
- ping ?!
- Open webbrowser *op fysiek systeem*
- surf naar <http://192.168.76.2/>

## Database beveiligen

Expand Down
2 changes: 1 addition & 1 deletion 05-hardening.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ sudo firewall-cmd --reload

Probeer opnieuw de website te bekijken vanaf de Linux Mint VM.

<https://192.168.76.2/>
<https://192.168.76.12/>

## Zones

Expand Down
2 changes: 1 addition & 1 deletion 06-automatiseren.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Opbouw in de opleiding:

Op je fysieke systeem!

- Windows: `choco install vagrant`
- Windows: `winget install vagrant`
- MacOS: `brew install vagrant`
- Linux: `apt install vagrant` (of `dnf`)

Expand Down

0 comments on commit 2bedd73

Please sign in to comment.