Garry W
Garry W
I added some delays and log gathering code in [branch dev-12](https://github.com/garywill/linux-router/tree/dev-12) @ThomasK7775 Could you who encounter this issue do some tests and show the results for us? I can't do...
### I opened an issue on NetworkManager: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/886 ### They require more verbosed logs. 1. I updated log-gathering code in [dev-12](https://github.com/garywill/linux-router/tree/dev-12) branch 2. Before you start the log-gathering, restart `wpa_supplicant`...
I guess this is the network you're trying to make: ``` Internet ---[ wlan0 - router - eth0 ]----- computers ``` Am I getting it right? The current script `-i...
Sorry for inconvinence. Try branch https://github.com/garywill/linux-router/tree/workaround-31
try set environment variable NETFILTER_XT_MATCH_COMMENT=0
This is how linux-router kill processes (doing cleanup). https://github.com/garywill/linux-router/blob/master/lnxrouter#L1223-L1226 This is what on my system when running lnxrouter: ``` $ sudo lnxrouter -i wlan0 [sudo] root 的密码: linux-router 0.6.5 (https://github.com/garywill/linux-router)...
It is a bug. We shouldn't use PGID to kill. Delete these lines, then the bug should gone https://github.com/garywill/linux-router/blob/15a2e0ce53928c658d15b651d03cf4a88a460d8c/lnxrouter#L1176-L1178 (and need to observe if some children processes not terminated after...
Although I didn't try with wg, I think `-o` can do https://github.com/garywill/linux-router#provide-an-interfaces-internet-to-another-interface (after you manually finished connecting VPN on Linux)
try: 1) 'firewall-cmd --zone=trusted --add-interface=' 2) disable firewalld
Googling I found this post https://www.reddit.com/r/kde/comments/lgzfyj/is_there_going_to_be_a_firewall_integration_with/ I don't have any knowledge about the KDE neon distro. I saw some terms like `ufw`, `plasma-firewall` ... in that post. Check if there's...