Changes
Page history
Update home
authored
Aug 06, 2020
by
Andreas Gad
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
efb0cf12
...
@@ -281,4 +281,31 @@ Since the DAQ consists of so many moving parts, a lot can go wrong. However, a l
...
@@ -281,4 +281,31 @@ Since the DAQ consists of so many moving parts, a lot can go wrong. However, a l
What is much more likely to cause problems, and probably will during every experiment is __Go4__. Therefore, this should be the first suspicion.
What is much more likely to cause problems, and probably will during every experiment is __Go4__. Therefore, this should be the first suspicion.
The following flowchart will hopefully catch most situations. If you are stuck in a loop (an nothing starts working) do call an expert!
The following flowchart will hopefully catch most situations. If you are stuck in a loop (an nothing starts working) do call an expert!


\ No newline at end of file
#### Ssh access
To make a portforward from bumblebee to stkern, on bumble type:
```
screen -R portforward
ssh -R 4567:localhost:22 -R 4568:localhost:8080 -R 4569:localhost:5000 andreas@stkern
```
Now you can do 3 things.
+
Ssh from stkern into bumblebee, by typing
```
ssh -p 4567 is633@localhost```
from stkern.
+ Access daqc webpage by running
```
ssh -L 8080:localhost:4568 YOUR_USER@stkernfys.phys.au.dk
```
from your own computer.
+ Access go4 webpage by running
```
ssh -L 5000:localhost:4569 YOUR_USER@stkernfys.phys.au.dk
```
from your own computer.
For the last two points, you need to have access to stkern, most likely through vpn.
Lastly when connected to the local IGISOL web, through ethernet connection, you can access the daqc and go4 webpages by typing
```
bumblebee.igisol:8080
```
or
```
bumblebee.igisol:5000
```
into your webbrowser.
\ No newline at end of file