From e2b969b68a96181047243022ef10d14cd8c1a67d Mon Sep 17 00:00:00 2001 From: Loki The Great <53788764+makingglitches@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:13:32 -0400 Subject: [PATCH] Create MostLikelyUse --- MostLikelyUse | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 MostLikelyUse diff --git a/MostLikelyUse b/MostLikelyUse new file mode 100644 index 0000000..5c197e8 --- /dev/null +++ b/MostLikelyUse @@ -0,0 +1,10 @@ +Simplest call. + +calk iwconfig +find wifi card name +in mant cases this is wlo1 on distros like Fedora + +sudo ./lnxrouter --ap -p -g + +-g is important otherwise the server address changes everytime. +also, unless dhcp is properly configured you're going to have to statically address your clients.