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/25 14:36] – [Raumzuordnung] florolf | events:gpn17 [2017/05/26 20:37] (current) – dedeibel | ||
|---|---|---|---|
| Line 45: | 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 " | ||
| + | </ | ||