Page 4 of 5

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Sun Aug 19, 2018 2:08 am
by rseiler
Highlights In OpenWrt 18.06.1:

-Linux kernel updated to versions 4.9.120/4.14.63 (from 4.9.111/4.14.52 in v18.06.0)

-Security fixes for Curl, Mbedtls, OpenSSL and the Linux kernel

-Binary builds for the at91 and ath25 targets

-Updated mwlwifi driver *Improved input validation for rpcd uci ubus calls

-Crash fixes in libuci

-Assorted bug fixes in netifd

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Sun Aug 19, 2018 2:35 am
by Lantis
rseiler wrote:Highlights In OpenWrt 18.06.1:

-Linux kernel updated to versions 4.9.120/4.14.63 (from 4.9.111/4.14.52 in v18.06.0)

-Security fixes for Curl, Mbedtls, OpenSSL and the Linux kernel

-Binary builds for the at91 and ath25 targets

-Updated mwlwifi driver *Improved input validation for rpcd uci ubus calls

-Crash fixes in libuci

-Assorted bug fixes in netifd
In hand. https://github.com/ericpaulbishop/gargoyle/pull/764

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Sun Aug 19, 2018 4:58 am
by tapper
Nice one Lantis.

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Sun Aug 19, 2018 8:23 pm
by fifonik
Lantis wrote:Please provide EXACT steps to reproduce the issue 100% of the time.
If it is a *sometimes* issue, it is very difficult to debug.
Unfortunately, I do not know what caused the issue at this stage.
I copy/pasted (using UI, not files though ssh) everything from my old Archer C7 v2 to the new WRT1200AC.
Only at the end I noticed that quotas for all but the first added IP are missing.

However, looks like the issue was reported earlier:
viewtopic.php?f=12&t=11692
viewtopic.php?f=14&t=11614&start=30#p49991

I will try to investigate, however it is a bit hard as this is the main router at this moment and set up is not 5-minutes job (a lot of MAC/IP for DHCP & WiFi, QoS rules etc should be manually entered).

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Wed Aug 29, 2018 5:40 pm
by smf007
I am just starting out trying these 1.11x development builds as of this build.

I found that DNS does not work for Guest WiFi connections. I see the same thing was reported back in April (Re: Bleeding Edge gargoyle-ispy 2018-April-24 21:48, post ~19), but I don't see any response to the person reporting.

N.B. I would provide the link to that post but I apparently can't post URLs yet.

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Wed Aug 29, 2018 11:13 pm
by Lantis
Can you describe your setup? I haven’t seen this issue

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Thu Aug 30, 2018 6:33 am
by durian
Is possible to update newest mwlwifi driver version 10.3.8.0-20180810 to mvebu WRT series next build?

Thx a lot~

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Fri Aug 31, 2018 10:40 am
by smf007
Lantis wrote:Can you describe your setup? I haven’t seen this issue
It was a fresh install, no preserve settings, no restoring settings.

Device Name:Gargoyle
Gargoyle Version:1.11.X (Built 20180806-1612 git@3d4c0b7)
Model:TP-Link Archer C7 v2
Device Configuration:Gateway

Wireless Mode: Access Point (AP)
Guest Network: Enabled
(Guest) Wireless Client Isolation: Enabled

DNS Servers: Default Servers Specified by ISP
Force Clients to Use Router DNS Servers: Enabled

Both 2.4Ghz (B+G+N) and 5Ghz (A+N+AC) is enabled.

Items on the guest WiFi connect, get an IP, but have DNS failures. Also tried with "Force Clients to Use Router DNS Servers" set to disabled, but no change.

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Mon Sep 03, 2018 11:30 am
by mrpink57
I am actually having this same issue.

I am on a 1900ac v1 with a 2.4ghz and 5ghz network my guest network is 2.4ghz only and I can get an IP address but no DNS resolution.

I use a pi-hole with DNSCrypt v2 for DNS and have this setup through my /etc/config/dhcp with option 6. All other devices that are not on guest wifi do work. I am connected to it now on my iPhone and nothing will go through.

Code: Select all

Mon Sep  3 10:29:14 2018 daemon.notice hostapd: wlan0-1: AP-STA-CONNECTED 20:ee:28:50:da:f2
Mon Sep  3 10:29:14 2018 daemon.info hostapd: wlan0-1: STA 20:ee:28:50:da:f2 RADIUS: starting accounting session 7A079E9C19739BD1
Mon Sep  3 10:29:14 2018 daemon.info hostapd: wlan0-1: STA 20:ee:28:50:da:f2 WPA: pairwise key handshake completed (RSN)
Mon Sep  3 10:29:14 2018 daemon.info dnsmasq-dhcp[4905]: DHCPDISCOVER(br-lan) 20:ee:28:50:da:f2
Mon Sep  3 10:29:14 2018 daemon.info dnsmasq-dhcp[4905]: DHCPOFFER(br-lan) 10.0.2.113 20:ee:28:50:da:f2
Mon Sep  3 10:29:15 2018 daemon.info hostapd: wlan1: STA 20:ee:28:50:da:f2 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Sep  3 10:29:15 2018 daemon.info dnsmasq-dhcp[4905]: DHCPREQUEST(br-lan) 10.0.2.113 20:ee:28:50:da:f2
Mon Sep  3 10:29:15 2018 daemon.info dnsmasq-dhcp[4905]: DHCPACK(br-lan) 10.0.2.113 20:ee:28:50:da:f2 travisPhone
Here is what I see when I connect in my logread. That last deauth not not happen when I connect to none guest network.

UPDATED:
As an update if I move to a mixed 5ghz and 2.4ghz the deauth is removed however I still cannot connect to anything.

Last test if I change the DNS from my own to cloudflare on my phone the device works just fine.

UPDATE 2:

I see looking at openwrt creating guest network I think there are no iptable rules to allow DNS on the guest network.

Re: 1.11x - gargoyle-ispy 2018-August-07 13:20

Posted: Mon Sep 03, 2018 11:53 am
by mrpink57
REMOVED