Ansuel / tch-nginx-gui

Modified file to apply to a stock technicolor GUI
GNU General Public License v3.0
341 stars 52 forks source link

Is there a way to disable wireless isolation? #1032

Closed ferrarimarco closed 3 years ago

ferrarimarco commented 3 years ago

Hi!

Is there a way to disable wireless isolation between devices connected to different wireless networks? Or is it just that the routes are missing?

Thanks for all your work on this!

FrancYescO commented 3 years ago

depending on you device you should just change your wireless config accordly.. these some path

root@DGA4130:~# uci show wireless | grep lan
wireless.wl0.network='lan'
wireless.wl1.network='lan'
wireless.wl1_1.vlan_id='3'
root@DGA4130:~# uci show wireless | grep isol
wireless.ap0.ap_isolation='0'
wireless.ap1.ap_isolation='0'
wireless.ap2.ap_isolation='1'
wireless.ap3.ap_isolation='1'
ferrarimarco commented 3 years ago

Thanks @FrancYescO ! I was looking in the GUI :)