Connect NAS to OpenWrt router

Hi ,
I have installed openwrt on Netgear r8000 and configured as dumb AP and switch.

now I want connect my NAS to one of the network interfaces and want to access the NAS over other interfaces, how to do that.

i have connect the NAS and tried a bridge connect to vlan1 but didn't worked.

Can some one help me on how to do this.

Post the output:

uci show network; uci show firewall; uci show dhcp; \
head -v -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/*; \
ip address show; ip route show; ip rule show
1 Like

edited the message

I able to access now NAS over vlan network, but only thing the NAS is getting LAN IP address (192.168.1.XX) , but how to get the VLAN IP address(192.168.10.XX).

Well, to be precise, both 192.168.1.0 and 192.168.11.0 are VLANs.

Are they configured on the r8000 or another router? If the latter, then you need to provide a Netwrok diagram.

Does your NAS have one or more Ethernet ports? If the latter, can you connect another cable?

are you sure you've disabled the DHCP of the AP ?

192.168.1. is usually the subnet used by the DHCP server in OpenWRT.

Yes in the LAN interface i have disabled the dhcp, by setting below in DHCP Server
“Ignore interface: Disable DHCP for this interface.