Compare commits
2 Commits
84e9229dc1
...
83aa9b8d9e
Author | SHA1 | Date |
---|---|---|
|
83aa9b8d9e | |
|
e2b969b68a |
|
@ -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.
|
Loading…
Reference in New Issue