Compare commits

...

2 Commits

Author SHA1 Message Date
Loki The Great 33eedb55c3
Merge e2b969b68a into b4cbcbdbbb 2025-08-16 16:27:33 +02:00
Loki The Great e2b969b68a
Create MostLikelyUse 2022-06-15 13:13:32 -04:00
1 changed files with 10 additions and 0 deletions

10
MostLikelyUse Normal file
View File

@ -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 <yourwirelessdevice> <newhotspotname> -p <yourpassword> -g <thenewserversipaddress>
-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.