Compare commits
11 Commits
83aa9b8d9e
...
84e9229dc1
Author | SHA1 | Date |
---|---|---|
|
84e9229dc1 | |
|
205814a2ea | |
|
b6fe527472 | |
|
94949ba40b | |
|
9df05cd81a | |
|
01c99f8e4c | |
|
3900871977 | |
|
cfeadeb3bd | |
|
702c4f28f5 | |
|
3e23e0bd0c | |
|
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.
|
|
@ -82,9 +82,9 @@ I'm currently not packaging for any distro. If you do, open a PR and add the lin
|
|||
- iptables (or nftables with `iptables-nft` translation linked)
|
||||
- WiFi hotspot dependencies
|
||||
- hostapd
|
||||
- iw
|
||||
- iwconfig (you only need this if 'iw' can not recognize your adapter)
|
||||
- iw (or iwconfig, when iw can not recognize adapter)
|
||||
- haveged (optional)
|
||||
- crda and wireless-regdb (optional)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue