Netgear DGND3800B Successfully installed need help with Wlan Config

Hello to the LEDE Project Forum.
I hava a Netgear DGND3800B the Flash to LEDE was easy using the "Firmware LEDE Install URL:" Great Work ! but now i need some Help.
I need some help with my Configuration...
the Router supports 2.4Ghz and 5Ghz Wlan... Booth are Up and running well.
Now i want to have the 5Ghz Clients not beeing in my LAN they just need Internet Access how can i configure this with just using Luci ?

Greeting

https://wiki.openwrt.org/doc/recipes/guest-wlan-webinterface

And also "option isolate" so they do not talk to each other on the same wifi.

1 Like

Thank you !
It works great now.
Only 1 thing i have no "option isolate" found in the menu.

It has to be done manually in the configuration file. Add "option isolate '1'" to your AP configuration.

I checked the code and the broadcom chip set should have "Separate clients" option and advanced settings.

I dont know how to do this i am new to this...

Ok, can you check under ”Advanced Settings" if you have an option "Separate clients" ? That would be at the bottom part of the page where you set wifi passwords, etc. On the right side.

This i have..

Ok, that is the bug I am fixing for my router, but it will not help you. You need to google how to access your router using putty and then edit this file: /etc/config/wireless. You will see it is split into sections and uses indentations. Find your access point and add "option isolate '1'" in there. Then reboot the router for simplicity.

Okay ill try it using SCP because i dont know how to edit a file via ssh.
Here we go ...

config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'pci0000:00/0000:00:01.0/ssb0:0'
option country 'DE'
option channel '11'
option txpower '20'

config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'LEDE2G'
option encryption 'psk2+tkip+ccmp'
option key 'Not my real key :D'
option disabled '1'

config wifi-device 'radio1'
option type 'mac80211'
option path 'pci0000:00/0000:00:02.0/ssb1:0'
option hwmode '11a'
option country 'DE'
option channel '44'

config wifi-iface 'default_radio1'
option device 'radio1'
option mode 'ap'
option ssid 'LEDE5G'
option encryption 'psk2+tkip+ccmp'
option key 'Not my real key :D'
option network 'Wlan5'

can i add it on 2.4 and 5 Ghz and where ?

It goes into the section where you define ssid, passwords, etc.

Actually now I see that the fix I am working on might help you after all: my router is also using