From edd0ba3550c92782165c05de97de2cda7136c04e Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 13 Jul 2022 10:25:08 -0500 Subject: [PATCH] Add testing notes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 37861e7..60e9b6c 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,11 @@ To build all of the images: ```sh nix build .# ``` + +## Flashing and testing + +Routers without Openwrt would need to be flashed with a "factory" images and routers that already have Openwrt installed need only a "sysupgrade" image. + +SSH is available from the WAN port with these builds so after flashing I recommend connecting router WAN ports to a switch and SSH to them as their IPs show up in the log of you DHCP server. + +There is no DHCP server installed in the image so I've also connected the WAN port to a LAN port on the same router, and then chained the LAN ports between routers.