This commit is contained in:
Loki The Great 2024-12-19 17:57:20 +01:00 committed by GitHub
commit 83aa9b8d9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.