Garry W
Garry W
Thank you for feedback! That's a reasonable feature request. > connected clients listing, manage instances That can be done by CLI already. Still, GUI is more friendly. Let me think...
I see in your log ``` Jun 14 12:55:30 dnsmasq[6076]: reading /etc/resolv.conf Jun 14 12:55:30 dnsmasq[6076]: using nameserver 127.0.0.53#53 ``` Is your host's DNS configuration correct? ------------------ Sorry, above is...
There's no other process occupying DHCP, from your output. Sorry no idea come to me yet. Have you tried other phones? Or try [create_ap](https://github.com/oblique/create_ap) Oh, and, it's not usual to...
I downloaded `Fedora-Workstation-Live-x86_64-34-1.2.iso` to test. Inspected the network with `tcpdump`. I saw DHCP discover packet comming in, but Fedora 34's `dnsmasq 2.84rc2` won't react. No log. No reply. I guess...
I think we should check if this is caused by a system service/module. We can try these first: (not limited to these) 1 ``` systemctl disable firewalld ``` 2 ```...
Yes it is **firewalld**. Years ago people were saying firewalld used iptables as backend. Now they must have changed. That's why I didn't see anything in `iptables -L -v`. The...
@Evan-aja That should work, but that's applying same rule twice (iptables + firewalld) Simpler way is like: ( I haven't tested) ``` firewalld-cmd --zone=trusted --add-interface=interface ``` If it works (for...
# Give ability to Bash script to easily undo iptables changes # 让Bash脚本能够轻松复原iptables更改 Writing shell commands to add iptables rules is a HeadACHe. Then having to undo iptables changes is...
> the output of iw list also clearly states that this does not support AP mode but on windows I am able to create wifi-hotspot. That's somewhat Linux not as...
Hi there, Thank you for feedback. I didn't quite understand your problem. Could you be more clear? > allowing a /24 of xxx.xxx.xxx.xxx Now lnxrouter reads the `-g a.b.c.x` to...