Skip to content

Commit

Permalink
Merge pull request #5 from nickschuetz/main
Browse files Browse the repository at this point in the history
Updating vncviewer section
  • Loading branch information
nickschuetz authored Jun 25, 2024
2 parents f2f6cef + 0fb8203 commit 3fdbe8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ echo 'Login via a browser at the link below - using "openshift" as the password'
echo "http://${ROUTE}"
```

### Use `vncviewer`
### Or use `vncviewer`

The `ocpdoom` container houses X11 and VNC servers to display and connect to the game. In order to connect to DOOM you will need to download and install the TigerVNC `vncviewer` found [here](https://sourceforge.net/projects/tigervnc/files/stable/)
The `ocpdoom` container houses X11 and VNC servers to display and connect to the game. In order to connect to DOOM with a vnc client you can download and install the TigerVNC `vncviewer` found [here](https://sourceforge.net/projects/tigervnc/files/stable/)

Once downloaded open up the `vncviewer` application and enter in `<ip address>:5900` where the ip address is the host in which you're port-forwarding from. But make sure there is no firewall blocking access to TCP/5900 in-between you and the bastion host.

Expand Down

0 comments on commit 3fdbe8e

Please sign in to comment.