linux-router
linux-router copied to clipboard
Set Linux as router in one command. Support Internet sharing, redsocks, Wifi hotspot, IPv6. Can also be used for routing VM/containers 🛰️ (也欢迎关注B站 https://space.bilibili.com/2123686105 )
I run an access point with lnxrouter successfully with `./lnxrouter --ap wlp1s0 myap -p mypwd --daemon --dhcp-dns 192.168.1.1`. But clients on the ap can't communicate between eachother. Clients of the...
Dear garywill: I have to set netmask under ipv4, but I find that lnxrouter doesn't seem to be supported to set it.( For I haven't perused any command which allow...
`sudo lnxrouter --ap wlan0 MyAccessPoint -p MyPassPhrase` ## I got "syntax error" : ``` /usr/bin/lnxrouter: 622: /usr/bin/lnxrouter: Syntax error: "(" unexpected (expecting "}") ``` FYI: OS: Debian Linux Wifi availability...
I'm trying to set a custom network address, but unfortunately it never changes. I'm running the access point using this command: `sudo ./lnxrouter --ap ap@wlan0 MyAccessPoint -p MyPassPhrase -g 10.10.10.10`...
My network card is `3168NGW`. `$ lspci` `02:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)` I know that it supports 5G. I use `lnxrouter --ap...
I've been successfully using your command to make wireless hotspots, first with my low spec hp "desktop" (basically a laptop motherboard stuffed in an empty desktop case powered by a...
This is to support `--mac-filter-deny` after only `--mac-filter-accept` was supported. Use: If you want to use deny acl, use the option `--mac-filter-deny`. Similarly for accept acl, use `--mac-filter-accept`. Obviously, you...
I am trying to create an AP on a rpi3b. It worked once, and I don't understand why it does not anymore. I am using a command like: lnxrouter --ap...
The raspberry only has a wlan interface, no ethernet. I want to create a wifi hotspot on the raspberry so that I can connect to the raspberry from other devices...
for some reason `generate_random_ip4()` inside of this script stales when you are connected to the VPN. i don't know why, maybe because `is_ip4_lan_range_available $random_ip4 && break` loops and can't find...