Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| events:gpn17 [2017/05/16 13:43] – andi | events:gpn17 [2017/05/26 20:37] (current) – dedeibel | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| status_ | status_ | ||
| ---- | ---- | ||
| + | |||
| + | == Raumzuordnung | ||
| + | * s2 <-> ZKM-Vortragssaal (Engel-DECT: | ||
| + | * s6 <-> Medientheater (Engel-DECT: | ||
| + | * s5 <-> Grosses Studio (Engel-DECT: | ||
| == Anwesenheit | == Anwesenheit | ||
| Line 40: | Line 45: | ||
| </ | </ | ||
| + | == Schneiden und Checken | ||
| + | mkdir -p /video | ||
| + | | ||
| + | | ||
| + | |||
| + | == Netzwerk setup | ||
| + | |||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | dhclient -x | ||
| + | ip a add 10.73.100.XX/ | ||
| + | ip r add 10.73.0.0/ | ||
| + | ip r add default via 10.73.2.201 dev eth0 | ||
| + | echo " | ||
| + | </ | ||