diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-24 23:34:39 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-24 23:34:39 -0400 |
commit | 37b4f62ba40b4107283bc149ffa2aa322c4f4654 (patch) | |
tree | abafc40d78214ac179985f1411ebf5cdabefa5d1 /README | |
parent | 912fe9fd05732d4e7da17f7110fe5e895ac88672 (diff) |
docs: Add README
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +Protocol stack for OSMORA ONET Infastructure + +Make sure to assign an IP to your ethernet interface!: + +-- +ip addr add 192.168.5.11/24 dev eth0 +-- |