summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-09 18:38:10 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-09 18:38:10 +0300
commitb2a8bb59867cb6a1a454ba9a2df52979860ea592 (patch)
treeffbae02b2e15dbb42d8d89dd33580a88fe3c8bc9
parent17d6c192fc9a72c755e3121d35c3dcdb8a44e115 (diff)
downloadminipc-router-b2a8bb59867cb6a1a454ba9a2df52979860ea592.tar.gz
Update README for network and other changes
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index f88424a..08f4fc4 100644
--- a/README
+++ b/README
@@ -53,12 +53,11 @@ The installation process is:
sorry).
* Shutdown the system (run `poweroff`) and remove the USB stick.
* Boot the minipc. This will boot it off the SSD.
-* Connect your laptop to the minipc using Ethernet, to one of the
- ports LAN2 through LAN4. These ports provide DHCP service. Port LAN1
- is for connecting to the Internet, and does not initially have any
- network configured.
-* Log into the minipc (`ssh root@10.0.0.3` if you connected to LAN4).
- Since you
+* Connect your laptop to the minipc using Ethernet, to the LAN4 port.
+ This ports provide DHCP service. is for connecting to the Internet,
+ and does not initially have any The other ports do not have network
+ configured.
+* Log into the minipc as the ansible user (`ssh ansible@10.0.0.4`).
* Use Ansible, or whatever you want, to configure the system to
provide the services you want. (FIXME: Add the Ansible.)