summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-08-20 14:24:06 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-08-20 14:24:06 +0200
commit108c780097b30407df64b14bc05ad09e130b7955 (patch)
tree7b69fc4cd0f6836f38d4f747d3725339f6db1ac0
parent02c8077e4bbf473eb1dfca55afd2eba4def5c003 (diff)
downloadarchauto32-108c780097b30407df64b14bc05ad09e130b7955.tar.gz
archauto32-108c780097b30407df64b14bc05ad09e130b7955.tar.bz2
added some install instructions for br0
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index e242566..a8dd291 100644
--- a/README
+++ b/README
@@ -9,6 +9,11 @@ mv mirror.archlinux32.org mirror
TODO FROM HERE:
+local network:
+
+ip link add name br0 type bridge
+ip link set br0 up
+ip addr add dev br0 192.168.130.1/24
# We mount it and make it accessible over the 'darkhttpd' webserver: