[SOLVED] WRT1900ACSV2 wifi clients isolated after reboot

Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.)
Goto page 1, 2  Next
Author Message
deshark
DD-WRT Novice


Joined: 13 Apr 2011
Posts: 28

PostPosted: Sat Dec 04, 2021 22:27    Post subject: [SOLVED] WRT1900ACSV2 wifi clients isolated after reboot Reply with quote
Hi

For some time now I have an issue with my router setup which causes strange isolation behaviour after router reboot.

When the router starts all wifi clients seem isolated from one another, they can only see wired clients.

It all goes away if I run the "startservice lan" command.

The rouiter is on the 47745 firmware, but the issue was present in 44048 as well. I did reset it to factory and set all the configurations. What I noticed is that during the setup that behaviour was not there. It only started somewhere at the end of configuration so I assume it is caused by some of my settings.

What I checked is whether the isolation is not actually turned on (it isn't) and if the interfaces are bridged correctly (they are).

Did anyone noticed this kind of behaviour and maybe found the cause?


Last edited by deshark on Tue Dec 07, 2021 21:35; edited 1 time in total
Sponsor
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14221
Location: Texas, USA

PostPosted: Sun Dec 05, 2021 3:32    Post subject: Reply with quote
What is the output of
Code:
 nvram show | grep isolation

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
deshark
DD-WRT Novice


Joined: 13 Apr 2011
Posts: 28

PostPosted: Sun Dec 05, 2021 7:17    Post subject: Reply with quote
kernel-panic69 wrote:
What is the output of
Code:
 nvram show | grep isolation


root@router:~# nvram show|grep isolation
oet1_isolation=0
size: 32922 bytes
eth1_isolation=0
wlan0_isolation=0
wlan1_isolation=0
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14221
Location: Texas, USA

PostPosted: Sun Dec 05, 2021 12:27    Post subject: Reply with quote
Then I don't know how you mean that the clients are isolated. How exactly are the wireless clients "isolated"?
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
deshark
DD-WRT Novice


Joined: 13 Apr 2011
Posts: 28

PostPosted: Sun Dec 05, 2021 13:06    Post subject: Reply with quote
kernel-panic69 wrote:
Then I don't know how you mean that the clients are isolated. How exactly are the wireless clients "isolated"?


They see wired clients and can access Internet. They do not see each other. No matter which WiFi radio they are using 2.4GHz or 5GHz.
SurprisedItWorks
DD-WRT Guru


Joined: 04 Aug 2018
Posts: 1447
Location: Appalachian mountains, USA

PostPosted: Sun Dec 05, 2021 15:56    Post subject: Reply with quote
Try nvram show | grep ap_isolate (reports on a different type of isolation).
_________________
2x Netgear XR500 and 3x Linksys WRT1900ACSv2 on 53544: VLANs, VAPs, NAS, station mode, OpenVPN client (AirVPN), wireguard server (AirVPN port forward) and clients (AzireVPN, AirVPN, private), 3 DNSCrypt providers via VPN.
deshark
DD-WRT Novice


Joined: 13 Apr 2011
Posts: 28

PostPosted: Sun Dec 05, 2021 18:10    Post subject: Reply with quote
SurprisedItWorks wrote:
Try nvram show | grep ap_isolate (reports on a different type of isolation).


Values right after reboot:

root@router:~# nvram show|grep ap_isolate
wlan1_ap_isolate=0
wl1_ap_isolate=0
size: 32934 bytes (98138 left)
wl_ap_isolate=0
wlan0_ap_isolate=0
wl0_ap_isolate=0

Is there something in the wlan startup routine that kicks in after, let's say, an hour? I left the router without a restart for a couple of hours and the wlan clients started to see each other. I have to test that behaviour. Anyway they still seem isolated for a long time after every boot.
deshark
DD-WRT Novice


Joined: 13 Apr 2011
Posts: 28

PostPosted: Sun Dec 05, 2021 19:16    Post subject: Reply with quote
Just checked again. I rebooted the router around the time I posted the previous message. In the last 15 minutes the wifi client started to see each other.

Something changes around an hour after the reboot and stays fine after that. (at least I have not noticed it going back to the isolated state)

Any ideas where to look for an answer? What might be happening?
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12884
Location: Netherlands

PostPosted: Sun Dec 05, 2021 19:21    Post subject: Reply with quote
After a reboot the arp cache is empty.

Your wifi clients are sound asleep and will not answer at an arp broadcast.

Just a guess

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14221
Location: Texas, USA

PostPosted: Sun Dec 05, 2021 20:10    Post subject: Reply with quote
SurprisedItWorks wrote:
Try nvram show | grep ap_isolate (reports on a different type of isolation).

This was what I was intending to see. Thanks!

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
deshark
DD-WRT Novice


Joined: 13 Apr 2011
Posts: 28

PostPosted: Mon Dec 06, 2021 22:17    Post subject: Reply with quote
Did some more tests, and the router "fixes" itself exactly (to the minute) one hour after the reboot.

Unfortunately most of my wireless clients don't have the ability to run any network tools so it is hard to debug deeper and log the results for any analysis.

I know the network is broken "just" for one hour after each reboot. Also I can always fix it sooner by running "startservice lan"

I wish I could get to the bottom of this behaviour, but it is just not worth the time Wink

Anyway, thanks for all the ideas.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14221
Location: Texas, USA

PostPosted: Mon Dec 06, 2021 23:28    Post subject: Reply with quote
This is where we have to start looking at all of your wireless settings. Are you running anything in startup or via cron that may affect this?
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
deshark
DD-WRT Novice


Joined: 13 Apr 2011
Posts: 28

PostPosted: Tue Dec 07, 2021 19:00    Post subject: Reply with quote
kernel-panic69 wrote:
This is where we have to start looking at all of your wireless settings. Are you running anything in startup or via cron that may affect this?


I have a firewall script for my Wireguard tunnel:
iptables -t nat -I POSTROUTING -o br0 -s 10.10.20.0/24 -j MASQUERADE

I also have cron entry:
* * * * * root /opt/scripts/cpu_temp

Which runs script that reads the temperature of the router CPU and notifies me if it exceeds a set threshold.

nothing else in terms of scripts.

What values from WiFi settings might be responsible for the behaviour I am experiencing?

Just to stress one more time. None of my scripts modifies any of the router wifi or network settings, and still one hour after reboot it starts to work correctly.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14221
Location: Texas, USA

PostPosted: Tue Dec 07, 2021 20:20    Post subject: Reply with quote
I guess I have to be more direct and obvious about requesting screenshots of your wireless settings...
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
deshark
DD-WRT Novice


Joined: 13 Apr 2011
Posts: 28

PostPosted: Tue Dec 07, 2021 20:34    Post subject: Reply with quote
Here are the screenshots from Wireless settings.
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.) All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum