Update home wiki authored by Erik Asbjørn Mikkelsen Jensen's avatar Erik Asbjørn Mikkelsen Jensen
...@@ -309,4 +309,8 @@ Lastly when connected to the local IGISOL web, through ethernet connection, you ...@@ -309,4 +309,8 @@ Lastly when connected to the local IGISOL web, through ethernet connection, you
```localhost:8080``` ```localhost:8080```
or or
```localhost:5000``` ```localhost:5000```
into your webbrowser. into your webbrowser.
\ No newline at end of file
**Note:** If the error messages `bind [::1]:8080: Cannot assign requested address` or `bind [::1]:5000: Cannot assign requested address` appear when you do `ssh -L 8080:localhost:4568 YOUR_USER@stkernfys.phys.au.dk` or `ssh -L 5000:localhost:4569 YOUR_USER@stkernfys.phys.au.dk`, the fix is to force IPv4:
+ ```ssh -4 -L 8080:localhost:4568 YOUR_USER@stkernfys.phys.au.dk```
+ ```ssh -4 -L 5000:localhost:4569 YOUR_USER@stkernfys.phys.au.dk```
\ No newline at end of file