Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| events:gpn17 [2017/05/25 21:13] – mazdermind | events:gpn17 [2017/05/26 20:37] (current) – dedeibel | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| | | ||
| + | == 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 " | ||
| + | </ | ||